Module affine

Source
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.