Ignore greyscale ICC profiles due to lcms bug #3112

This commit is contained in:
Lovell Fuller
2022-02-28 11:28:08 +00:00
parent fc3b4a683d
commit 21a960796c
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,9 @@ Requires libvips v8.12.2
[#3110](https://github.com/lovell/sharp/pull/3110)
[@kleisauke](https://github.com/kleisauke)
* Temporarily ignore greyscale ICC profiles to workaround lcms bug.
[#3112](https://github.com/lovell/sharp/issues/3112)
### v0.30.1 - 9th February 2022
* Allow use of `toBuffer` and `toFile` on the same instance.