BitmapEncodeOptions

data class BitmapEncodeOptions(val width: Int = 250, val compressQuality: Int = 20)

Constructors

Link copied to clipboard
constructor(width: Int = 250, compressQuality: Int = 20)

Properties

Link copied to clipboard
Link copied to clipboard
val width: Int = 250