Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

itk-ioopenjph

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

itk-ioopenjph

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

pipPyPI
Version
1.3.0
Maintainers
3

ITKIOOpenJPH

.. image:: https://github.com/InsightSoftwareConsortium/ITKIOOpenJPH/actions/workflows/build-test-package.yml/badge.svg :target: https://github.com/InsightSoftwareConsortium/ITKIOOpenJPH/actions/workflows/build-test-package.yml :alt: Build Status

.. image:: https://img.shields.io/pypi/v/itk-ioopenjph.svg :target: https://pypi.python.org/pypi/itk-ioopenjph :alt: PyPI Version

.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg :target: https://github.com/InsightSoftwareConsortium/ITKIOOpenJPH/blob/main/LICENSE :alt: 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

  • 🕮 Wasm Python Documentation_ 📚
  • 🕮 JavaScript Documentation_ 📚
  • 🕮 ITK Python IO Documentation_ 📚
  • htj2k.com_
  • HTJ2K Primer_
  • HTJ2K Resources_
  • OpenJPH_
  • openhtjs_
  • openjphjs_
  • OpenHTJ2K_
  • htj2k-js_

.. _htj2k.com: https://htj2k.com .. _HTJ2K Primer: http://ds.jpeg.org/whitepapers/jpeg-htj2k-whitepaper.pdf .. _HTJ2K Resources: https://github.com/chafey/HTJ2KResources

.. _OpenJPH: https://github.com/aous72/OpenJPH .. _Live API Demo: https://itk-wasm-htj2k-app-js.on.fleek.co/ .. _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 .. _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

Keywords

itk

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts