Tagged Questions
3
votes
5answers
3k views
Editing Photoshop PSD text layers programmatically
I have a multi-layered PSD, with one specific layer being non-rasterized text. I'm trying to figure out a way I can, from a bash/perl/python/whatever-else program:
load the PSD
edit the text in ...
2
votes
2answers
347 views
Python PSD layers?
I need to write a Python program for loading a PSD photoshop image, which has multiple layers and spit out png files (one for each layer).
Can you do that in Python? I've tried PIL, but there doesn't ...
2
votes
1answer
204 views
Python read multilayer PSD?
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.
1
vote
1answer
86 views
PIL - empty PSD image
I'm trying to load this PSD image with Python Imaging Library.
http://www.2shared.com/photo/JjSY7dN-/BG1.html
I'm not very familiar with layered images. Can someone check to see what's the issue? The ...