CompressionContext

open class CompressionContext(var level: Int = 6)

Constructors

Link copied to clipboard
constructor(level: Int = 6)

Properties

Link copied to clipboard
var custom: Any?
Link copied to clipboard
var level: Int
Link copied to clipboard
var name: String?