JPEG how to make -quality <%> so that it's bound to its max
Posted: 2013-07-09T08:54:39-07:00
Hi,
how to make -quality <%> so that it's bound to the current photo max.
This info is in
I mean, take a low quality jpeg and convert -quality 96 for instance, than the output jpeg is way bigger.
It's obviously not what you want, you want the max quality regarding the transformation you're applying does not to exceed 96, but if it's says 80, so must it be 80 and not 96.
A bit like -resize 1980x1980 which won't scale up an image which width or height < 1980.
Thanks
how to make -quality <%> so that it's bound to the current photo max.
This info is in
Code: Select all
identify -verbose
It's obviously not what you want, you want the max quality regarding the transformation you're applying does not to exceed 96, but if it's says 80, so must it be 80 and not 96.
A bit like -resize 1980x1980 which won't scale up an image which width or height < 1980.
Thanks