summaryrefslogtreecommitdiffstats
path: root/lisiblepng/src/lisiblepng.c (follow)
Commit message (Collapse)AuthorAge
* Revert "Make LisPng_decode use a u8* instead of a FILE*"Clement Sibille2024-06-10
| | | | This reverts commit ff11942fb7abfc68e2f04350f7d0a2dde51b1d9e.
* Make LisPng_decode use a u8* instead of a FILE*Clement Sibille2024-06-09
|
* Use lisiblestd-0.2.0Clement Sibille2024-05-20
|
* Use lisiblestd-0.1.0Clement Sibille2024-05-20
|
* Add support for Indexed-colour colour typeClement Sibille2024-03-10
|
* 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
|
* 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
|
* 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