Search found 2 matches
- 2017-07-18T06:49:39-07:00
- Forum: Bugs
- Topic: Resize issue with image
- Replies: 2
- Views: 4966
Re: Resize issue with image
It works perfectly. Thanks!
- 2017-07-18T02:07:48-07:00
- Forum: Bugs
- Topic: Resize issue with image
- Replies: 2
- Views: 4966
Resize issue with image
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 ...