Docs: add changelog entry for #2868

This commit is contained in:
Lovell Fuller 2021-09-05 09:35:46 +01:00
parent b7fbffb3f7
commit afb21135c2
4 changed files with 12 additions and 0 deletions

View File

@ -371,6 +371,10 @@ const data = await sharp(input)
Returns **Sharp** Returns **Sharp**
**Meta**
* **since**: 0.29.1
## tiff ## tiff
Use these TIFF options for output image. Use these TIFF options for output image.

View File

@ -18,6 +18,9 @@ Requires libvips v8.11.3
* Ensure images with P3 profiles retain full gamut. * Ensure images with P3 profiles retain full gamut.
[#2862](https://github.com/lovell/sharp/issues/2862) [#2862](https://github.com/lovell/sharp/issues/2862)
* Add support for libvips compiled with OpenJPEG.
[#2868](https://github.com/lovell/sharp/pull/2868)
* Remove unsupported animation properties from AVIF output. * Remove unsupported animation properties from AVIF output.
[#2870](https://github.com/lovell/sharp/issues/2870) [#2870](https://github.com/lovell/sharp/issues/2870)

View File

@ -221,3 +221,6 @@ GitHub: https://github.com/mart-jansink
Name: Tenpi Name: Tenpi
GitHub: https://github.com/Tenpi GitHub: https://github.com/Tenpi
Name: Zaruike
https://github.com/Zaruike

View File

@ -538,6 +538,8 @@ function gif (options) {
* }) * })
* .toBuffer(); * .toBuffer();
* *
* @since 0.29.1
*
* @param {Object} [options] - output options * @param {Object} [options] - output options
* @param {number} [options.quality=80] - quality, integer 1-100 * @param {number} [options.quality=80] - quality, integer 1-100
* @param {boolean} [options.lossless=false] - use lossless compression mode * @param {boolean} [options.lossless=false] - use lossless compression mode