tachiyomiorg / image-decoder

Image decoder supporting JPEG, JPEGXL, PNG, WebP, AVIF, and HEIF with the option to crop borders
Mozilla Public License 2.0
46 stars 73 forks source link

More complete color management #10

Closed wwww-wwww closed 6 months ago

wwww-wwww commented 6 months ago

Now one of ten apps in the world that properly support jpeg cmyk.

This makes color management always on. It's required for proper CMYK and should be required for everything anyway. The default profile for CMYK if it's not tagged is US Web Coated SWOP (Cloudinary does this) and that's embedded in cmyk.h.

Every format type (with the subsampling):

wwww-wwww commented 6 months ago

For note cmyk.h was generated using xxd -i USWebCoatedSWOP.icc > cmyk.h with USWebCoatedSWOP.zip