mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Docs: changelog entry for #2726
This commit is contained in:
parent
4b6b6189bf
commit
d72852b3aa
@ -267,6 +267,10 @@ darker details. Please read more about CLAHE here:
|
|||||||
|
|
||||||
Returns **Sharp**
|
Returns **Sharp**
|
||||||
|
|
||||||
|
**Meta**
|
||||||
|
|
||||||
|
* **since**: 0.28.3
|
||||||
|
|
||||||
## convolve
|
## convolve
|
||||||
|
|
||||||
Convolve the image with the specified kernel.
|
Convolve the image with the specified kernel.
|
||||||
|
@ -11,6 +11,10 @@ Requires libvips v8.10.6
|
|||||||
* Skip shrink-on-load for multi-page WebP.
|
* Skip shrink-on-load for multi-page WebP.
|
||||||
[#2714](https://github.com/lovell/sharp/issues/2714)
|
[#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
|
### v0.28.2 - 10th May 2021
|
||||||
|
|
||||||
* Allow `withMetadata` to set `density`.
|
* Allow `withMetadata` to set `density`.
|
||||||
|
@ -357,6 +357,8 @@ function normalize (normalize) {
|
|||||||
* darker details. Please read more about CLAHE here:
|
* darker details. Please read more about CLAHE here:
|
||||||
* https://en.wikipedia.org/wiki/Adaptive_histogram_equalization#Contrast_Limited_AHE
|
* https://en.wikipedia.org/wiki/Adaptive_histogram_equalization#Contrast_Limited_AHE
|
||||||
*
|
*
|
||||||
|
* @since 0.28.3
|
||||||
|
*
|
||||||
* @param {Object} options
|
* @param {Object} options
|
||||||
* @param {number} options.width - integer width of the region in pixels.
|
* @param {number} options.width - integer width of the region in pixels.
|
||||||
* @param {number} options.height - integer height of the region in pixels.
|
* @param {number} options.height - integer height of the region in pixels.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user