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.
feedback
|
|
Have you tried this way? http://techarttiki.blogspot.com/2008/08/photoshop-scripting-with-python.html It uses Python Win32 extension. | |||||
feedback
|