Support modulate op with non-sRGB pipeline colourspace #3620

This commit is contained in:
Lovell Fuller
2023-04-17 19:53:48 +01:00
parent b763801d68
commit 5f8646d937
2 changed files with 6 additions and 2 deletions

View File

@@ -23,6 +23,9 @@ Requires libvips v8.14.2
* Ensure profile-less CMYK to CMYK roundtrip skips colourspace conversion.
[#3620](https://github.com/lovell/sharp/issues/3620)
* Add support for `modulate` operation when using non-sRGB pipeline colourspace.
[#3620](https://github.com/lovell/sharp/issues/3620)
### v0.32.0 - 24th March 2023
* Default to using sequential rather than random access read where possible.