Skip to content

Commit 8e77e72

Browse files
committed
improve description
1 parent ba3398d commit 8e77e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py5_docs/Reference/api_en/Py5Image_resize.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ w: int - width to size image to
1616
@@ description
1717
Resize the Py5Image object to a new height and width. This will modify the Py5Image object in place, meaning that rather than returning a resized copy, it will modify your existing Py5Image object. If this isn't what you want, pair this method with [](py5image_copy), as shown in the example.
1818

19-
The default resize interpolation mode is `NEAREST_NEIGHBOR`. This mode is fastest but yields the lowest quality results, particularly for upscaling. Other options are `BILINEAR` and `BICUBIC`, both of which provide higher quality results.
19+
The default resize interpolation mode is `NEAREST_NEIGHBOR`. This mode is fastest but yields the lowest quality results, particularly for upscaling. Other options are `BILINEAR` and `BICUBIC`, both of which are slower but the resized images look better.
2020

2121
@@ example
2222
image = Py5Image_resize_0.png

0 commit comments

Comments
 (0)