MagickRotateImage
MagickRotateImage -- rotates the current active image
Description
bool MagickRotateImage( MagickWand mgck_wnd, PixelWand background, float degrees )
Rotates the current active image the specified number of degrees (clockwise). Empty triangles left over from rotating the image are filled with the background color.
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |
| background | The background PixelWand. |
| degrees | The number of degrees to rotate the image |