Mikolaj Machowski on  wrote...
| David Favor scripsit:
| > I've been using the following. If anyone has other
| > suggestions for smaller files, pass them along.
| >
| > Thanks.
| >
| > _______
| >
| > #!/bin/bash
| >
| > for file in $* ; do
| >     convert -quality 90 +dither -colors 64 -depth 8 $file $file
| > done
| >
| 
| 1. you can use mogrify, no need for loop
| 2. -strip
| 3. best compressing of PNGs is with png-crush, not IM
| 
optipng is the more modern, better and faster version of pngcrush.


  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
          REALITY.SYS Corrupted - Unable to recover Universe
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
Magick-users@imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to