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
Bitmap.compress(android.graphics.Bitmap.CompressFormat, int, java.io.OutputStream) . |
BitmapToGlideDrawableTranscoder |
A wrapper for
GlideBitmapDrawableTranscoder that transcodes
to GlideDrawable rather than
GlideBitmapDrawable . |
GifBitmapWrapperDrawableTranscoder | |
GifDrawableBytesTranscoder |
An
ResourceTranscoder that converts
GifDrawable into bytes by obtaining the original bytes of the GIF from
the GifDrawable . |
GlideBitmapDrawableTranscoder | |
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. |