Convert image file format #PowerShell #GraphicsMagick
Get-ChildItem | foreach{Invoke-Expression "gm.exe convert $($_.Name) $($_.BaseName).png"}