Wand rotate() function in Python
Rotation changes the orientation of image or it rotates image to a particular angle. rotate() takes a degree which can be 0 to 359. (Actually you can pass 360, 361, or more but it will be the same to 0, 1, or more respectively.). Syntax : wand.image.rotate(degree, background, reset_coords) Parameter