pfalcon / uzlib

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).
Other
308 stars 84 forks source link

Should this work on an IDAT section of a PNG? #37

Closed ryanjpearson closed 3 years ago

ryanjpearson commented 3 years ago

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.