com.nostra13.universalimageloader.core.decode
Interface ImageDecoder
- All Known Implementing Classes:
- BaseImageDecoder
public interface ImageDecoder
Provide decoding image to result Bitmap
.
- Since:
- 1.8.3
- Author:
- Sergey Tarasevich (nostra13[at]gmail[dot]com)
- See Also:
ImageDecodingInfo
Method Summary |
android.graphics.Bitmap |
decode(ImageDecodingInfo imageDecodingInfo)
Decodes image to Bitmap according target size and other parameters. |
decode
android.graphics.Bitmap decode(ImageDecodingInfo imageDecodingInfo)
throws java.io.IOException
- Decodes image to
Bitmap
according target size and other parameters.
- Parameters:
imageDecodingInfo
-
- Returns:
-
- Throws:
java.io.IOException
Copyright © 2011-2013. All Rights Reserved.