mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
docs: don't use cloudconvert
This commit is contained in:
parent
d0354ee85d
commit
26e8ce2415
|
|
@ -15,8 +15,10 @@ mogrify -format webp *.png
|
|||
mogrify -format webp *.jpg
|
||||
```
|
||||
|
||||
## Using cloudconvert
|
||||
## Using a web service
|
||||
|
||||
If you don't want to install imagemagick, you can use cloudconvert to convert images to WebP.
|
||||
If you don't want to install imagemagick, you can use towebp.io to convert images to WebP.
|
||||
|
||||
Go to https://cloudconvert.com/webp-converter and upload your images. You can convert multiple images at once.
|
||||
Go to https://towebp.io/ and upload your images. You can convert multiple images at once.
|
||||
|
||||
To match the default quality of imagemagick, use a quality of 90 (imagemagick uses 92 by default).
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user