public static interface ImageRequest.Transformation
| Modifier and Type | Method and Description |
|---|---|
String |
key()
Returns a unique key for the transformation, used for caching purposes.
|
android.graphics.Bitmap |
transform(android.graphics.Bitmap source,
int maxWidth,
int maxHeight)
Transform the source bitmap into a new bitmap.
|
android.graphics.Bitmap transform(android.graphics.Bitmap source,
int maxWidth,
int maxHeight)
Bitmap.recycle() on source. You may return the original
if no transformation is required.String key()
Copyright © 2015. All rights reserved.