Sourced from png's changelog.
0.17.15
Added
- Add a public API to advance to the next frame in APNG decoder (#518)
- Add APIs to write ICC and EXIF chunks (#526)
- Add support for parsing the sBIT chunk (#524)
- Add support for parsing the bKGD chunk (#538)
- Add support for parsing the cICP chunk (#529)
- Add support for parsing mDCv and cLLi chunks (#528, (#543))
Changed
Fixed
- Avoid an infinite loop when retrying after a fatal error using
StreamingDecoder(#520)- Fixed chunk order in encoded files (#526)
#495: image-rs/image-png#495 #496: image-rs/image-png#496 #512: image-rs/image-png#512 #518: image-rs/image-png#518 #520: image-rs/image-png#520 #524: image-rs/image-png#524 #526: image-rs/image-png#526 #528: image-rs/image-png#528 #529: image-rs/image-png#529 #538: image-rs/image-png#538 #539: image-rs/image-png#539 #543: image-rs/image-png#543
fbf2566
Merge pull request #550
from image-rs/lets-go060925e
Deprecate Info::encode2d6ca8d
Bump version4baeb70
Bump dev depab45766
Allow cfg(fuzzing)4a1b982
Make gAMA and cHRM fallback optional for sRGB3ef4af6
Fix iCCP chunk encoding (#548)2232f83
Pass through nightly feature to crc32fast crate to get SIMD crc32 on
Aarch6410644db
Merge pull request #542
from Shnatsel/release-v0.17.15fb660c2
Small refactoring of paeth filter logic (#544)