transformImage

external fun <T> transformImage(image: String?): T(source)
external fun <T> transformImage(image: Image?): T(source)
external fun <T> transformImage(image: ERROR CLASS: Symbol not found for js.typedarrays.Uint8Array<ERROR CLASS: Symbol not found for js.buffer.ArrayBuffer>??): T(source)
external fun <T> transformImage(image: ERROR CLASS: Symbol not found for js.buffer.ArrayBuffer??): T(source)
external fun <T> transformImage(image: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<kotlin/Double>??): T(source)

Transforms image from various types into a type acceptable by Rust.

See tauri::image::JsImage for more information. Note the API signature is not stable and might change.