Really Big Filesize Problem

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 »

Use this command to get the results you are looking for:
  • convert -size 300x300 file.jpg -thumbnail 300 -quality 60 thumb.jpg
Consider upping the quality to 75.
Last edited by magick on 2006-11-02T20:49:46-07:00, edited 1 time in total.
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Post by glennrp »

l008com wrote: what do these options do that is different than what my basic options do?

The -thumbnail option has a built-in call to the -strip option that removes
some clutter from your file.
Post Reply