Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I am using ImageMagick (Version: ImageMagick 6.2.8 )
I am trying to write a script to simplify the creation of stamps. I need to be able to center multiple lines of text that have different font formatting settings that they will get from user input.
I am unable to update it's a godaddy shared server so my only hope is to get it to work with another means. Any ideas how to make it work in this version
Before IM v6.4.7 it was much more difficult to align appended images, and generally involved using a "-flop" for right alignment. Or using "-extent" or "-border" to adjust the image width for centered aligned appends.
For example, this will work with an older 6.3.2 version of IM...