You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file extensions for these formats are `.iwi` and `.iwm` for images and mesh-like data, respectively. When written, these will output directories with an `index.json` file and raw binary files. When `.iwi.cbor` or `.iwm.cbor` extensions are used, a single [CBOR](https://en.wikipedia.org/wiki/CBOR) file is created.
43
43
44
+
### Wasm Python Packages
45
+
46
+
These file formats can be use with the ITK-Wasm Python packages, both on the system
47
+
or in the browser.
48
+
49
+
Install the wasm Python IO packages:
50
+
51
+
```shell
52
+
pip install itkwasm-image-io
53
+
pip install itkwasm-mesh-io
54
+
```
55
+
56
+
Then use with `itkwasm_image_io.imread`, `itkwasm_image_io.imwrite`,
0 commit comments