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.
 

Method Detail

decode

android.graphics.Bitmap decode(ImageDecodingInfo imageDecodingInfo)
                               throws IOException
Decodes image to Bitmap according target size and other parameters.

Parameters:
imageDecodingInfo -
Returns:
Throws:
IOException


Copyright © 2011-2014. All Rights Reserved.