Skip to content

Instantly share code, notes, and snippets.

@gtallen1187
Created September 11, 2019 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gtallen1187/5b034305d255259932bdfba61a872174 to your computer and use it in GitHub Desktop.
Save gtallen1187/5b034305d255259932bdfba61a872174 to your computer and use it in GitHub Desktop.
# Convert TO webp
# cwebp docs - https://developers.google.com/speed/webp/docs/cwebp
cwebp -q 80 image.png -o image.webp
# Convert FROM webp
#dwebp docs - https://developers.google.com/speed/webp/docs/dwebp
dwebp image.webp -o image.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment