rotatePlatformImage

Android implementation of image rotation using Matrix.

Rotates a platform image by the specified degrees.

Return

A new rotated image

Parameters

image

The source image

degrees

Rotation angle in degrees (positive = clockwise)

interpolation

The interpolation method to use

JVM implementation of image rotation using Java2D.