- Download dwebp (WebP decoder tool) https://developers.google.com/speed/webp/download
- run this code in in cmd
for %f in (*.webp) do dwebp.exe "%f" -o "%~nf.png"
Created
November 21, 2020 16:54
-
-
Save scr2em/37b48cc787ad126f0c6e115fbdff65d8 to your computer and use it in GitHub Desktop.
convert bulk of files from webp to png
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment