-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Use ImageDecoder to decode cmyk jpeg images (bug 1965870) #19918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/cea084a2bc7b6d8/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/00e240ae2a6a2ee/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/00e240ae2a6a2ee/output.txt Total script time: 30.57 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/cea084a2bc7b6d8/output.txt Total script time: 61.89 mins
|
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/e4ab79863b04e50/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/e4ab79863b04e50/output.txt Total script time: 0.96 mins Published |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing this locally it's obviously really fast, however it does seem to regress the improved colors from PR #19620 since the conversion used in cmyk_convert_bgra
appears to be too simplistic compared to using an actual ICC profile.
Edit: The colors even seem "worse" than with our DeviceCmykCS
implementation.
It depends on:
https://bugzilla.mozilla.org/show_bug.cgi?id=1965813