[magick-users] Best way to do png shrink

David Favor david at davidfavor.com
Mon Sep 10 11:48:46 PDT 2007


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

-- 
Love feeling your best ever, all day, every day?
Email join at RadicalHealth.com for the easy way.


More information about the Magick-users mailing list