Code: Select all
convert.exe filename.jpg -clip 440x236+535+304 -scale 216x116 newname.png
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.
I'm very confused!