itkwasm_image_io.wasm_write_image_async
¶
Module Contents¶
Functions¶
Write an itk-wasm file format converted to an image file format |
API¶
- async itkwasm_image_io.wasm_write_image_async.wasm_write_image_async(image: itkwasm.Image, serialized_image: str, information_only: bool = False, use_compression: bool = False) Tuple[Any] ¶
Write an itk-wasm file format converted to an image file format
- Parameters:
- Returns:
Whether the input could be written. If false, the output image is not valid.
- Return type:
Any