Rotate an image counter-clockwise by angle degrees.
arr : nd_array
Input array of image to be rotated.
angle : float
The angle of rotation.
interp : str, optional
Interpolation
imrotate : nd_array
The rotated array of image.
Notes
scipy.misc.imresize
scipy.misc.imsave
Enter search terms or a module, class or function name.