Skip to content

Commit

Permalink
Update JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Nov 26, 2024
1 parent 7c01ef5 commit 1765cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ export class RawImage {
}

/**
* Split the image data into individual bands. This method returns an array of individual image bands from an image.
* Split this image into individual bands. This method returns an array of individual image bands from an image.
* For example, splitting an "RGB" image creates three new images each containing a copy of one of the original bands (red, green, blue).
*
* Inspired by PIL's `Image.split()` [function](https://pillow.readthedocs.io/en/latest/reference/Image.html#PIL.Image.Image.split).
Expand Down

0 comments on commit 1765cd2

Please sign in to comment.