https://github.com/insightsoftwareconsortium/itkioopenjph
An ITK module to read and write High-throughput JPEG2000 (HTJ2K) images.
https://github.com/insightsoftwareconsortium/itkioopenjph
Last synced: 2 months ago
JSON representation
An ITK module to read and write High-throughput JPEG2000 (HTJ2K) images.
- Host: GitHub
- URL: https://github.com/insightsoftwareconsortium/itkioopenjph
- Owner: InsightSoftwareConsortium
- License: apache-2.0
- Created: 2023-08-08T04:17:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T17:56:10.000Z (11 months ago)
- Last Synced: 2025-05-05T23:17:04.193Z (2 months ago)
- Language: Python
- Size: 75.4 MB
- Stars: 6
- Watchers: 12
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ITKIOOpenJPH
[](https://github.com/InsightSoftwareConsortium/ITKIOOpenJPH/actions/workflows/build-test-package.yml)
[](https://pypi.python.org/pypi/itk-ioopenjph)
[](https://github.com/InsightSoftwareConsortium/ITKIOOpenJPH/blob/main/LICENSE)
## Overview
An ITK module to read and write High-throughput JPEG2000 (HTJ2K) images.
HTJ2K is a a multiscale image format supporting lossless and lossy
compression. This module is based on the
[OpenJPH](https://github.com/aous72/OpenJPH) accelerated codec
implementation.👨💻 [Live API Demo](https://itk-wasm-htj2k-app-js.on.fleek.co/) ✨
## Installation
WebAssembly Python packages:
pip install itkwasm-htj2k
Native Python packages, which allow reading / write HTJ2K codestreams
with `itk.imread` and `itk.imwrite`:pip install itk-ioopenjph
JavaScript package:
npm install @itk-wasm/htj2k
## Usage
- 🕮 [Wasm Python
Documentation](https://py.docs.htj2k.wasm.itk.eth.limo/) 📚
- 🕮 [JavaScript
Documentation](https://js.docs.htj2k.wasm.itk.eth.limo/) 📚
- 🕮 [ITK Python IO
Documentation](https://itkpythonpackage.readthedocs.io/en/master/Quick_start_guide.html#input-output-io)
📚## Related Information
- [htj2k.com](https://htj2k.com)
- [HTJ2K
Primer](http://ds.jpeg.org/whitepapers/jpeg-htj2k-whitepaper.pdf)
- [HTJ2K Resources](https://github.com/chafey/HTJ2KResources)## Related Projects
- [OpenJPH](https://github.com/aous72/OpenJPH)
- [openhtjs](https://github.com/sandflow/openhtjs)
- [openjphjs](https://github.com/chafey/openjphjs)
- [OpenHTJ2K](https://github.com/osamu620/OpenHTJ2K)
- [htj2k-js](https://github.com/PantelisGeorgiadis/htj2k-js)