Resize image with "ignore aspect ratio" switch not working
Posted: 2013-07-22T10:54:42-07:00
I have what is likely an easy question for experienced users of ImageMagick. I did search the boards and did not find a thread that answered this for me. I am using version 6.8.6-6
I am trying to force an image to 160X160 no matter what the original size is - all other attributes can stay the same.
The command I used is: convert folder.jpg -resize 160X160\! folder2.jpg I also tried it on a *.gif file and in either case the file size did not change. If I leave off the " ! " switch, the file size changes, but aspect ratio remains the same as the original image. Can anyone tell me what I am doing incorrectly?
TIA
I am trying to force an image to 160X160 no matter what the original size is - all other attributes can stay the same.
The command I used is: convert folder.jpg -resize 160X160\! folder2.jpg I also tried it on a *.gif file and in either case the file size did not change. If I leave off the " ! " switch, the file size changes, but aspect ratio remains the same as the original image. Can anyone tell me what I am doing incorrectly?
TIA