Skip to content

Instantly share code, notes, and snippets.

@0x4a
Created March 21, 2016 22:54
Show Gist options
  • Save 0x4a/dbe74687b98b7557e518 to your computer and use it in GitHub Desktop.
Save 0x4a/dbe74687b98b7557e518 to your computer and use it in GitHub Desktop.
convert all gifs in a folder to png-files with #imagemagick #batch
@ECHO OFF
FORFILES /M *.gif /C "cmd /c convert @file @fname.png"
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment