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?".
When I converted this image: to 300x200 using imagemagick, convert IMG.jpg -resize 300x200 newIMG.jpg,
I don't get width 300 and height 200. After conversion, height always greater than the width.
Any idea why?
Basically it 'fits' the image into the size given, and preserves the aspect ratio.
If you don't want it to preserve the aspect ratio add a '!' flag. http://imagemagick.org/Usage/resize/