Remove unsupported animation props from AVIF #2870

This commit is contained in:
Lovell Fuller
2021-09-05 08:46:15 +01:00
parent e044788f63
commit 5d98bcd8d8
7 changed files with 51 additions and 1 deletions

View File

@@ -374,6 +374,8 @@ Use these AVIF options for output image.
Whilst it is possible to create AVIF images smaller than 16x16 pixels,
most web browsers do not display these properly.
AVIF image sequences are not supported.
### Parameters
* `options` **[Object][6]?** output options

View File

@@ -18,6 +18,9 @@ Requires libvips v8.11.3
* Ensure images with P3 profiles retain full gamut.
[#2862](https://github.com/lovell/sharp/issues/2862)
* Remove unsupported animation properties from AVIF output.
[#2870](https://github.com/lovell/sharp/issues/2870)
### v0.29.0 - 17th August 2021
* Drop support for Node.js 10, now requires Node.js >= 12.13.0.