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
{{ message }}
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
WebP is a both lossy/lossless codec for images. Firefox supports decoding WebP on most of the webpages, and it compresses better than PNG. So, there should be option to store the screenshot as WebP files.
The text was updated successfully, but these errors were encountered:
The lossless is never big than PNG. Also those are called "quantization artefacts" not "JPEG like artefacts", well VP8 kind of makes those quantization artefacts hidden because it's a modern video codec but atleast it makes it look more plausible than JPEG.
pngquant basically palletizes colours of the input image through libimagequant, then uses zopfli for DEFLATE compression. Still can't beat WebP in TrueColor (24-bit) as it uses a lot more complex algorithm than PNG.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
WebP is a both lossy/lossless codec for images. Firefox supports decoding WebP on most of the webpages, and it compresses better than PNG. So, there should be option to store the screenshot as WebP files.
The text was updated successfully, but these errors were encountered: