Transforms


Rotate

Rotates in counterclockwise sense the image of 90, 180 or 270 degrees.

Flip

Mirrors horizontally or vertically the image.

Transpose

This transformation treats the image as a matrix and transposes its values, this means:
A[i, j] = A[j, i]

Original Transposed