From 7e66903d5610ea5c72852d11b29c3f1a31a5aa00 Mon Sep 17 00:00:00 2001 From: Yuri Rubinsky Date: Thu, 14 Jul 2022 22:20:12 +0300 Subject: Implement `rotate_90/rotate_180` functions to `Image` --- doc/classes/Image.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml index 31bd938c40..4735e63783 100644 --- a/doc/classes/Image.xml +++ b/doc/classes/Image.xml @@ -378,6 +378,19 @@ Converts a standard RGBE (Red Green Blue Exponent) image to an sRGB image. + + + + Rotates the image by [code]180[/code] degrees. The width and height of the image must be greater than [code]1[/code]. + + + + + + + Rotates the image in the specified [code]direction[/code] by [code]90[/code] degrees. The width and height of the image must be greater than [code]1[/code]. If the width and height are not equal, the image will be resized. + + -- cgit v1.2.3