pdf.js/examples
Jonas Jenwald 663922f93f Add a new parameter to JpegImage.getData to indicate the source of the image data (issue 9513)
The purpose of this patch is to provide a better default behaviour when `JpegImage` is used to parse standalone JPEG images with CMYK colour spaces.
Since the issue that the patch concerns is somewhat of a special-case, the implementation utilizes the already existing decode support in an attempt to minimize the impact w.r.t. code size.

*Please note:* It's always possible for the user of `JpegImage` to control image inversion, and thus override the new behaviour, by simply passing a custom `decodeTransform` array upon initialization.
2018-09-02 14:15:22 +02:00
..
acroforms Rename the globals to shorter names. 2018-03-16 11:08:56 -07:00
browserify Rename the globals to shorter names. 2018-03-16 11:08:56 -07:00
components Rename the globals to shorter names. 2018-03-16 11:08:56 -07:00
image_decoders Add a new parameter to JpegImage.getData to indicate the source of the image data (issue 9513) 2018-09-02 14:15:22 +02:00
learning Fix typos 2018-04-01 23:20:41 +02:00
mobile-viewer Correct the instructions in the README file for examples/mobile-viewer 2018-07-08 15:32:06 +02:00
node Attempt to provide better default values for the disableFontFace/nativeImageDecoderSupport API options in Node.js 2018-06-03 00:28:37 +02:00
svgviewer Modified Examples to work without systemjs 2018-07-21 16:56:06 +05:30
text-only Rename the globals to shorter names. 2018-03-16 11:08:56 -07:00
webpack Upgrade to Webpack 4 2018-06-02 20:28:36 +02:00