Ensure trim op works with CMYK input #3636

This commit is contained in:
Lovell Fuller
2023-04-20 10:49:39 +01:00
parent a39f959dcc
commit 8408e99aa3
3 changed files with 38 additions and 19 deletions

View File

@@ -26,6 +26,9 @@ Requires libvips v8.14.2
* Add support for `modulate` operation when using non-sRGB pipeline colourspace.
[#3620](https://github.com/lovell/sharp/issues/3620)
* Ensure `trim` operation works with CMYK images (regression in 0.31.0).
[#3636](https://github.com/lovell/sharp/issues/3636)
### v0.32.0 - 24th March 2023
* Default to using sequential rather than random access read where possible.