RotateAntiClockwise180 |
Given a buffered image, we'll rotate that image by 180° in anti-clockwise direction and obtain a
new image, though original image buffer to stay unmodified.
|
RotateAntiClockwise270 |
Given a buffered image, we'll rotate that image by 270° in anti-clockwise direction and obtain a
new image, though original image buffer to stay unmodified.
|
RotateAntiClockwise90 |
Given a buffered image, we'll rotate that image by 90° in anti-clockwise direction and obtain a
new image, though original image buffer to stay unmodified.
|
RotateClockwise180 |
Given an image, we'll rotate it by 180° in clockwise direction, using combination of two basic
operations
|
RotateClockwise270 |
Given an image, we'll rotate it by 270° in clockwise direction, using combination of two basic
operations
|
RotateClockwise90 |
Given an image, we'll rotate it by 90° in clockwise direction, using combination of two basic
operations
|