public static interface ATAKUtilities.BitmapDecoder
Modifier and Type | Method and Description |
---|---|
android.graphics.Bitmap |
decodeUri(java.lang.String uriStr)
Provided a URI, allow for an application level decoding of the uri into a bitmap.
|
android.graphics.Bitmap decodeUri(java.lang.String uriStr)
uriStr
- the uri for the bitmap, it should be assumed that this bitmap is
can be actively recycled by the caller.