| imaffinetransform | Performs an affine spatial transform to the specified image | |
| imaffinetransform.q | This file contains functions implementing affine spatial image transforms | |
| imrotate | Rotates the input image using the specified angle (in radians) | |
| imscale | Scales the input image horizontally and vertically | |
| make_fliphorizontally_matrix | Constructs a matrix to flip the image horizontally | |
| make_flipvertically_matrix | Constructs a matrix to flip the image vertically | |
| make_rotation_matrix | Constructs a 3x3 affine rotation matrix | |
| make_scaling_matrix | Constructs a 3x3 affine scaling matrix | |
| make_translation_matrix | Constructs a 3x3 affine translation matrix |