stgn·4 माह पहले·discuss> so i wrote a gzip decompressor from scratchAfter skimming through the author's Rust code, it appears to be a fairly straightforward port of puff.c (included in the zlib source): https://github.com/madler/zlib/blob/develop/contrib/puff/puf...
stgn·पिछला वर्ष·discuss> and it's too bad that JPEG-XL lacks such a filterJPEG XL has an edge-preserving filter ("EPF") for the purpose of reducing ringing.
After skimming through the author's Rust code, it appears to be a fairly straightforward port of puff.c (included in the zlib source): https://github.com/madler/zlib/blob/develop/contrib/puff/puf...