|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Interface Summary | |
|---|---|
| ResourceTranscoder<Z,R> | Transcodes a resource of one type to a resource of another type. |
| Class Summary | |
|---|---|
| BitmapBytesTranscoder | An ResourceTranscoder that converts
Bitmaps 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 | An ResourceTranscoder that can transcode either an
Bitmap or an GifDrawable into an
Drawable. |
| GifDrawableBytesTranscoder | An ResourceTranscoder that converts
GifDrawable into bytes by obtaining the original bytes of the GIF from
the GifDrawable. |
| GlideBitmapDrawableTranscoder | An ResourceTranscoder that converts
Bitmaps into BitmapDrawables. |
| TranscoderRegistry | A class that allows ResourceTranscoders to be registered and
retrieved by the classes they convert between. |
| UnitTranscoder<Z> | A simple ResourceTranscoder that simply returns the given resource. |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||