Skip to content

Instantly share code, notes, and snippets.

@ty0x2333
Created January 15, 2016 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ty0x2333/028875b3bdc935ec1dd9 to your computer and use it in GitHub Desktop.
Save ty0x2333/028875b3bdc935ec1dd9 to your computer and use it in GitHub Desktop.
The script will be generated under the Windows of ICO.
@echo off
echo The script will be generated under the Windows of ICO
convert logo.png ( -clone 0 -resize 256x256 ) ( -clone 0 -resize 128x128 ) ( -clone 0 -resize 96x96 ) ( -clone 0 -resize 64x64 ) ( -clone 0 -resize 32x32 ) -delete 0 logo.ico
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment