Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 626 by lingy...@
gmail.com: When using the -quality 100 parameter to process webp images, the output result size is too large and does not meet expectations.
https://bugs.chromium.org/p/webp/issues/detail?id=626What steps will reproduce the problem?
1. use libwebp to process a webp image
2. convert input.webp -quality 97 output97.webp
3. convert input.webp -quality 98 output98.webp
4. convert input.webp -quality 99 output99.webp
5. convert input.webp -quality 100 output100.webp
What is the expected output? What do you see instead?
expected output: output100.webp's size is a little bit larger than output100.webp
actual:
➜ Downloads ls -lh | grep output
-rw-r--r--@ 1 640K 11 30 10:31 output100.webp
-rw-r--r--@ 1 214K 11 30 11:02 output97.webp
-rw-r--r--@ 1 223K 11 30 11:02 output98.webp
-rw-r--r--@ 1 235K 11 30 10:30 output99.webp
What version of the product are you using? On what operating system?
➜ Downloads cwebp -version
1.3.2
libsharpyuv: 0.2.1
Please provide any additional information below.
origin img:
-rw-r--r--@ 1 236K 11 29 19:24 input.webp
--
You received this message because:
1. The project was configured to send all issue notifications to this address
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings