Skip to content

Instantly share code, notes, and snippets.

@LeonDevLifeLog
Created September 18, 2017 07:12
Show Gist options
  • Save LeonDevLifeLog/33cda9789dd12490b9a5f709d640875a to your computer and use it in GitHub Desktop.
Save LeonDevLifeLog/33cda9789dd12490b9a5f709d640875a to your computer and use it in GitHub Desktop.
转换png到webp
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