Skip to content

Instantly share code, notes, and snippets.

@janikvonrotz
Created October 17, 2016 19:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janikvonrotz/52c9e46e42e5454f76b9ca34ac938e8e to your computer and use it in GitHub Desktop.
Save janikvonrotz/52c9e46e42e5454f76b9ca34ac938e8e to your computer and use it in GitHub Desktop.
Convert image file format #PowerShell #GraphicsMagick
Get-ChildItem | foreach{Invoke-Expression "gm.exe convert $($_.Name) $($_.BaseName).png"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment