From d5e1e251278116dab4a3ccc10462d7c8e0af8672 Mon Sep 17 00:00:00 2001 From: Matteo Paonessa Date: Fri, 3 Jan 2025 12:04:52 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1ed7eb..a40bd2a 100644 --- a/README.md +++ b/README.md @@ -196,8 +196,8 @@ pub enum SupportedFileTypes { JPEG is a lossy format: that means you will always lose some information after each compression. So, compressing a file with 100 quality for 10 times will result in an always different image, even though you can't really see the difference. -Libcaesium also supports optimization, by setting the _quality_ to 0. This performs a lossless process, resulting in the -same image, but with a smaller size (10-12% usually). +Libcaesium also supports optimization. This performs a lossless process, resulting in the +same exact image, but with a smaller size (10-12% usually). GIF optimization is possible, but currently not supported. WebP's optimization is also possible, but it will probably result in a bigger output file as it's well suited to losslessly convert from PNG or JPEG.