mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Docs: add changelog entry for #2868
This commit is contained in:
parent
b7fbffb3f7
commit
afb21135c2
@ -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.
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user