mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
For JPEG images with CMYK-data, ensure that the alpha-component is set correctly when WebAssembly is disabled (issue 19676)
This commit is contained in:
parent
e37236e9af
commit
afb14bdc0b
2 changed files with 17 additions and 0 deletions
|
@ -2960,6 +2960,15 @@
|
|||
"rounds": 1,
|
||||
"type": "eq"
|
||||
},
|
||||
{
|
||||
"id": "cmykjpeg_nowasm",
|
||||
"file": "pdfs/cmykjpeg.pdf",
|
||||
"md5": "85d162b48ce98503a382d96f574f70a2",
|
||||
"link": false,
|
||||
"rounds": 1,
|
||||
"type": "eq",
|
||||
"useWasm": false
|
||||
},
|
||||
{
|
||||
"id": "issue4402_reduced",
|
||||
"file": "pdfs/issue4402_reduced.pdf",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue