Skip to content

Draft: psd: Add support for 8-bit depth CMYK image

Gary Wang requested to merge garywang/kimageformats:cmyk8 into master

Add support for display basic 8-bit depth CMYK image. The software I'm currently using seems cannot export 8-bit CMY or 16-bit CMY/CMYK/CMYKA formats, so only 8-bit CMYK for now.

Unit tests weren't added, might add later. I'm still not very sure about my implementation is okay so please help review the code. Thanks!

Files I created for testing: cmyk.psd cmyk2.psd

Edited by Gary Wang

Merge request reports