BitmapInfo
data class BitmapInfo(val bitmap: Bitmap, val compressFormat: Bitmap.CompressFormat = Bitmap.CompressFormat.JPEG, val quality: Int = DEFAULT_IMAGE_QUALITY)
Information related to a particular uncompressed image.
Constructors
Link copied to clipboard
constructor(bitmap: Bitmap, compressFormat: Bitmap.CompressFormat = Bitmap.CompressFormat.JPEG, quality: Int = DEFAULT_IMAGE_QUALITY)
Properties
Link copied to clipboard
Bitmap.CompressFormat format a bitmap can be compressed into to reduce the size when caching.