Skip to content

Commit

Permalink
Docs: changelog entry for #2726
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed May 23, 2021
1 parent 4b6b618 commit d72852b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/api-operation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 2 additions & 0 deletions lib/operation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d72852b

Please sign in to comment.