Package com.bumptech.glide.load

Interface Summary
Encoder<T> An interface for writing data to some persistent data store (i.e.
Key An interface that uniquely identifies some set of data.
ResourceDecoder<T,Z> An interface for decoding resources.
ResourceEncoder<T> An interface for writing data from a resource to some persistent data store (i.e.
Transformation<T> A class for performing an arbitrary transformation on a resource.
 

Class Summary
MultiTransformation<T> A transformation that applies one or more transformations in iteration order to a resource.
 

Enum Summary
DecodeFormat Options for setting the value of Bitmap.getConfig() for Bitmaps returned by a BitmapDecoder.