summaryrefslogtreecommitdiffstats
path: root/lisiblepng (follow)
Commit message (Collapse)AuthorAge
* Fix reallocation of the image dataClement Sibille2024-03-09
|
* Add LisPng_write_RGBA8_data()Clement Sibille2024-03-08
|
* Replace LISIBLE_PNG_COMPUTE_CRC -> LPNG_COMPUTE_CRCClement Sibille2024-03-07
|
* Fix bitstream implementationClement Sibille2024-03-07
|
* Add accessor methods for PNG dataClement Sibille2024-03-05
|
* Add various fixes and improve codeClement Sibille2024-03-05
|
* Free the data buffer on Png destructionClement Sibille2024-03-05
|
* Rename parse function to decodeClement Sibille2024-03-05
|
* Add documentationClement Sibille2024-03-05
|
* 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