RESOLVED: Editing text layers of a Photoshop PSD?
Posted: 2009-05-11T13:18:58-07:00
I have a multi-layered PSD, and one specific layer is a text layer. What I'm wanting to do is edit the text of the aforementioned layer, and then save a flattened PNG or JPG image -- with many variations, so ideally from a script of some kind.
From searching through the forums, I've gathered that its rather easy to flatten the PSD and save to a different format like so:
So then, all that's left is to edit the text layer (through command-line or one of the IM language APIs). Is it possible to do this via ImageMagick?
From searching through the forums, I've gathered that its rather easy to flatten the PSD and save to a different format like so:
Code: Select all
convert text.psd[0] text.jpg