3 Commits (dabafb8444df266f863b90ffbc8e9b03a923a63a)

Author SHA1 Message Date
Yury Delendik 5bf3e44e30 Introduces LegacyPromise; polyfills DOM Promise 11 years ago
Brendan Dahl 2228343f77 Only trigger warning bar on certain unsupported features. 11 years ago
Brendan Dahl 5ecce4996b Split files into worker and main thread pieces. 12 years ago
Yury Delendik 419bee1314 Takes SMask's preblending in account 12 years ago
Yury Delendik 339dc65082 Removes getImageData from canvas.js 12 years ago
Brendan Dahl 93b99e7352 Fix where image component decoding takes place. 12 years ago
Yury Delendik 5cf0d8fa80 Enforces maxlen for jshint 12 years ago
Jon Buckley f883a1f40f Issue #2008 - Fix lint errors for src/image.js 12 years ago
Yury Delendik d71c702dcf Removes "too many inline images" limit 13 years ago
Yury Delendik 0029b34d45 Refactors getRgb and makeCssRgb calls; reduces amount of created objects 13 years ago
Brendan Dahl 332ae4ce41 Change to the Apache v2 license. 13 years ago
Brendan Dahl d26ecff294 Reduce math for color key mask. 13 years ago
Brendan Dahl 19fa6a5260 Adds support for color key mask. 13 years ago
Yury Delendik 51b2587340 Copy decoded image data and keeps non-decoded pixes as transparent 13 years ago
sbarman 5cbe3a517e Undo removal of Mode line 13 years ago
sbarman 7c48297794 Adding call to resolve unfulfilled promise 13 years ago
sbarman c900dfeced Updated lint errors 13 years ago
sbarman dd14b3051e Fix for issue #1796 13 years ago
Brendan Dahl 2c49cab3a1 Fixing names. 13 years ago
Kalervo Kujala 99440ab691 Refactor class method names. 13 years ago
Brendan Dahl 8a45177be0 Make Dict handle all the fetching of Refs. 13 years ago
gigaherz 9abbce021f Undo comment changes. 13 years ago
gigaherz c6d7e654ee Replace variables named 'char'=>'character', 'byte'=>'octet' and field '.private'=>'.privateData'. This allows pdf.js to compile with Google's Closure Compiler. 13 years ago
Kalervo Kujala a84fbb9eb2 Fix a couple of closure names. 13 years ago
Brendan Dahl 3c2a0f11b1 Decode more jpegs using the browser if possible. 13 years ago
Brendan Dahl 5cfe97611f Rename some variables. 14 years ago
Brendan Dahl db4a11e568 Fix comment. 14 years ago
Brendan Dahl 03ec82ba62 Fix nits. 14 years ago
Brendan Dahl 87d72023dc Scale smask and image to the max dimensions of either one. Fix grayscale to scale the input value based on bpc. 14 years ago
Brendan Dahl abad94d2b6 Lints. 14 years ago
Brendan Dahl 8096d747c0 Fix nits. 14 years ago
Brendan Dahl 5ad3a9cc72 Add basic rescale support for smacks. 14 years ago
Brendan Dahl ff1d804fd7 Move the default decode to logic to the colorspace. 14 years ago
Brendan Dahl 55bbcbc664 Working improved version. Still need to refactor default decode stuff. 14 years ago
Brendan Dahl d76f5f6815 Playing with initial decode map impl. 14 years ago
Brendan Dahl 94a48cab82 Address Julian's comments. 14 years ago
Artur Adib 2113e0615e Reverting error(); warn() instead of TODO() 14 years ago
Brendan Dahl 948de2bdbe Remove some unintended changes. 14 years ago
Brendan Dahl 176452c988 Style nits. 14 years ago
Brendan Dahl 683f64d54f Use promises to track completion of decoding. 14 years ago
Artur Adib de33e44b09 Lint 14 years ago
Brendan Dahl 7d1cddf371 Add ability to fast track natively supported jpegs. 14 years ago
Artur Adib fcbe4f13d1 More sanity checks 14 years ago
Kalervo Kujala 1ef4c94de2 Name all constructors. 14 years ago
Artur Adib a21030a502 Throw error when pixels don't match 14 years ago
Brendan Dahl f7207a51f8 Fix missing bracket. 14 years ago
Brendan Dahl 146cd8c861 Second stage, smasks now working. Still needs optimization. 14 years ago
Brendan Dahl 2a632d4ab2 First stage of trying to support smasks on native jpegs. 14 years ago
Julian Viereck af8e2a1189 Address review comments by yury 14 years ago
Julian Viereck 97802aac64 Inline JpegImageLoader to remove new JpegImageLoader call 14 years ago