Improve perf of ops that introduce non-opaque background #3465

This commit is contained in:
Lovell Fuller
2022-12-05 20:40:41 +00:00
parent 0265d305fe
commit 9d760f3958
3 changed files with 5 additions and 2 deletions

View File

@@ -18,6 +18,9 @@ Requires libvips v8.13.3
* Ignore `sequentialRead` option when calculating image statistics.
[#3462](https://github.com/lovell/sharp/issues/3462)
* Small performance improvement for operations that introduce a non-opaque background.
[#3465](https://github.com/lovell/sharp/issues/3465)
* Ensure integral output of `linear` operation.
[#3468](https://github.com/lovell/sharp/issues/3468)