Compressed Image
data class CompressedImage(val bytes: ByteArray, val originalSize: Int, val compressedSize: Int, val mimeType: String, val metadata: CompressionMetadata? = null)
Constructors
Link copied to clipboard
constructor(bytes: ByteArray, originalSize: Int, compressedSize: Int, mimeType: String, metadata: CompressionMetadata? = null)