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 want to make with mogrify a border around a picture with different sizes in differnt directions. For example 10 points to the top, 20 to the bottom and 15 right and 25 to the left side. I tried the following under windwos 7:
I want to make with mogrify a border around a picture with different sizes in differnt directions. For example 10 points to the top, 20 to the bottom and 15 right and 25 to the left side. I tried the following under windwos 7:
You will need to do much of the work of mogrify yourself.
You will need to first resize (thumbnail) and pad your images appropriately.
You will then need to add the border and framing.
Only then would you use mogrify to actually arrange the images into an array (something I eventually want to build into "convert" as a set of 'layout' operators, beyond simple appending.)