Skip to content

openjpeg.org

Official repository of the OpenJPEG project

Package Information

  • Domain: openjpeg.org
  • Name: openjpeg.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +openjpeg.org -- $SHELL -i

Programs

This package provides the following executable programs:

  • opj_compress
  • opj_decompress
  • opj_dump

Aliases

This package can also be accessed using these aliases:

  • opj

Available Versions

Show all 4 versions
  • 2.5.3, 2.5.2, 2.5.1, 2.5.0

Latest Version: 2.5.3

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +openjpeg.org@2.5.3 -- $SHELL -i

Dependencies

This package depends on:

  • libpng.org^1
  • simplesystems.org/libtiff^4

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.openjpegorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.