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