-
-
Constructor Summary
Constructors Constructor Description Rotate(int rotationAngle)
-
Method Summary
-
-
Method Detail
-
execute
Bitmap execute(Context context, Bitmap resource)
Execute the preprocessing phase. This will rotate the image by the rotation angle property.If the rotation angle is a multiple of 360, then the original resource bitmap will be returned.
- Parameters:
context- Android context.resource- The bitmap to rotate.
-
-
-
-