Skip to content

Commit 56904fe

Browse files
EscapedGibbonstropitek
authored andcommitted
docs: remove misleading text from resize method
1 parent 14ab2c2 commit 56904fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Features/Geometry/Resize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _Changes the size of an image._
88

99
[Check options and parameters of `resize` method](https://image-js.github.io/image-js-typescript/classes/Image.html#resize 'github.io link')
1010

11-
[Image rescaling](https://en.wikipedia.org/wiki/Image_scaling 'wikipedia link on image rescaling'), also known as image resizing or image scaling, is an image processing technique used to change the dimensions (size) of an image while maintaining its aspect ratio. Rescaling can involve both enlarging and reducing the image's size. The goal of image rescaling is to adapt an image to fit within specific dimensions, whether it's for display, printing, or other purposes.
11+
Image resizing, also known as [image rescaling](https://en.wikipedia.org/wiki/Image_scaling 'wikipedia link on image rescaling'), is an image processing technique used to change the dimensions (size) of an image. Rescaling can involve both enlarging and reducing the image's size. The goal is to adapt an image to fit within specific dimensions, whether it's for display, printing, or other purposes.
1212

1313
<ResizeDemo />
1414

0 commit comments

Comments
 (0)