Ensure modulate can co-exist with other colour ops #1958

This commit is contained in:
Lovell Fuller
2019-11-11 22:16:28 +00:00
parent ff98d2e44a
commit 833aaead56
4 changed files with 30 additions and 2 deletions

View File

@@ -14,6 +14,9 @@ Requires libvips v8.8.1.
[#1952](https://github.com/lovell/sharp/pull/1952)
[@pouya-eghbali](https://github.com/pouya-eghbali)
* Ensure `modulate` and other colour-based operations can co-exist.
[#1958](https://github.com/lovell/sharp/issues/1958)
#### v0.23.2 - 28<sup>th</sup> October 2019
* Add `background` option to tile output operation.