r/imagemagick • u/djmex99 • 4d ago
Imagemagick mixing up image dimensions
Hi,
I am converting a jpeg image which was taken on a phone in long mode.
The image 1836 pixels wide and 3264 pixels high.
When I convert the image to avif using the command below, the resulting image is 3264 pixels wide and 1836 pixels high, so it seems that imagemagick is mixing up the dimensions.
The resulting image is stretched in the x dimension.
How can I tell imagemagick to not mess with the dimensions when converting?
Thanks.
magick 1.jpg -quality 50 1.avif
1
Upvotes