I have an image, a psd file that I save as a .png - it reads: Lil Wayne for President. I want to be able to give the script a list of artist names so that it can create an image for each name, so in the end I'll have an image that reads: Akon for President Jay-Z for President All images need to be saved as a .png Can you do this and how much will it cost?
I don't care if it's online or not, I just want to save me the job of manually editing the psd 100's of time and saving the images as a png.
there are several ways t do this, i'm aware of quite a few batch image processors but most of those need the image already, i think you best solution would be to have an online text to image script that can create the images on the fly, from input or db, just look for text to png php scripts, there are 100's of those floating around
i think that php is the way to go... i'm not aware of any batch process that's capable of editing the image directly, most can only add a watermark (your text) but you would need to have the 100's of images already... If you go with php you can add your text (artist names) to a db and use php to create an image for every name in that db.. simple and quick...
i have done a script similar to what you want, as long as you have the font and the image to be written, its definitely doable.