[magick-users] Re: Best way to do png shrink
Traut
traut.mail.lists at gmail.com
Tue Sep 11 05:31:36 PDT 2007
by the way, is there any command line arguments for PNG chunks (IHDR,
gAMA, bKGD, pHYs, IDAT, tEXt, IEND) removing?
On 9/11/07, Anthony Thyssen <anthony at griffith.edu.au> wrote:
> 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 ) <A.Thyssen at griffith.edu.au>
> -----------------------------------------------------------------------------
> 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 at imagemagick.org
> http://studio.imagemagick.org/mailman/listinfo/magick-users
>
--
Best regards,
Traut
More information about the Magick-users
mailing list