https://github.com/aous72/openjph
Open-source implementation of JPEG2000 Part-15 (or JPH or HTJ2K)
https://github.com/aous72/openjph
codec image iso-iec-15444 iso-iec-15444-15 itu-t-t-814 jpeg2000 jpeg2000-part15 jph lossless-image-compression lossy-image-compression webassembly
Last synced: 15 days ago
JSON representation
Open-source implementation of JPEG2000 Part-15 (or JPH or HTJ2K)
- Host: GitHub
- URL: https://github.com/aous72/openjph
- Owner: aous72
- License: bsd-2-clause
- Created: 2019-09-20T03:50:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-02T11:10:36.000Z (about 1 month ago)
- Last Synced: 2025-10-02T13:09:57.872Z (about 1 month ago)
- Topics: codec, image, iso-iec-15444, iso-iec-15444-15, itu-t-t-814, jpeg2000, jpeg2000-part15, jph, lossless-image-compression, lossy-image-compression, webassembly
- Language: C++
- Homepage:
- Size: 4.85 MB
- Stars: 234
- Watchers: 21
- Forks: 58
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://gitter.im/OpenJPH?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
# Readme #
Open source implementation of High-throughput JPEG2000 (HTJ2K), also known as JPH, JPEG2000 Part 15, ISO/IEC 15444-15, and ITU-T T.814. Here, we are interested in implementing the HTJ2K only, supporting features that are defined in JPEG2000 Part 1 (for example, for wavelet transform, only reversible 5/3 and irreversible 9/7 are supported).
The interested reader is referred to the [short HTJ2K white paper](http://ds.jpeg.org/whitepapers/jpeg-htj2k-whitepaper.pdf), or the [extended HTJ2K white paper](https://htj2k.com/wp-content/uploads/white-paper.pdf) for more details on HTJ2K. [This](https://kakadusoftware.com/wp-content/uploads/icip2019.pdf) paper explores the attainable performance on CPU, while [this](https://kakadusoftware.com/wp-content/uploads/ICIP2019_GPU.pdf) and [this](http://hdl.handle.net/1959.4/unsworks_75139) explores performance on the GPU.
# The standard #
The standard is available free of charge from [ITU website](https://www.itu.int/rec/T-REC-T.814/en). It can also be purchased from the [ISO website](https://www.iso.org/standard/76621.html).
# Table of Contents #
* [Status](/docs/status.md)
* [Compiling](./docs/compiling.md)
* [Compiling and Running in Docker](./docs/docker.md)
* [Usage Example](./docs/usage_examples.md)
* [Web-based Demos](./docs/web_demos.md)
* [Doxygen Documentation Style](./docs/doxygen_style.md)
# Repositories #
[](https://repology.org/project/openjph/versions)