Lepton image compression: saving 22% losslessly from images at 15MB/s
161–170 of 196 posts
Re: Lepton image compression: saving 22% losslessly from images at 15MB/s
#162The wording almost implies that this is novel, but it is actually Gamma coding [1], which in the signal compression community is often called Exp-Golomb coding [2]. I wonder why this is not acknowledged, considering that they mention the VP8 arithcoder instead.
Re: Lepton image compression: saving 22% losslessly from images at 15MB/s
#163Earlier quoted context omitted.
I don't think they're compressing this and decompressing it client side. At least I didn't get that impression from the article. You're correct ofc, download costs = 10 months of storage.
> I don't think they're compressing this and decompressing it client side. The speed quotes made it sound like client-side was a concern. Why would you go to all the effort of devising a new image compression format saving 20%+ storage and on the wire, and not have it decompressed client-side, especially when you control the client?
Re: Lepton image compression: saving 22% losslessly from images at 15MB/s
#164Earlier quoted context omitted.
> FLIF is a novel lossless image format which outperforms PNG, lossless WebP, lossless BPG, lossless JPEG2000, and lossless JPEG XR in terms of compression ratio. > 74% smaller than lossless JPEG XR compression. > Works on any kind of image
It also loads progressively and has a novel feature that lets a client determine how much detail to render, then stop loading any more data, all while using the same file. http://flif.info/example.html
Re: Lepton image compression: saving 22% losslessly from images at 15MB/s
#165Very interesting. But it's not clear to me how estimating the DC components makes it guaranteed lossless
Re: Lepton image compression: saving 22% losslessly from images at 15MB/s
#166Re: Lepton image compression: saving 22% losslessly from images at 15MB/s
#167Re: Lepton image compression: saving 22% losslessly from images at 15MB/s
#168Re: Lepton image compression: saving 22% losslessly from images at 15MB/s
#169Does anyone know how this compares to jpegoptim? https://github.com/tjko/jpegoptim I'm hitting the limits in my OneDrive account and jpegoptim seemed to reduce my photos quite a bit.
I'd say 22% for Lepton and 5% for jpegoptim, based on fading past memories of mine.