EncodeStrategy

enum EncodeStrategy

Details how an com.bumptech.glide.load.ResourceEncoder will encode a resource to cache.

Entries

Link copied to clipboard

Writes the original unmodified data for the resource to disk, not include downsampling or transformations.

Link copied to clipboard

Writes the decoded, downsampled and transformed data for the resource to disk.

Link copied to clipboard

Will write no data.

Functions

Link copied to clipboard
open fun valueOf(name: String): EncodeStrategy
Link copied to clipboard
open fun values(): Array<EncodeStrategy>