Last active
May 30, 2024 21:11
-
-
Save oliviano/25c2b93491c44b3793acc40eee959fe4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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