Ensure profile-less CMYK roundtrip skips space conv #3620

This commit is contained in:
Lovell Fuller
2023-04-11 20:31:57 +01:00
parent 2e0f789c9b
commit b763801d68
3 changed files with 20 additions and 1 deletions

View File

@@ -20,6 +20,9 @@ Requires libvips v8.14.2
[#3615](https://github.com/lovell/sharp/pull/3615)
[@TomWis97](https://github.com/TomWis97)
* Ensure profile-less CMYK to CMYK roundtrip skips colourspace conversion.
[#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.