public interface ImageDecoder
Bitmap.ImageDecodingInfo| Modifier and Type | Method and Description |
|---|---|
android.graphics.Bitmap |
decode(ImageDecodingInfo imageDecodingInfo)
Decodes image to
Bitmap according target size and other parameters. |
android.graphics.Bitmap decode(ImageDecodingInfo imageDecodingInfo) throws IOException
Bitmap according target size and other parameters.imageDecodingInfo - IOExceptionCopyright © 2011-2015. All Rights Reserved.