MultipazProject
Toggle table of contents
android
common
ios
Platform filter
android
common
ios
Switch theme
Search in API
MultipazProject
multipaz-compose
/
org.multipaz.compose
/
encodeImageToPng
encode
Image
To
Png
android
common
ios
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: unknown class>
)
:
<Error class: unknown class>