Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
for S in $ICONSIZES ; do convert -scale ${S}x${S} $PICFILE ${PICFILE}_${S}x${S}.ppm ; done
 
ppmtowinicon -output ${PICFILE}.ico $(for S in $ICONSIZES ; do echo ${PICFILE}_${S}x${S}.ppm ; done)

Extra: Creating icons without command line

This tutorial describes how to create multi-resolution files with the GIMP: http://egressive.com/tutorial/creating-a-multi-resolution-favicon-including-transparency-with-the-gimp