blob: 844d46218072b12828b2f8796a3d0e6fbe5c018f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Changelog
## 0.2.0 (2024-03-05)
- Rename Png type to LisPng
- Replaced function prefix lis_Png_ to LisPng_
- Expose LisPngColourType enum
- Add LisPngColourType_sample_count() function
- Add LisPng accessor functions
## 0.1.0 (2024-03-05)
- Add PNG decoding support for colour types Greyscale and Truecolour
|