AngeloChen
2011-08-14 23:47:58 UTC
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.
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.
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.