Docs: changelog entry for #2726

This commit is contained in:
Lovell Fuller 2021-05-23 17:45:43 +01:00
parent 4b6b6189bf
commit d72852b3aa
3 changed files with 10 additions and 0 deletions

View File

@ -267,6 +267,10 @@ darker details. Please read more about CLAHE here:
Returns **Sharp**
**Meta**
* **since**: 0.28.3
## convolve
Convolve the image with the specified kernel.

View File

@ -11,6 +11,10 @@ Requires libvips v8.10.6
* Skip shrink-on-load for multi-page WebP.
[#2714](https://github.com/lovell/sharp/issues/2714)
* Add contrast limiting adaptive histogram equalization (CLAHE) operator.
[#2726](https://github.com/lovell/sharp/pull/2726)
[@baparham](https://github.com/baparham)
### v0.28.2 - 10th May 2021
* Allow `withMetadata` to set `density`.

View File

@ -357,6 +357,8 @@ function normalize (normalize) {
* darker details. Please read more about CLAHE here:
* https://en.wikipedia.org/wiki/Adaptive_histogram_equalization#Contrast_Limited_AHE
*
* @since 0.28.3
*
* @param {Object} options
* @param {number} options.width - integer width of the region in pixels.
* @param {number} options.height - integer height of the region in pixels.