Skip to content

Instantly share code, notes, and snippets.

@michaelsanford
Created November 17, 2019 22:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelsanford/650dc4a59956fc42486ffae50bf1116d to your computer and use it in GitHub Desktop.
Save michaelsanford/650dc4a59956fc42486ffae50bf1116d to your computer and use it in GitHub Desktop.
Get-ChildItem -File *.png | Foreach { cwebp.exe -short -noalpha -lossless $_.Name -o ($_.BaseName + ".webp") }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment