Package com.bumptech.glide.load.resource

Types

Link copied to clipboard
class DefaultOnHeaderDecodedListener
Downsamples, decodes, and rotates images according to their exif orientation using .
Link copied to clipboard
open class SimpleResource<T> : Resource<Z>
Simple wrapper for an arbitrary object which helps to satisfy some of the glide engine's contracts.
Link copied to clipboard
class UnitTransformation<T> : Transformation<T>
A no-op Transformation that simply returns the given resource.