Expand description
Functions for performing affine transformations.
Functions§
- Flip an image horizontally
- Flip an image horizontally and put the result into the destination
ImageBuffer
. - Flip an image horizontally in place.
- Flip an image vertically
- Flip an image vertically and put the result into the destination
ImageBuffer
. - Flip an image vertically in place.
- Rotate an image 90 degrees clockwise.
- Rotate an image 90 degrees clockwise and put the result into the destination
ImageBuffer
. - Rotate an image 180 degrees clockwise.
- Rotate an image 180 degrees clockwise and put the result into the destination
ImageBuffer
. - Rotate an image 180 degrees clockwise in place.
- Rotate an image 270 degrees clockwise.
- Rotate an image 270 degrees clockwise and put the result into the destination
ImageBuffer
.