elgoog.png
[Hide] (33.7KB, 558x364) >>21973
>i don't follow, what do you exactly mean by this?
If you want me to download a 2GB image or 2GBs worth of images, the best way to do so is to archive the uncompressed images, compress them with lzma or the like, and send me that to decompress on my end.
Here's a compare/contrast straight from the horse's mouth (zopfli/brotli inventor's paper, the same guy responsible for adding the lossless option to webp). The default webp lossless compression is zopfli; as of today, gimp only supports exporting webp with this (zopfli). Note that this is a heavily cherry picked comparison (the paper is essentially a brotli advertisement): these are the scores on an english language text file, which the google compression algorithms are written against. PNGs score close to what bzip2 does here on images because they use a predictive sorting method before deflate, such that the default compression level of every png from this side of 2010 (before the conception of lossless webp, mind you) literally outcompetes the lossless webp format in every regard. The only time lossless webp was shown to 'beat' png compression was when the author cherrypicked 40+ year old pngs with minimum compression and even then it was like 23% or something. Lossless webps are roughly comparable to 50 year old compression formats but take literally at least 30 times longer to create.
>apparently you can check if an image is lossy or lossless but yeah not at glance
>>21969
>webp sucks forever because you can NEVER tell if it's a lossless webp or not, and which do you think CDNs are gonna use?
>it's sure as fuck not gonna be the lossless setting that's only marginally smaller than the format they're trying to get rid of
>the format they're trying to get rid of
webp is a replacement format for jpg. It's a lossy format. Lossless webps are literally the volunteer project of one indian working at google (who, as far as I can tell, isn't responsible for anything to do with compression or cryptography that google actually uses or cares about). There is no attempt to get rid of png and there never has been. If at some point people actually have a problem with them (say, an unforeseen massive increase in media production due to the rise of AI slop) someone competant will write a better format.
The implementation and use of webp on the internet is all wrong anyway, I imagine because nu = betterer fags combined with the misconception that it's a png replacement. The idea was that people would stop making new jpgs, and the fucking retards that run wikis used jpgs as thumbnails instead of just serving the fucking png. Now these samre retards (through no fault of google, to be honest) have created a problem where one no longer existed by continuing to fail to serve the png (which is smaller than the fullscale webp anyway) while also storing both the full scale webm and png (which is obviously larger than either). The original motivation was that the network was too slow to serve the full image and storing a loseless thumbnail used up too much valuable space but neither is a concern and the current practice violates both principles. Just serve the fucking png. There isn't an alternative, because there doesn't need to be one. There is no demand.
As a jpg replacement it's a non-sequitur. Nobody should be making new jpgs, but they do, so we pass around the jpg 'as is' because it is literally a lossless format in that circumstance; the jpg is "the original" because the genuine raw doesn't fucking exist, the artist never uploaded it they probably never even saved it. The genuine raw is probably a fucking project file for clip studio or krita or whatever and we sure as fuck don't see that on their pixiv or twitter. The wikis and the like have no excuse for making jpg thumbnails. Just serve the image, or if it's a supermassive image, serve a png thumbnail that's to-scale with it's presentation on the page. This shit ain't rocket science.