Improve normalise op with use of histogram #200

This commit is contained in:
Lovell Fuller
2022-09-04 10:31:43 +01:00
parent 9a54a034e1
commit 55c4d8807c
3 changed files with 7 additions and 6 deletions

View File

@@ -16,6 +16,9 @@ Requires libvips v8.13.0
* The `flip` and `flop` operations will now occur before the `rotate` operation.
* Improve `normalise` operation with use of histogram.
[#200](https://github.com/lovell/sharp/issues/200)
* Use combined bounding box of alpha and non-alpha channels for `trim` operation.
[#2166](https://github.com/lovell/sharp/issues/2166)