compress Image
expect fun ByteArray.compressImage(options: ImageCompressionOptions = ImageCompressionOptions()): ByteArray
Compresses this ByteArray if it contains a supported image.
If compression cannot be applied, the original bytes are returned unchanged.