# Install openjph with Homebrew, apt, dnf, MacPorts, Nix, pacman, zypper

Open-source implementation of JPEG2000 Part-15 (or JPH or HTJ2K). Version 0.30.1 via Homebrew; verified 2026-06-22.

## Install

```sh
sudo av install brew:openjph
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install openjph
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install OpenJPH
```

  Evidence: MacPorts ports tree: graphics/OpenJPH/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install libopenjph-dev
```

  Evidence: Debian stable package indexes: libopenjph-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install libopenjph
```

  Evidence: Fedora Rawhide package metadata: libopenjph from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#openjph
```

  Evidence: nixpkgs package indexes: pkgs/by-name/op/openjph/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S openjph
```

  Evidence: Arch Linux sync databases: openjph from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install libopenjph0_27
```

  Evidence: openSUSE Tumbleweed package metadata: libopenjph0_27 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Package facts

- **Package key:** brew:openjph
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/openjph>
- **Version:** 0.30.1
- **Source summary:** Open-source implementation of JPEG2000 Part-15 (or JPH or HTJ2K)
- **Homepage:** <https://github.com/aous72/OpenJPH>
- **Repository:** <https://github.com/aous72/OpenJPH>
- **Upstream docs:** <https://github.com/aous72/OpenJPH#readme>
- **License:** BSD-2-Clause
- **Source archive:** <https://github.com/aous72/OpenJPH/archive/refs/tags/0.30.1.tar.gz>
- **Last updated:** 2026-06-22T17:20:14Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- ojph_compress (cli)
- ojph_expand (cli)
- ojph_compress (alias)
- ojph_expand (alias)

## Dependencies

- libtiff

## Build dependencies

- cmake

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.30.1
- Package-manager updated: 2026-06-22
- Local data: ok
- Upstream repository: https://github.com/aous72/OpenJPH
- Upstream latest detected: 0.30.1 (current)
## Project history and usage

OpenJPH is a BSD-licensed open-source implementation of High-Throughput JPEG 2000, also known as HTJ2K, JPH, JPEG 2000 Part 15, ISO/IEC 15444-15, and ITU-T T.814. It focuses on the Part 15 codec rather than being a general replacement for every JPEG 2000 feature.

### Project history

OpenJPH was developed by Aous Thabit Naman to implement an HTJ2K encoder and decoder. The project name follows the .jph file extension assigned to the HTJ2K file format.

The upstream README is explicit about scope: OpenJPH implements HTJ2K while supporting selected JPEG 2000 Part 1 features, such as the reversible 5/3 and irreversible 9/7 wavelet transforms. That narrow scope is part of the package's identity; it is an implementation of the high-throughput path, not a grab bag of every JPEG 2000 variant.

### Adoption history

HTJ2K was standardized to replace the original JPEG 2000 block coder with a faster HT block coder while preserving much of the JPEG 2000 architecture. The Library of Congress format description notes an order-of-magnitude throughput increase and describes use cases such as professional video capture, mobile and satellite imaging, preview, browsing, and archiving or delivery workflows.

OpenJPH appears in the early open-source implementation set for HTJ2K. The Code4Lib Journal's IIIF evaluation describes cultural-heritage interest in HTJ2K as a drop-in replacement path for JPEG 2000 deployments, with open-source tools such as OpenJPEG and Grok also part of that testing landscape.

### How it is used

Developers use OpenJPH when they need to encode, decode, test, or embed HTJ2K/JPH support without buying a proprietary SDK. The package is especially relevant for experiments and production prototypes around faster JPEG 2000 delivery, partial-resolution decoding, WebAssembly/Javascript demos, and image-server pipelines.

For Homebrew users, openjph supplies the codec implementation as a packaged C/C++ project rather than a white-paper reference. That is useful for downstream projects that want to compile against a system library and for operators comparing HTJ2K tooling on ordinary developer machines.

### Why package nerds care

OpenJPH is small but strategically interesting: it packages a newer image standard where the standards documents, reference software, and practical deployment ecosystem are still close together. That makes package metadata, source URLs, and version tracking more important than popularity signals alone.

It also complements OpenJPEG rather than simply replacing it. OpenJPEG represents the older JPEG 2000 baseline; OpenJPH is focused on the high-throughput Part 15 branch and the .jph ecosystem.

### Timeline

- 2017-2019: JPEG committee work on HTJ2K progressed from call-for-proposals activity to ISO publication of JPEG 2000 Part 15.
- June/August 2019: ITU-T T.814 and the shared ISO/IEC 15444-15 text established the high-throughput JPEG 2000 standard.
- 2020s: OpenJPH developed as an open-source HTJ2K implementation with encoder, decoder, documentation, demos, and packaged releases.

### Related projects

- OpenJPH is related to HTJ2K/JPH, JPEG 2000 Part 1, OpenJPEG, Grok, Kakadu, IIIF image servers, the Library of Congress format-sustainability work, and JPEG committee standards documents.

### Sources

- <https://github.com/aous72/OpenJPH>
- <https://journal.code4lib.org/articles/17596>
- <https://jpeg.org/jpeg2000/htj2k.html>
- <https://loc.gov/preservation/digital/formats/fdd/fdd000565.shtml>
- <https://openjph.org/>


## Security Notes

No matching local secret-handling manifest was found for openjph. Nucleus package metadata is still published here so future coverage has a stable package URL.


## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** openjph
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Debian apt - libopenjph-dev - 0.21.2-1: normalized package name match | Debian stable package indexes: libopenjph-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | HTJ2K image compression/decompression library (developer files) | https://github.com/aous72/OpenJPH
- Debian apt - libopenjph0.21 - 0.21.2-1: normalized package name match | Debian stable package indexes: libopenjph0.21 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | HTJ2K image compression/decompression library (runtime files) | https://github.com/aous72/OpenJPH
- Debian apt - openjph-doc - 0.21.2-1: normalized package name match | Debian stable package indexes: openjph-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | HTJ2K image compression/decompression library (documentation files) | https://github.com/aous72/OpenJPH
- Debian apt - openjph-tools - 0.21.2-1: normalized package name match | Debian stable package indexes: openjph-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | HTJ2K image compression/decompression library (command line tools) | https://github.com/aous72/OpenJPH
- Nix - openjph: normalized package name match | nixpkgs package indexes: pkgs/by-name/op/openjph/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - libopenjph - 0.27.3-1.fc45: normalized package name match | Fedora Rawhide package metadata: libopenjph from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | JPEG-2000 Part-15 library | https://openjph.org/
- dnf - libopenjph-devel - 0.27.3-1.fc45: normalized package name match | Fedora Rawhide package metadata: libopenjph-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development files for libopenjph, a JPEG-2000 library | https://openjph.org/
- dnf - mingw32-libopenjph - 0.27.3-1.fc45: normalized package name match | Fedora Rawhide package metadata: mingw32-libopenjph from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | MinGW Windows openjph library | https://openjph.org/
- dnf - mingw32-openjph - 0.27.3-1.fc45: normalized package name match | Fedora Rawhide package metadata: mingw32-openjph from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | MinGW Windows openjph tools | https://openjph.org/
- dnf - mingw64-libopenjph - 0.27.3-1.fc45: normalized package name match | Fedora Rawhide package metadata: mingw64-libopenjph from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | MinGW Windows openjph library | https://openjph.org/
- dnf - mingw64-openjph - 0.27.3-1.fc45: normalized package name match | Fedora Rawhide package metadata: mingw64-openjph from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | MinGW Windows openjph tools | https://openjph.org/
- dnf - openjph - 0.27.3-1.fc45: normalized package name match | Fedora Rawhide package metadata: openjph from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Open-source implementation of JPEG2000 Part-15 (or JPH or HTJ2K) | https://openjph.org/
- pacman - openjph - 0.28.1-1: normalized package name match | Arch Linux sync databases: openjph from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Open-source implementation of JPEG2000 Part-15 | https://github.com/aous72/OpenJPH/
- zypper - libopenjph0_27 - 0.27.4-1.1: normalized package name match | openSUSE Tumbleweed package metadata: libopenjph0_27 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | JPEG-2000 Part-15 library | https://github.com/aous72/OpenJPH
- zypper - libopenjph0_27-32bit - 0.27.4-1.1: normalized package name match | openSUSE Tumbleweed package metadata: libopenjph0_27-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | JPEG-2000 Part-15 library | https://github.com/aous72/OpenJPH
- zypper - openjph - 0.27.4-1.1: normalized package name match | openSUSE Tumbleweed package metadata: openjph from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | An implementation of JPEG2000 Part-15 | https://github.com/aous72/OpenJPH


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Archive and compression packages](https://www.automicvault.com/pkg/archive-compression-tools/) - Matched archive or compression metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [libtiff](https://www.automicvault.com/pkg/brew/libtiff/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [openexr](https://www.automicvault.com/pkg/brew/openexr/) - Popular package that depends on this formula.
- [openjpeg](https://www.automicvault.com/pkg/brew/openjpeg/) - Shares av.db curated category or tags: cli, compression, image-codec, jpeg-2000, media.
- [jasper](https://www.automicvault.com/pkg/brew/jasper/) - Shares av.db curated category or tags: cli, image-codec, jpeg-2000, media.
- [jpeg-turbo](https://www.automicvault.com/pkg/brew/jpeg-turbo/) - Shares av.db curated category or tags: cli, compression, image-codec, media.
- [jpeg-xl](https://www.automicvault.com/pkg/brew/jpeg-xl/) - Shares av.db curated category or tags: cli, image-codec, media.
- [jxl-oxide](https://www.automicvault.com/pkg/brew/jxl-oxide/) - Shares av.db curated category or tags: cli, image-codec, media.
- [coin3d](https://www.automicvault.com/pkg/brew/coin3d/) - Shares av.db curated category or tags: c-plus-plus, cli, media.
- [dirac](https://www.automicvault.com/pkg/brew/dirac/) - Shares av.db curated category or tags: c-plus-plus, cli, media.
- [djvulibre](https://www.automicvault.com/pkg/brew/djvulibre/) - Shares av.db curated category or tags: cli, compression, media.
- [grokj2k](https://www.automicvault.com/pkg/brew/grokj2k/) - Both packages work with overlapping file formats or content types. Shared terms: cli, codec, compress, compression, image.
- [podofo](https://www.automicvault.com/pkg/brew/podofo/) - Local package facts share a topical domain. Shared terms: c-plus-plus, cli, jpeg, libtiff, media.

## Combined YAML source

View the package source record on GitHub. [combined/openjph.yml](https://github.com/automic-vault/db/blob/main/combined/openjph.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
