(PAID) bash/python script to create templated text fields over image

Do you need consulting from ImageMagick experts and are willing to pay for their expertise? Or are you well versed in ImageMagick and offer paid consulting? If so, post here otherwise post elsewhere for free assistance.
Post Reply
marckyL
Posts: 7
Joined: 2016-12-15T16:25:12-07:00
Authentication code: 1151

(PAID) bash/python script to create templated text fields over image

Post by marckyL »

Greetings,
Please see attached example.
Image
I need to be able to pipe in different variables to create a card like the example (including swapping out the background image).
A variety of different image sizes and texts lengths are going to be input, so I need to make sure that everything is somewhat dynamic. The relative output resolution needs to be able to scale as well. It will mostly be 1920x1080 and 3840x2160.
It also need to abide by the broadcast safe lines (Text on the left is justified left, the image is justified right).
Please feel free to DM me with quotes.
UPDATE:
I realize this actually may not be able to be done gracefully in bash. So the calculations of sizes may need to be done in python, which is fine.
Last edited by marckyL on 2017-01-16T13:24:41-07:00, edited 1 time in total.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: (PAID) bash script to create templated text fields over image

Post by fmw42 »

What is your Imagemagick version and OS (platform)? What scripting language do you want?
marckyL
Posts: 7
Joined: 2016-12-15T16:25:12-07:00
Authentication code: 1151

Re: (PAID) bash script to create templated text fields over image

Post by marckyL »

Output script needs to be bash script... But the logic can be in python.
OS - will be on Ubuntu 14.04, 16.04, and possibly OSX.
Image Magick Version: 6.8.9-9 Q16 x86_64 2016-11-29
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: (PAID) bash/python script to create templated text fields over image

Post by fmw42 »

UPDATE:
I realize this actually may not be able to be done gracefully in bash. So the calculations of sizes may need to be done in python, which is fine.
There should be no issue doing it in bash. Image sizes can be determined from Imagemagick and resized as needed.

More detail about the font sizes and placements would be needed as well as your background size and size of the overlaid image and range of sizes for the input image as well as whether it will always be landscape versus portrait mode.

A list of your argument requirements is also needed.

It all seems doable.
Post Reply