GifDrawableEncoder

open class GifDrawableEncoder : ResourceEncoder<T>

Writes the original bytes of a com.bumptech.glide.load.resource.gif.GifDrawable to an java.io.OutputStream.

Functions

Link copied to clipboard
open fun encode(    data: Resource<GifDrawable>,     file: File,     options: Options): Boolean
Writes the given data to the given output stream and returns True if the write completed successfully and should be committed.
Link copied to clipboard
open fun getEncodeStrategy(options: Options): EncodeStrategy