mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 02:49:20 +00:00
Update cheatsheets
This commit is contained in:
13
tldr/linux/img2webp
Normal file
13
tldr/linux/img2webp
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# img2webp
|
||||
|
||||
> Convert an image to WebP.
|
||||
> More information: <https://developers.google.com/speed/webp/docs/img2webp>.
|
||||
|
||||
- Convert an image to WebP:
|
||||
|
||||
`img2webp {{path/to/image}} -o {{path/to/image.webp}}`
|
||||
Reference in New Issue
Block a user