mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 20:04:16 -04:00
PSD: Added support to MCH1 and MCH2
- Multichannel images are treat as CMYK image when the number of channels are more than 1: when exists, channel 5 is used as alpha. Channels higher than 5 are discarded. - Multichannel images are treat as Grayscaleimage when the number of channels are equals to 1. - Device transactions removed (where possible) - Fix clang-format issues
This commit is contained in:
committed by
Albert Astals Cid
parent
348ddce987
commit
894524f7e4
@ -220,7 +220,8 @@ The following defines can be defined in cmake to modify the behavior of the plug
|
||||
|
||||
PSD support has the following limitations:
|
||||
- Only images saved by Photoshop using compatibility mode enabled (Photoshop default) can be decoded.
|
||||
- Multichannel images are treated as CMY/CMYK and are only loaded if they have 3 or more channels.
|
||||
- Multichannel images are treated as CMYK if they have 2 or more channels.
|
||||
- Multichannel images are treated as Grayscale if they have 1 channel.
|
||||
- Duotone images are treated as grayscale images.
|
||||
- Extra channels other than alpha are discarded.
|
||||
|
||||
|
Reference in New Issue
Block a user