Replies: 3 comments 3 replies
-
I'm not aware of any issues converting CMYK in Chromium or Firefox. AFAIK, Chromium uses Skia for its CMYK conversion, so if you have examples where it fails to convert correctly to the display profile, it would be worth opening a bug with them. I'm not sure what the use case would be for CIELAB on the web. Web pages are viewed on RGB displays, so storing images in a format not easily convertible to RGB is wasteful, and CIELAB conversion is quite expensive. Moreover, CIELAB really needs more than 8 bits per channel of precision to avoid banding, so there would be a storage penalty in addition to the processing penalty. Interestingly, JPEG actually does allow any type of channel data to be encoded, so you could put CIELAB in it if any decoding app supported it. The existing CMYK and RGB (as opposed to Y'CbCr) JPEG formats were initially abuses of the format by Adobe that others supported out of necessity for compatibility. I don't think AVIF allows arbitrary channel definitions, but JPEG XL does, so that could work too -- if there were a compelling use case for it. |
Beta Was this translation helpful? Give feedback.
-
It doesn't appear to be rendering intent. I welcome you to dig deeper and
have a look! I reserve the right to be wrong of course...
- J
… Message ID:
<saucecontrol/Compact-ICC-Profiles/repo-discussions/12/comments/4150462@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
We can ask Marti about it? Might be a BPC thing? Maybe not, considering
your code didn't need it...? Safari also fails, though not as badly...
which is surprising. I am vexed. It may be in the transform to monitor
RGB? I'll ask around more.
- J
… Message ID:
<saucecontrol/Compact-ICC-Profiles/repo-discussions/12/comments/4478520@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
What exactly is the state of CMYK profile support in browsers? In my tests they always lack contrast. Is there a way to improve this or workaround?
CIELAB support is aspirational of course... no normal web formats even support it. Is there a new JPEG flavor or other format (AVIF?) that supports it?
Big thanks!
J
Beta Was this translation helpful? Give feedback.
All reactions