Skip to content

Instantly share code, notes, and snippets.

@PompaDonpa
Last active August 31, 2022 15:24
Show Gist options
  • Save PompaDonpa/54f44aa76f8faebd574f461e09980bc3 to your computer and use it in GitHub Desktop.
Save PompaDonpa/54f44aa76f8faebd574f461e09980bc3 to your computer and use it in GitHub Desktop.
ImageMagick FavIco
convert -background transparent "favicon.png" -define icon:auto-resize=16,24,32,48,64,72,96,128,256 "favicon.ico"
magick -density 256x256 -background transparent favicon.svg -define icon:auto-resize -colors 256 favicon.ico
convert Operations.gif -coalesce -scale 792x446 -layers Optimize Output.gif
mogrify -format jpg *.heic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment