public interface ImageDecoder
BitmapFactory
based on the Skia library to be replaced with a custom class.Modifier and Type | Method and Description |
---|---|
Bitmap |
decode(Context context,
Uri uri)
Decode an image.
|
Bitmap decode(Context context, Uri uri) throws Exception
file:///scard/picture.jpg
file:///android_asset/picture.png
android.resource://com.example.app/drawable/picture
context
- Application contexturi
- URI of the imageException
- if decoding fails.