ImageMagick: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
Line 6: Line 6:
==Extract images from animated gif==
==Extract images from animated gif==
  convert img.gif -coalesce img/xx_%05d.png
  convert img.gif -coalesce img/xx_%05d.png
==Convert to favicon==
convert -define icon:auto-resize=256,64,48,32,16 foo.png favicon.ico

Revision as of 16:56, 28 May 2023

Links

FAQ

Extract images from animated gif

convert img.gif -coalesce img/xx_%05d.png


Convert to favicon

convert -define icon:auto-resize=256,64,48,32,16 foo.png favicon.ico