summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 7175a14631b9357fcc128d769a74280f1470d923 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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
- Replace log and assert modules with lisiblestd's

## 0.1.0 (2024-03-05)
- Add PNG decoding support for colour types Greyscale and Truecolour
Go back to lisible.xyz