Support CMYK images
Categories
(Core :: Graphics: ImageLib, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | affected |
| firefox62 | --- | affected |
| firefox63 | --- | affected |
| firefox78 | --- | fix-optional |
People
(Reporter: u623372, Unassigned)
References
Details
(Keywords: parity-chrome, Whiteboard: [gfx-noted])
Attachments
(3 files)
Comment 1•7 years ago
|
||
Comment 5•7 years ago
|
||
Comment 6•7 years ago
|
||
Updated•5 years ago
|
Comment 7•4 years ago
|
||
To improve on the quality of CMYK JPEGs we could use the kCGColorSpaceGenericCMYK color space on macOS. This will let us match how Safari loads them. On other OSs we could ship "Web Coated (SWOP) v2" which is the default CMYK space used in Photoshop and seems to be redistributable from Adobe.
CMYK image test still shown with wrong color cyan/green instead of blue and FF 93.0.
Correct colors when using Edge.
https://chromachecker.com/info/en/page/webbrowser
I have set
https://chromachecker.com/info/en/page/webbrowser = true
gfx.color_management.mode = 1
using icc profile from Eizo monitor with HW-calibration.
Comment 10•4 years ago
|
||
Comment on attachment 9245792 [details]
grafik.png
CMYK image test still shown with wrong color cyan/green instead of blue and FF 93.0.
Correct colors when using Edge.
https://chromachecker.com/info/en/page/webbrowser
I have set
gfx.color_management.enablev4 = true
gfx.color_management.mode = 1
using icc profile from Eizo monitor with HW-calibration.
Updated•3 years ago
|
Comment 11•1 year ago
|
||
CMYK support seems to have been added by bug 1706144.
Why doesn't it work?
Comment 12•1 year ago
|
||
I'm not sure, it's a bug that needs to be investigated to understand what is going on.
Comment 13•5 months ago
|
||
Bug 1989218 is now adding CMYK pipeline and then bug 1943799 will use it for JPEG. Let's track this there.
Description
•