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 RGB mode with 4 channels, seems still with problems #3

Closed yuezhao closed 11 years ago

yuezhao commented 11 years ago

Hi, I got some psd files, found they are RGB color mode with 4 channels. And I try to support it. But I found only one can display normally, others display nothing. I will send the psd files to you, hope you can solve it.

roniemartinez commented 11 years ago

Well I think, RGB color with 4 channels only include another 1 possible channel -- ALPHA channel. Might be RGBA or ARGB... Will check on it tomorrow!

roniemartinez commented 11 years ago

I checked the images you sent in Photoshop and they are actually blank (transparent) images that is why you can't (we) see anything on the output. The code is all fine.