Reduce filesize of 4000 images

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?".
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Reduce filesize of 4000 images

Post by fmw42 »

Put the filter before -resize. Settings come before operators. Use a better filter, such as lanczos or one of the others or take the default. But why are you posterizing. That may be the cause of your issue. You could also use -thumbnail rather than -resize, since it will do an automatic -strip.

See
http://www.imagemagick.org/Usage/resize/
http://www.imagemagick.org/Usage/filter/
http://www.imagemagick.org/Usage/filter/nicolas/
Post Reply