diff options
| author | Clement Sibille <clements+git@lisible.xyz> | 2024-03-05 17:01:51 +0900 | 
|---|---|---|
| committer | Clement Sibille <clements+git@lisible.xyz> | 2024-03-05 17:01:51 +0900 | 
| commit | 5ce9aeb818f558309fbe7e526a8b94a3be19120a (patch) | |
| tree | 421659c0371caee917535ffbca6c6d0598d9b550 | |
| parent | 964429c5755a83d3565d4729e1c7f41170e77b1a (diff) | |
Add additional documentation
| -rw-r--r-- | README.md | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -5,11 +5,14 @@ This PNG decoder is meant to be used in my other C projects.  ## Supported features  This is a simple implementation of a PNG decoder, it currently implements the following features: +- IHDR, IDAT and IEND chunks  - Greyscale wihout alpha  - Truecolour without alpha, without palette  - 1 to 16 bit depth samples  - All PNG filtering methods +Alpha channels, interlacing, paletted images and non-mandatory chunks are not supported. +  ## Building  ```bash   | 
