summaryrefslogtreecommitdiffstats
path: root/lisiblepng/src/lisiblepng.h (unfollow)
Commit message (Collapse)Author
2024-02-27Implement Deflate decompressionClement 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.