Greetings,
Please see attached example.
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.
(PAID) bash/python script to create templated text fields over image
(PAID) bash/python script to create templated text fields over image
Last edited by marckyL on 2017-01-16T13:24:41-07:00, edited 1 time in total.
- 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
What is your Imagemagick version and OS (platform)? What scripting language do you want?
Re: (PAID) bash script to create templated text fields over image
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
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
- 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
There should be no issue doing it in bash. Image sizes can be determined from Imagemagick and resized as needed.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.
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.