blob: 188ef5e229e1c5c15ad32099313cba2905d784cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  | 
# Changelog
## 0.2.0 (future release)
- Rename Png type to LisPng
- Replace function prefix lis_Png_ to LisPng_
- Expose LisPngColourType enum
- Add LisPngColourType_sample_count() function
- Add LisPng accessor functions
- Add LisPng_write_RGBA8_data()
- Add support for colour type Indexed-colour
- Improve lisiblepng-bin error handling
- Fix a bug when reallocating image data
## 0.1.0 (2024-03-05)
- Add PNG decoding support for colour types Greyscale and Truecolour
  |