mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Only take the fast-path in PDFImage_createImageData
for un-masked JPEG images with "standard" colour spaces (issue 6364)
Fixes 6364.
This commit is contained in:
parent
421289c7bc
commit
3fa5f6cc3b
3 changed files with 14 additions and 1 deletions
1
test/pdfs/issue6364.pdf.link
Normal file
1
test/pdfs/issue6364.pdf.link
Normal file
|
@ -0,0 +1 @@
|
|||
http://web.archive.org/web/20150818180340/http://www.rightprospectus.com/documents/Osterweis/SEMI_Osterweis.pdf
|
|
@ -1487,6 +1487,15 @@
|
|||
"link": true,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "issue6364",
|
||||
"file": "pdfs/issue6364.pdf",
|
||||
"md5": "b290328531ecdddf6b4c794b4b2fec28",
|
||||
"rounds": 1,
|
||||
"link": true,
|
||||
"firstPage": 1,
|
||||
"lastPage": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{ "id": "bug898853.pdf",
|
||||
"file": "pdfs/bug898853.pdf",
|
||||
"md5": "37c37702bf98d33f9f74e2380c4d1a3f",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue