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

Support for Zip (w/ and w/o prediction) #11

Open roniemartinez opened 11 years ago

roniemartinez commented 11 years ago

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 since it uses zlib. Can't test it since I don't have an image file with this kind of compression, neither I can save an image in Photoshop with such compression - I am not an expert (yet) of the software.

pjanx commented 2 years ago

Related: https://www.adobe.io/content/dam/udp/en/open/standards/tiff/TIFFphotoshop.pdf

roniemartinez commented 2 years ago

Can't test it since I don't have an image file with this kind of compression

@pjanx Do you have an example PSD/PSB file?

pjanx commented 2 years ago

I do not, I was only researching.

ccseer commented 1 year ago

hi I got some files https://github.com/ccseer/Seer/issues/372#issuecomment-1328250290

https://github.com/KDE/krita/tree/master/plugins/impex/psd/tests/data

ccseer commented 1 year ago

https://gist.github.com/ocornut/52a4b9c679ed670851e7