package

greendroid.image

Interfaces

ImageLoader.ImageLoaderCallback  
ImageProcessor An interface specifying a way to process an image prior storing it in the application-wide cache. 
ImageRequest.ImageRequestCallback  

Classes

ChainImageProcessor Allows multiple image processors to be chained 
ImageCache A very basing implementation of an Bitmap cache 
ImageLoader An ImageLoader asynchronously loads image from a given url. 
ImageRequest An ImageRequest may be used to request an image from the network. 
MaskImageProcessor An ImageProcessor that masks the given Bitmap according to a shape or another Bitmap. 
ScaleImageProcessor Scales Bitmaps according to a given width and height.