Convert a bunch of pngs to gifs with imagemagick
Just a handy one for the IE6 png support: for i in `ls`; do x=`basename $i .png`; convert $i $x.gif; done
    Read other posts
    
  
  
Just a handy one for the IE6 png support: for i in `ls`; do x=`basename $i .png`; convert $i $x.gif; done