Skip to content

Commit

Permalink
docs: add elastix package links
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Oct 2, 2023
1 parent a5b9c3b commit 40377d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added docs/_static/packages/elastix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/introduction/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ request](https://github.com/InsightSoftwareConsortium/itk-wasm/compare) to add i
| [@itk-wasm/compare-images][compare-images-repo] | [<img src="../_static/packages/compare-images.png" width="128" />][compare-images-demo-js] <br /> *Compare images with a tolerance for regression testing.* | ![js][js-logo] ![ts][ts-logo] <br/>[👨‍💻 Demo][compare-images-demo-js] <br/>[🕮 Docs][compare-images-docs-js] <br/>[📦 Package][compare-images-package-js] <br/> <br/> ![py][py-logo] <br/>[🕮 Docs][compare-images-docs-py] <br/>[📦 Package][compare-images-package-py] |
| [@itk-wasm/compress-stringify][compress-stringify-repo] | [<img src="../_static/packages/compress-stringify.png" width="128" />][compress-stringify-demo-js]<br /> *Zstandard compression and decompression and base64 encoding and decoding in WebAssembly.* | ![js][js-logo] ![ts][ts-logo] <br/>[👨‍💻 Demo][compress-stringify-demo-js] <br/>[🕮 Docs][compress-stringify-docs-js] <br/>[📦 Package][compress-stringify-package-js] <br/> <br/> ![py][py-logo] <br/>[👨‍💻 Demo][compress-stringify-demo-py] <br/>[🕮 Docs][compress-stringify-docs-py] <br/>[📦 Package][compress-stringify-package-py] |
| [@itk-wasm/dicom][dicom-repo] | [<img src="../_static/packages/dicom.png" width="128" />][dicom-demo-js] <br /> *Read files and images related to DICOM file format.* | ![js][js-logo] ![ts][ts-logo] <br/>[👨‍💻 Demo][dicom-demo-js] <br/>[🕮 Docs][dicom-docs-js] <br/>[📦 Package][dicom-package-js] <br/> <br/> ![py][py-logo] <br/>[🕮 Docs][dicom-docs-py] <br/>[📦 Package][dicom-package-py] |
| [@itk-wasm/elastix][elastix-repo] | [<img src="../_static/packages/elastix.png" width="128" />][elastix-demo-js] <br /> *A toolbox for rigid and nonrigid registration of images.* | ![js][js-logo] ![ts][ts-logo] <br/>[👨‍💻 Demo][elastix-demo-js] <br/>[🕮 Docs][elastix-docs-js] <br/>[📦 Package][elastix-package-js] <br/> <br/> ![py][py-logo] <br/>[🕮 Docs][elastix-docs-py] <br/>[📦 Package][elastix-package-py] |
| [@itk-wasm/htj2k][htj2k-repo] | [<img src="../_static/packages/htj2k.png" width="128" />][htj2k-demo-js] <br /> *Wasm-SIMD accelerated decoding and encoding High-throughput JPEG2000 (HTJ2K) images.* | ![js][js-logo] ![ts][ts-logo] <br/>[👨‍💻 Demo][htj2k-demo-js] <br/>[🕮 Docs][htj2k-docs-js] <br/>[📦 Package][htj2k-package-js] <br/> <br/> ![py][py-logo] <br/>[🕮 Docs][htj2k-docs-py] <br/>[📦 Package][htj2k-package-py] |

[js-logo]: /_static/javascript-logo.svg
Expand All @@ -30,6 +31,13 @@ request](https://github.com/InsightSoftwareConsortium/itk-wasm/compare) to add i
[compress-stringify-docs-py]: https://itk-wasm-compress-stringify-python-docs.on.fleek.co/
[compress-stringify-package-py]: https://pypi.org/project/itkwasm-compress-stringify/

[elastix-repo]: https://github.com/InsightSoftwareConsortium/ITKElastix
[elastix-demo-js]: https://js.app.elastix.wasm.itk.eth.limo/
[elastix-docs-js]: https://js.docs.elastix.wasm.itk.eth.limo/
[elastix-package-js]: https://www.npmjs.com/package/@itk-wasm/elastix
[elastix-docs-py]: https://py.docs.elastix.wasm.itk.eth.limo/
[elastix-package-py]: https://pypi.org/project/itkwasm-elastix/

[dicom-repo]: https://github.com/InsightSoftwareConsortium/itk-wasm/tree/main/packages/dicom
[dicom-demo-js]: https://itk-wasm-dicom-app.on.fleek.co/
[dicom-docs-js]: https://itk-wasm-dicom-docs.on.fleek.co/
Expand Down

0 comments on commit 40377d2

Please sign in to comment.