Skip to content

Instantly share code, notes, and snippets.

@oliviano
Last active May 30, 2024 21:11
Show Gist options
  • Save oliviano/25c2b93491c44b3793acc40eee959fe4 to your computer and use it in GitHub Desktop.
Save oliviano/25c2b93491c44b3793acc40eee959fe4 to your computer and use it in GitHub Desktop.
### Using ImageMagick:
`convert image.webp image.png`\
If you want to convert a whole directory:\
`convert *.webp -set filename:base "%[basename]" "%[filename:base].png"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment