News

To rotate or reflect and image we work directly on the matrix (numpy.array) itself. There are a number of numpy.array functions that will come in handy. Rotate: numpy.rot90(arr, k=1, axes=(0, 1)): ...