greendroid.image.ImageProcessor |
Known Indirect Subclasses
|
Class Overview
An interface specifying a way to process an image prior storing it in the
application-wide cache. A great way to use this interface is to prepare a
Bitmap (resizing, adding rounded corners, changing the tint color, etc.) for
faster drawing.
Public Methods
public
abstract
Bitmap
processImage
(Bitmap bitmap)
Called whenever the bitmap need to be processed. The returned may have
been modified or completely different.
Parameters
bitmap
| The Bitmap to process |
Returns
- A Bitmap that has been modified