BlackWinnerYoshi wrote
Reply to comment by Wahaha in FF Solution to tell websites to fuck off with webp, but still allow display of webp if there is no alternative by Wahaha
Okay, sure, not many things support WebP images even after a decade of its existence, and that the storage savings are marginal compared to removing trackers/ads/scripts, but I think you messed up baseline and progressive JPEG definitions. This might be a misunderstanding, though.
Anyway, progressive loading actually makes JPEG load the full image, just with decreased quality, unlike baseline JPEG, which loads half of the image. Here is a comparison I have made.
(note: I halved those images using dd
:
dd bs=[c/2] count=1 if=if.jpg of=of.jpg
where [c/2]
is the number of bytes in the image, halved and rounded up.)
Wahaha OP wrote
Interesting, I didn't know the proper terminology for this feature.
Viewing a single comment thread. View all comments