Resize issue with image
Posted: 2017-07-18T02:07:48-07:00
When I run the following command:
convert "test.jpg" -resize 532x308 -quality 85 "output.jpg"
As a result I have output.jpg image with size: 531x308: https://gyazo.com/2741f35488d53e02aa6147a0beecf42e
Why it is not pixel perfect, i.e why output image do not have size 532x308? Or I do not understand something?
Thanks
convert "test.jpg" -resize 532x308 -quality 85 "output.jpg"
As a result I have output.jpg image with size: 531x308: https://gyazo.com/2741f35488d53e02aa6147a0beecf42e
Why it is not pixel perfect, i.e why output image do not have size 532x308? Or I do not understand something?
Thanks