roniemartinez / libqpsd

PSD (Photoshop Document) & PSB (Photoshop Big) Plugin for Qt/C++ (Qt4/Qt5)
GNU Lesser General Public License v2.1
108 stars 25 forks source link

Add: Support CMYK mode with 5 channels, seems no work. #5

Closed yuezhao closed 11 years ago

yuezhao commented 11 years ago

I try to support CMYK mode with 5 channels(CMYK and alpha channel), but it seems no work. Here is what I refer to: https://github.com/alco/psdump/blob/master/libpsd-0.9/src/image_data.c , function static psd_status psd_combine_cmyk16_channel(psd_context * context). Hope you can fix it.

roniemartinez commented 11 years ago

As you have suspected, the layers are hidden. I am rechecking the psd files now and unhiding the layers. Also checked the files you sent me before and seems like the layers are also hidden. I will resend to you the images later.