Brendan Dahl
|
332ae4ce41
|
Change to the Apache v2 license.
|
13 years ago |
Yury Delendik
|
95bc99f698
|
Initial JBIG2 code
|
13 years ago |
Yury Delendik
|
874357aac1
|
Comment for knownCommands
|
13 years ago |
Yury Delendik
|
ec6c185cf5
|
Allow parsing of the "glued" commands
|
13 years ago |
Brendan Dahl
|
32b7eba6de
|
Add RL abbreviation for run length decode.
|
13 years ago |
Brendan Dahl
|
4616ee0ee8
|
Show error on JBIG2 images.
|
13 years ago |
Kalervo Kujala
|
99440ab691
|
Refactor class method names.
Also move functionality to more logical place in canvas.js and jpx.js.
|
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
|
eb4ec7899a
|
Remove unreachable logic after error(...) is called.
The function error(...) always throws so there is no need to return separately
or have an else branch.
|
13 years ago |
notmasteryet
|
c68dbd777e
|
Relax EI search for inline images
|
13 years ago |
notmasteryet
|
2f98d18dc1
|
Not relying on the xref in the parser
|
13 years ago |
notmasteryet
|
8c727860dd
|
Fixing getting of the "Filter" attribute
|
13 years ago |
notmasteryet
|
6de2ca568d
|
Implements RunLengthDecode filter
|
13 years ago |
notmasteryet
|
93ca387d1b
|
Migration of the JPX code (from jpx5)
|
14 years ago |
Julian Viereck
|
156e20ca73
|
Cache Cmd object to reduce number of created objects
|
14 years ago |
Artur Adib
|
2113e0615e
|
Reverting error(); warn() instead of TODO()
|
14 years ago |
Kalervo Kujala
|
1ef4c94de2
|
Name all constructors.
|
14 years ago |
Kalervo Kujala
|
d2303493fe
|
Fix few early returns in parser.js.
|
14 years ago |
Brendan Dahl
|
8d52a1e92a
|
Add another way to detect cmyk images.
|
14 years ago |
Kalervo Kujala
|
7e6a589074
|
Fix js strict warning in worker.js.
Also fix a few minor nits.
|
14 years ago |
Artur Adib
|
e71b6188c6
|
'use strict' everywhere
|
14 years ago |
Artur Adib
|
a7278b7fbc
|
Splitting files
|
14 years ago |