JPG Quality Problems

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
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Try this command:
  • convert 113.jpg -support 0.95 -resize 200x280! -strip -quality 80 image.jpg
You may need to play with the support or quality options to get an optimal result.
Last edited by magick on 2006-02-26T13:05:31-07:00, edited 1 time in total.
Post Reply