1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Support images with /Filter-entries that contain Arrays (issue 15220)

This patch "borrows" the code found in the `Parser.makeInlineImage`-method, to ensure that JBIG2 and JPX images can be rendered correctly.
This commit is contained in:
Jonas Jenwald 2022-07-25 08:34:28 +02:00
parent 9cc5260b68
commit fc018ea9ea
3 changed files with 31 additions and 16 deletions

View file

@ -0,0 +1 @@
https://github.com/mozilla/pdf.js/files/9178570/issue15220_page2.pdf

View file

@ -152,6 +152,14 @@
"lastPage": 1,
"type": "eq"
},
{ "id": "issue15220",
"file": "pdfs/issue15220.pdf",
"md5": "0864a9e3860c0cb5e98b5eb23287fba4",
"rounds": 1,
"link": true,
"lastPage": 1,
"type": "eq"
},
{ "id": "issue11549",
"file": "pdfs/issue11549_reduced.pdf",
"md5": "a1ea636f413e02e10dbdf379ab4a99ae",