libqpsd
libqpsd copied to clipboard
PSD (Photoshop Document) & PSB (Photoshop Big) Plugin for Qt/C++ (Qt4/Qt5)
I was able to find this link http://www.telegraphics.com.au/svn/psdparse/trunk/psd_zip.c and if this library works well with PSD/PSB files with compressed(zip) image data, then it is possible to use Qt's qUncompress() function...
As described in the PSD File Format Specification: "Duotone images: color data contains the duotone specification (the format of which is not documented). Other applications that read Photoshop files can...
I am having problem converting 32-bit depth into 8-bit depth. It seems that I can get the image's "silhouette" using the formula value_8bit = value_32bit \* (qPow (2, 8) -...
I have some psd file with transparency background. I try load it with libqpsd, but some pixels with opacity displays incorrect:  Left - psd file, loaded with libqsd, right...