Search found 1 match

by tbmuc
2016-02-02T12:58:17-07:00
Forum: Users
Topic: Changing aspect ratio
Replies: 1
Views: 4442

Changing aspect ratio

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?