From 26e8ce24156e4c9c9c812af091ccfc65b00c0828 Mon Sep 17 00:00:00 2001 From: William Oldham Date: Tue, 28 Jan 2025 16:38:35 +0000 Subject: [PATCH] docs: don't use cloudconvert --- public/assets/images/_README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/public/assets/images/_README.md b/public/assets/images/_README.md index 19e07da..3b876a5 100644 --- a/public/assets/images/_README.md +++ b/public/assets/images/_README.md @@ -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).