Created
September 18, 2017 07:12
-
-
Save LeonDevLifeLog/33cda9789dd12490b9a5f709d640875a to your computer and use it in GitHub Desktop.
转换png到webp
This file contains 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
find ./ -name "*.png" -exec cwebp -q 70 {} -o {}.webp \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment