Interface | Description |
---|---|
ResourceTranscoder<Z,R> |
Transcodes a resource of one type to a resource of another type.
|
Class | Description |
---|---|
BitmapBytesTranscoder |
An
ResourceTranscoder that converts Bitmap s into byte arrays using (android.graphics.Bitmap.CompressFormat,
int, java.io.OutputStream) . |
BitmapDrawableTranscoder | |
GifDrawableBytesTranscoder |
An
ResourceTranscoder that converts GifDrawable into bytes by obtaining the original bytes of
the GIF from the GifDrawable . |
TranscoderRegistry |
A class that allows
ResourceTranscoder s to be
registered and retrieved by the classes they convert between. |
UnitTranscoder<Z> |
A simple
ResourceTranscoder that simply returns the given resource. |