Skip to content

PSD: support to native CMYK introduced by QT 6.8

Qt 6.8 will introduce native support for the CMYK (8-bit) format. With this patch you will finally be able to correctly see the colors of CMYK images with ICC profile. The testing part has been updated with the addition of an (optional) json file for each image to test. Inside you enter which image to use depending on the Qt version.

In short:

  • Added native CMYK suport to PSD reader
  • CMYK with alpha is converted using QColorSpace in a RGBA image
  • Read tests changed to use the correct comparison image based on the Qt version
  • Fixed also XCF tests: now works with all Qt version (see also QTBUG-120614)
  • Work around for CCBUG: 468288
Edited by Mirco Miranda

Merge request reports