mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Add another way to detect cmyk images.
This commit is contained in:
parent
1869888838
commit
8d52a1e92a
3 changed files with 27 additions and 6 deletions
|
@ -40,7 +40,8 @@ function onMessageLoader(evt) {
|
|||
'parser.js',
|
||||
'pattern.js',
|
||||
'stream.js',
|
||||
'worker.js'
|
||||
'worker.js',
|
||||
'../external/jpgjs/jpg.js'
|
||||
];
|
||||
|
||||
// Load all the files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue