Photoshop Experts, lend me your ears: I'd like to automate the task of combining 2 images into 1, but have almost no knowledge of how to script this or how to accomplish this using actions.
I have a folder with 100 logo images - all transparent PNGs. They're not exactly the same size, but similar.
I also have a single PNG slogan that I'd like to appear under each of these logos.
The final product would be a transparent PNG with the PNG logo, centered above the PNG slogan. The final product(s) would all need to be the same size, regardless of the logos relative size to the slogan or anything else.
I've created a bit of a walkthrough visually, since I fear my ability to explain myself is hindered by my inability to create my own solution.
Walkthrough/general idea:
http://i.imgur.com/FJuf1.jpg
All help is MUCH appreciated - thank you!
ImageMagick can resize an image and then compose two images and ecstatic about batch processing.
http://www.imagemagick.org/Usage/layers/#composition
More details:
http://www.imagemagick.org/Usage/compose/
Backup the folder first, and work on a test case, btw, to avoid accidentally overwriting your source images or suchlike.
If you run into trouble, try their irc channel or any computer-guruish buddy who knows even a tiny bit of scripting and command line stuff.
posted by sebastienbailard at 8:02 PM on December 10, 2012