#author("2024-09-25T13:56:21+00:00","default:yoya","yoya")
[[Color]] > [[色空間>ColorSpace]] > [[CMYK]]

* [[JPEG]] [#jpeg]

- カラースペースの変換と一般的なマーカー
-- http://docs.oracle.com/javase/jp/7/api/javax/imageio/metadata/doc-files/jpeg_metadata.html#color

- How to convert from CMYK to RGB in Java correctly?
--  http://stackoverflow.com/questions/3123574/how-to-convert-from-cmyk-to-rgb-in-java-correctly/12132630#12132630
 Adobe CYYK (some variant with inverted colors as well).
 For CMYK JPEG images, you need to distinguish between regular CMYK, Adobe CMYK (with inverted values, i.e. 255 for no ink and 0 for maximum ink) and Adobe CYYK (some variant with inverted colors as well).

- JPEG images with CMYK and YCCK image data
--  http://www.randelshofer.ch/blog/2008/10/jpeg-images-with-cmyk-and-ycck-image-data/

- https://x.com/yoya/status/1214478833224577024
>
GS とかは別として普通 YCCK (YCbCr+K)とか処理したくなくて普通 libjpeg に頼んで CMYK として解釈し直すのだけど、四半世紀前のフォトショのバグでそれが Inverse だって話が混ざって、YCCK が Inverse CMYK だと勘違いしていた失態。(コードの途中で情報ダンプしてるとそう見えてしまう罠

* 関連 [#rel]

- [[Adobe]]
- [[CMYK]]
- [[CYYK]]