Re-introduce support for greyscale ICC profiles #3114

This commit is contained in:
Lovell Fuller
2022-06-29 11:41:36 +01:00
parent 7a8ab452c5
commit 81c74f57e0
2 changed files with 4 additions and 2 deletions

View File

@@ -8,6 +8,9 @@ Requires libvips v8.13.0
* Drop support for Node.js 12, now requires Node.js >= 14.15.0.
* Re-introduce support for greyscale ICC profiles (temporarily removed in 0.30.2).
[#3114](https://github.com/lovell/sharp/issues/3114)
* Add support for WebP and PackBits `compression` options with TIFF output.
[#3198](https://github.com/lovell/sharp/issues/3198)