You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://imagemagick.org/script/webp.php uses -quality 50 with lossless. But if I understand correctly, -quality corresponds to "compression rate" in this case?
quality parameter will in this case control the amount of processing time spent trying to make the output file as small as possible
It might make sense to give two examples (for lossy and lossless) and clarify -quality parameter for lossless case.
Also, 50 seems a bit low, maybe it should be a higher value or max value (99?).
The text was updated successfully, but these errors were encountered:
https://imagemagick.org/script/webp.php uses -quality 50 with lossless. But if I understand correctly, -quality corresponds to "compression rate" in this case?
https://github.com/webmproject/libwebp/blob/main/doc/tools.md
It might make sense to give two examples (for lossy and lossless) and clarify -quality parameter for lossless case.
Also, 50 seems a bit low, maybe it should be a higher value or max value (99?).
The text was updated successfully, but these errors were encountered: