1
0
Fork 0
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:
Jonas Jenwald 2025-03-17 16:15:32 +01:00
parent e37236e9af
commit afb14bdc0b
2 changed files with 17 additions and 0 deletions

View file

@ -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",