The height of the bitmap.
The width of the bitmap.
Whether this subclass supports counter-clockwise rotation.
Returns a new object with rotated image data by 90 degrees counterclockwise. Only callable if {@link #isRotateSupported()} is true.
A rotated version of this object.
Returns a new object with rotated image data by 45 degrees counterclockwise. Only callable if {@link #isRotateSupported()} is true.
A rotated version of this object.
Generated using TypeDoc
This class is used to help decode images from files which arrive as RGB data from an ARGB pixel array. It does not support rotation.
dswitkin@google.com (Daniel Switkin)
Betaminos