From afb21135c22399ad9e24d9f86fdda8405ebfec4d Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Sun, 5 Sep 2021 09:35:46 +0100 Subject: [PATCH] Docs: add changelog entry for #2868 --- docs/api-output.md | 4 ++++ docs/changelog.md | 3 +++ docs/humans.txt | 3 +++ lib/output.js | 2 ++ 4 files changed, 12 insertions(+) diff --git a/docs/api-output.md b/docs/api-output.md index 538b7f902..717830f61 100644 --- a/docs/api-output.md +++ b/docs/api-output.md @@ -371,6 +371,10 @@ const data = await sharp(input) Returns **Sharp** +**Meta** + +* **since**: 0.29.1 + ## tiff Use these TIFF options for output image. diff --git a/docs/changelog.md b/docs/changelog.md index 1cb34fbda..1e51bbaa1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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) +* Add support for libvips compiled with OpenJPEG. + [#2868](https://github.com/lovell/sharp/pull/2868) + * Remove unsupported animation properties from AVIF output. [#2870](https://github.com/lovell/sharp/issues/2870) diff --git a/docs/humans.txt b/docs/humans.txt index 845736fcb..e2da30507 100644 --- a/docs/humans.txt +++ b/docs/humans.txt @@ -221,3 +221,6 @@ GitHub: https://github.com/mart-jansink Name: Tenpi GitHub: https://github.com/Tenpi + +Name: Zaruike +https://github.com/Zaruike diff --git a/lib/output.js b/lib/output.js index 46a37dcf8..da50505af 100644 --- a/lib/output.js +++ b/lib/output.js @@ -538,6 +538,8 @@ function gif (options) { * }) * .toBuffer(); * + * @since 0.29.1 + * * @param {Object} [options] - output options * @param {number} [options.quality=80] - quality, integer 1-100 * @param {boolean} [options.lossless=false] - use lossless compression mode