Skip to content

Instantly share code, notes, and snippets.

@GwyndolynMarchant
Created February 7, 2022 08:59
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 GwyndolynMarchant/b8abce583b347d618244e5ef830c1a73 to your computer and use it in GitHub Desktop.
Save GwyndolynMarchant/b8abce583b347d618244e5ef830c1a73 to your computer and use it in GitHub Desktop.
Iconize
magick.exe convert %*^
-gravity center^
-background none^
\( -clone 0 -resize 256x256 -extent 256x256 \)^
-delete 0^
-colors 256^
-define icon:auto-resize^
out.ico
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment