How does quality setting work?
Posted: 2016-05-11T06:12:49-07:00
We're running the following command on our images to reduce file size:
.\mogrify.exe -quality 80 -strip -interlace Plane.
The image quality seems ok after running the command so we want to try a lower quality setting.
If I re-run mogrify against the same images who's quality has already been set to 80%, with -quality 75 does that mean the image is 75% of the original or 75% of the resized image? I'm assuming its 75% of the resized image since the original is now effectively gone but want to confirm.
Thanks
Brad
.\mogrify.exe -quality 80 -strip -interlace Plane.
The image quality seems ok after running the command so we want to try a lower quality setting.
If I re-run mogrify against the same images who's quality has already been set to 80%, with -quality 75 does that mean the image is 75% of the original or 75% of the resized image? I'm assuming its 75% of the resized image since the original is now effectively gone but want to confirm.
Thanks
Brad