Changing aspect ratio
Posted: 2016-02-02T12:58:17-07:00
Hello,
I am new to Imagemagick and I tried to convert a 1600x2500 pixel image to 412x547 which differs in the aspect ratio.
After using
convert %1.jpg -resize 412x547 %1_tmp.png
the result has the 342x547. How to get the right resoloution?
I am new to Imagemagick and I tried to convert a 1600x2500 pixel image to 412x547 which differs in the aspect ratio.
After using
convert %1.jpg -resize 412x547 %1_tmp.png
the result has the 342x547. How to get the right resoloution?