Mobile app version of vmapp.org
Login or Join
Holmes874

: Creating graphics in bulk with minor variances I need to make 50-500 copies of a photo with a phone number printed over top of each. Each of the 50-500 copies needs to have a different colored

@Holmes874

Posted in: #Automation #Script

I need to make 50-500 copies of a photo with a phone number printed over top of each. Each of the 50-500 copies needs to have a different colored font or font type for the phone number.

I have been using the iPhone app Phonto to create the graphics and have been saving them individually and then changing the font and saving again 500+ times.

Is there any way on any design program that I can change the phone number and save it with each of the 50 colors?

Each image needs to look similar to the one below, each with a different color/font combination. The photos can be saved to JPEG or PNG sized 612x612px.



Thanks for any and all suggestions!

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Holmes874

1 Comments

Sorted by latest first Latest Oldest Best

 

@Goswami567

You want to use a combination of svg graphics and either imagemagick or inkscape. And a bit of scripting

Make an svg template for the design, insert clear placeholders. When you have new values just run a string replacement on the values, save with a new name and then run imagemagick to convert it to png.

You will need some experience with programming tools to do this, but it's not difficult.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme