Package com.bumptech.glide.load.resource.transcode
-
Interface Summary Interface Description ResourceTranscoder<Z,R> Transcodes a resource of one type to a resource of another type. -
Class Summary Class Description BitmapBytesTranscoder AnResourceTranscoderthat convertsBitmaps into byte arrays using(android.graphics.Bitmap.CompressFormat, int, java.io.OutputStream).BitmapDrawableTranscoder DrawableBytesTranscoder GifDrawableBytesTranscoder AnResourceTranscoderthat convertsGifDrawableinto bytes by obtaining the original bytes of the GIF from theGifDrawable.TranscoderRegistry A class that allowsResourceTranscoders to be registered and retrieved by the classes they convert between.UnitTranscoder<Z> A simpleResourceTranscoderthat simply returns the given resource.