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 trying add a border on a specific side. And the border width has to depend on the dimensions of the current image.
The two snippets below result in an error "mogrify: invalid argument for ...".
Obviously the fx is not allowed here.
I read that distort would allow for adding borders, but I don't understand how.
It can't be that hard, but I am new to Image Magick.
It works for me with convert in IM 7 on Mac OSX Snow Leopard. Convert is supposed to be just a symbolic link to magick on unix systems. Do you still have IM 6 installed?