Open tripulse opened 4 years ago
Why would that be terrible? I see nothing bad with it.
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.
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.