Can you read a multilayered PSD image with Python? Ive tried PIL, but it only seems to access the first layer. Another problem is the result is black if the layer was set to "hidden" in the program.

link|improve this question
Anyone have any more ideas? – a537708 May 16 '11 at 9:46
feedback

1 Answer

Have you tried this way? http://techarttiki.blogspot.com/2008/08/photoshop-scripting-with-python.html

It uses Python Win32 extension.

link|improve this answer
I don't have photoshop, nor am I making a photoshop script. My code simply uses psd files. Id also prefer a cross-platform solution. – a537708 May 15 '11 at 12:01
Sorry, I thought that. (Tip: next time add a comment to my answer instead of adding a new answer! ;) ) – rubik May 15 '11 at 12:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.