encodeImageToPng

actual fun encodeImageToPng(image: ImageBitmap): ByteString
expect fun encodeImageToPng(image: ImageBitmap): ByteString

Encodes a bitmap to PNG.

Return

a ByteString with the encoded data.

Parameters

image

the image to encode.

actual fun encodeImageToPng(image: ERROR CLASS: Symbol not found for ImageBitmap): ERROR CLASS: Symbol not found for ByteString
actual fun encodeImageToPng(image: ImageBitmap): ByteString