Hi,

I have a jpeg of 3456 × 5184, using OS X preview to resize its width to 800,
I got a jpeg with 800 × 1200.
now if I run this command:

convert sample.jpg -resize 800x test.jpg

I got 533 × 800

my ImageMagick is ImageMagick 6.7.1-5.

I have to run :

convert sample.jpg -resize x800 test.jpg
this will give me a 800x1200

I thought to specify the width it is 800x, x800 is to specify the height, am
I missing something here? Thanks.

-- 
View this message in context: 
http://old.nabble.com/resizing-a-portrait-jpeg%27s-width-tp32259424p32259424.html
Sent from the Magick-users mailing list archive at Nabble.com.


_______________________________________________
Magick-users mailing list
Magick-users@imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to