Skip to content

Commit

Permalink
Remove experimental status from pipelineColourspace
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Apr 9, 2024
1 parent 6257994 commit f67228e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/api-colour.md
Expand Up @@ -66,8 +66,6 @@ The input image will be converted to the provided colourspace at the start of th
All operations will use this colourspace before converting to the output colourspace,
as defined by [toColourspace](#tocolourspace).

This feature is experimental and has not yet been fully-tested with all operations.


**Throws**:

Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Expand Up @@ -6,6 +6,8 @@ Requires libvips v8.15.2

### v0.33.4 - TBD

* Remove experimental status from `pipelineColourspace`.

* TypeScript: add missing definitions for `OverlayOptions`.
[#4048](https://github.com/lovell/sharp/pull/4048)
[@ike-gg](https://github.com/ike-gg)
Expand Down
2 changes: 0 additions & 2 deletions lib/colour.js
Expand Up @@ -71,8 +71,6 @@ function grayscale (grayscale) {
* All operations will use this colourspace before converting to the output colourspace,
* as defined by {@link #tocolourspace|toColourspace}.
*
* This feature is experimental and has not yet been fully-tested with all operations.
*
* @since 0.29.0
*
* @example
Expand Down

0 comments on commit f67228e

Please sign in to comment.