public interface Transformation
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
key()
Returns a unique key for the transformation, used for caching purposes.
|
android.graphics.Bitmap |
transform(android.graphics.Bitmap source)
Transform the source bitmap into a new bitmap.
|
android.graphics.Bitmap transform(android.graphics.Bitmap source)
Bitmap.recycle() on source. You may return the original
if no transformation is required.java.lang.String key()