Skip to content

Commit 1b2c131

Browse files
authored
Merge pull request #914 from thewtex/htj2k-docs
docs(packages): add itkwasm-htj2k
2 parents 7b2566d + ef609f4 commit 1b2c131

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/_static/packages/htj2k.png

22 KB
Loading

docs/introduction/packages.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ request](https://github.com/InsightSoftwareConsortium/itk-wasm/compare) to add i
88
|-----------------------------|:---------------------------------------------:|:----------------------:|
99
| [@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] |
1010
| [@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] |
11+
| [@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] |
1112

1213
[js-logo]: /_static/javascript-logo.svg
1314
[ts-logo]: /_static/typescript-logo.svg
@@ -27,3 +28,10 @@ request](https://github.com/InsightSoftwareConsortium/itk-wasm/compare) to add i
2728
[dicom-package-js]: https://www.npmjs.com/package/@itk-wasm/dicom
2829
[dicom-docs-py]: https://itk-wasm-dicom-python-docs.on.fleek.co/
2930
[dicom-package-py]: https://pypi.org/project/itkwasm-dicom/
31+
32+
[htj2k-repo]: https://github.com/InsightSoftwareConsortium/ITKIOOpenJPH/tree/main/src/wasm
33+
[htj2k-demo-js]: https://itk-wasm-htj2k-app.on.fleek.co/
34+
[htj2k-docs-js]: https://itk-wasm-htj2k-docs.on.fleek.co/
35+
[htj2k-package-js]: https://www.npmjs.com/package/@itk-wasm/htj2k
36+
[htj2k-docs-py]: https://itk-wasm-htj2k-python-docs.on.fleek.co/
37+
[htj2k-package-py]: https://pypi.org/project/itkwasm-htj2k/

0 commit comments

Comments
 (0)