[go: nahoru, domu]

Skip to content

An ITK module to read and write High-throughput JPEG2000 (HTJ2K) images.

License

Notifications You must be signed in to change notification settings

InsightSoftwareConsortium/ITKIOOpenJPH

Repository files navigation

ITKIOOpenJPH

Build Status PyPI Version 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 accelerated codec implementation.

👨‍💻 Live API Demo

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

Related Information

Related Projects