| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2024-03-05 | Implement PNG decompression | Clement Sibille | |
| This patch adds PNG decompression for images without interlacing and without alpha channel. Only basic image data is supported. Background, transparency, gamma, paletted images are not supported. | |||
| 2024-02-27 | Implement Deflate decompression | Clement Sibille | |
| This patch adds the decompression code for zlib compressed data streams that are compressed using Deflate based on RFC-1950 and RFC-1951. This implementation lacks support for zlib prefix dictionaries and for non-compressed Deflate blocks as these are less common. | |||
