Using Geometry with quality

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

-quality is a setting for the output format. For JPEG it is a pecentage into the compression algortihtm , though has no direct relationship to the final output size. If unset it uses an estimate of the quality of the input image if that was also a JPEG.

the only way to adjust this for a specific outout size is trial and error. it is otherwise imposible to determine with any accuracy.

Web images are usally using a low quality and smaller images to improve download times. Thumbnailing is an extension of this.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply