Expose delay/loop metadata for animated images #1905

This commit is contained in:
Lovell Fuller
2020-01-09 22:51:08 +00:00
parent 057074b238
commit 4a745f2d2e
6 changed files with 73 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ Requires libvips v8.9.0.
* Drop support for Node.js 8.
[#1910](https://github.com/lovell/sharp/issues/1910)
* Expose `delay` and `loop` metadata for animated images.
[#1905](https://github.com/lovell/sharp/issues/1905)
* Ensure correct colour output for 16-bit, 2-channel PNG input with ICC profile.
[#2013](https://github.com/lovell/sharp/issues/2013)