I have a Photoshop PSD image that is two layers: The image is transparent. Over that, I have a logo, that is semi-transparent. Over that logo, I have a Text Layer. That text layer contains some text, written using a particular font, size, character spacing, etc.
What I want is this:
- Open a specific PSD file
- Read a TXT file that contains short sentences. Iterate over it.
- For each sentence, modify the text layer to contain that sentence without disturbing the font settings, size, etc.
- Save a transparent PNG file of that new composition.
I can figure out #1, #2, and #4, but how do I do #3?