Companion

object Companion

Functions

Link copied to clipboard
fun convertToJpeg(photo: ByteArray, quality: Int): ByteArray?

Converts non-JPEG images to JPEG (compression: 75). Does nothing if image is already in JPEG format.