Expand description
Functions for performing affine transformations.
Functionsยง
- flip_
horizontal - Flip an image horizontally
- flip_
horizontal_ in - Flip an image horizontally and put the result into the destination
ImageBuffer
. - flip_
horizontal_ in_ place - Flip an image horizontally in place.
- flip_
vertical - Flip an image vertically
- flip_
vertical_ in - Flip an image vertically and put the result into the destination
ImageBuffer
. - flip_
vertical_ in_ place - Flip an image vertically in place.
- rotate90
- Rotate an image 90 degrees clockwise.
- rotate90_
in - Rotate an image 90 degrees clockwise and put the result into the destination
ImageBuffer
. - rotate180
- Rotate an image 180 degrees clockwise.
- rotate270
- Rotate an image 270 degrees clockwise.
- rotate180_
in - Rotate an image 180 degrees clockwise and put the result into the destination
ImageBuffer
. - rotate180_
in_ place - Rotate an image 180 degrees clockwise in place.
- rotate270_
in - Rotate an image 270 degrees clockwise and put the result into the destination
ImageBuffer
.