Add support for libvips compiled with OpenEXR #698

This commit is contained in:
Lovell Fuller
2020-10-07 15:12:06 +01:00
parent 49dce6219e
commit 9704ca4c18
3 changed files with 6 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ Requires libvips v8.10.0
### v0.26.2 - TBD
* Add support for EXR input. Requires libvips compiled with OpenEXR.
[#698](https://github.com/lovell/sharp/issues/698)
* Ensure support for yarn v2.
[#2379](https://github.com/lovell/sharp/pull/2379)
[@jalovatt](https://github.com/jalovatt)