Skip to content

Instantly share code, notes, and snippets.

@wuct
Created March 15, 2014 06:22
Show Gist options
  • Save wuct/9562555 to your computer and use it in GitHub Desktop.
Save wuct/9562555 to your computer and use it in GitHub Desktop.
mkFaveicon.ssh
convert image.png -bordercolor white -border 0 \
\( -clone 0 -resize 16x16 \) \
\( -clone 0 -resize 32x32 \) \
\( -clone 0 -resize 48x48 \) \
\( -clone 0 -resize 64x64 \) \
-delete 0 -alpha off -colors 256 favicon.ico
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment