transformImage
transformImage<
T>(image):T
Defined in: image.ts:97
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.
T
null | string | number[] | ArrayBuffer | Uint8Array<ArrayBufferLike> | Image
T
© 2025 Tauri Contributors. CC-BY / MIT