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?".
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2006-11-02T20:37:52-07:00
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.
glennrp
Posts: 1147 Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W
Contact:
Post
by glennrp » 2006-11-03T20:08:38-07:00
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.
Users browsing this forum: Amazon [Bot] , Bing [Bot] , Google [Bot] and 10 guests