Function rotateImage

Rotates an image clockwise around its center. Angle is in degrees.

SuperImage rotateImage (
  SuperImage img,
  SuperImage outp,
  float angle
);

SuperImage rotateImage (
  SuperImage img,
  float angle
);