mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 07:38:07 +02:00
Merge pull request #9427 from Snuffleupagus/native-JPEG-decoding-fallback
Fallback to the built-in JPEG decoder when browser decoding fails, and attempt to handle JPEG images with DNL (Define Number of Lines) markers (issue 8614)
This commit is contained in:
commit
7bb066494f
7 changed files with 154 additions and 63 deletions
1
test/pdfs/issue8614.pdf.link
Normal file
1
test/pdfs/issue8614.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
https://github.com/mozilla/pdf.js/files/1125123/OBW-OVK.pdf
|
|
@ -3201,6 +3201,14 @@
|
|||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue8614",
|
||||
"file": "pdfs/issue8614.pdf",
|
||||
"md5": "7e8b66cf674ac2b79d6b267d0c6f2fa2",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"lastPage": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "bug1108753",
|
||||
"file": "pdfs/bug1108753.pdf",
|
||||
"md5": "a7aaf92d55b4602afb0ca3d75198b56b",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue