summaryrefslogtreecommitdiffstats
path: root/lisiblepng/src/deflate.c (follow)
Commit message (Collapse)AuthorAge
* Implement PNG decompressionClement Sibille2024-03-05
| | | | | | | | 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.
* Implement Deflate decompressionClement Sibille2024-02-27
| | | | | | | | 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.
* Initial commitClement Sibille2024-02-26
Go back to lisible.xyz