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?".
How would I accomplish this against all images in a directory?
I think I can crop and then chop the original image, save the cropped part as a second image, and then use -append to join them again. But I was wondering if there's an easier way... perhaps without ever saving the cropped area as second image?
I want to remove the upper portion of an image (let's say 100x20) and put it at the bottom while keeping the same original dimensions. If I can apply the change to all images at the same time, all the better. But I'm really just curious what the best way is to translate/move any area from the top of an image to the bottom.