PSD (PhotoShop) Viewer
-
Looking for MFC class for handling PhtoShop files. There is only file format desc. in PhotoShop SDK, but I haven't found any really useful sample. I've seen some programs which can display PSDs quite correctly but as I found all of them using some Delphi graphics library, there are no libraries for MFC/C++? (ImageMagick also have only basic support for PSD, I've found no C code for text layers). Any ideas?
-
Looking for MFC class for handling PhtoShop files. There is only file format desc. in PhotoShop SDK, but I haven't found any really useful sample. I've seen some programs which can display PSDs quite correctly but as I found all of them using some Delphi graphics library, there are no libraries for MFC/C++? (ImageMagick also have only basic support for PSD, I've found no C code for text layers). Any ideas?
www.smalleranimals.com/isource.htm this will read and write the composited PSD images. it does not handle layers. it's been a while since i've looked, but i don't think the PS SDK describes the format of PS layers in enough detail to be able to write any kind of reader/writer for them. i could be wrong... -c