Problem with resizing doing the opposite of what is asked.
Posted: 2016-04-29T15:41:22-07:00
Couldn't find this issue in a search, but I have a weird issue.
I just used convert to shrink a few thousand images and it worked on most of them. On a few though, it actually make the images smaller even though they were already smaller than the requested size.
Here is an example, original:
http://media3.picsearch.com/is?_Sj46cn8 ... height=232
After conversion:
https://s3.amazonaws.com/porcloud-stage ... 204880.jpg
Here is the command I used:
convert -quality 90 -resize 800x800\> 204880.jpg tn_204880.jpg
This image should have been left alone and output at the same size. Note, if I run it without the \> it will force the image to 800px wide, but some some reason, using this command it gets smaller instead. Any ideas?
Version: 6.7.7-10 2014-03-06 Q16
I just used convert to shrink a few thousand images and it worked on most of them. On a few though, it actually make the images smaller even though they were already smaller than the requested size.
Here is an example, original:
http://media3.picsearch.com/is?_Sj46cn8 ... height=232
After conversion:
https://s3.amazonaws.com/porcloud-stage ... 204880.jpg
Here is the command I used:
convert -quality 90 -resize 800x800\> 204880.jpg tn_204880.jpg
This image should have been left alone and output at the same size. Note, if I run it without the \> it will force the image to 800px wide, but some some reason, using this command it gets smaller instead. Any ideas?
Version: 6.7.7-10 2014-03-06 Q16