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?".
The resulting image is supposed to be 216x116 but instead it's 155x116. What am I doing wrong?
NOTE: I was initially clipping an image size of 440x210 and "-scale" gave me an image size of 216x103. I then tried "-resize" but this gave me an image size of 155x116. So I went back to "-scale" and made sure the aspect ratio of the clipped image was the same as the output image. But now "-scale" is giving me images that are 155x116.