Package com.bumptech.glide.load.resource.transcode

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).
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.