Radically unbloated DEFLATE/zlib/gzip compression/decompression library. Can decompress any gzip/zlib data, and offers simplified compressor which produces gzip-compatible output, while requiring much less resources (and providing less compression ratio of course).
Should an IDAT chunk payload from a PNG work as a source for uzlib_uncompress? The first byte of the deflate block is 0x78. uzlib_uncompress decides it's a uncompressed block based on this, which I don't believe is correct.
Should an IDAT chunk payload from a PNG work as a source for uzlib_uncompress? The first byte of the deflate block is 0x78. uzlib_uncompress decides it's a uncompressed block based on this, which I don't believe is correct.