Skip to content

jbig2dec.com

This is a mirror: the canonical repo is: git.ghostscript.com/jbig2dec.git. This repo does not host releases, they are here: https://github.com/ArtifexSoftware/jbig2dec/tags

Package Information

  • Domain: jbig2dec.com
  • Name: jbig2dec.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install jbig2dec

Programs

This package provides the following executable programs:

  • jbig2dec

Aliases

This package can also be accessed using these aliases:

  • jbig2dec

Available Versions

Show all 1 versions
  • 0.19.0

Latest Version: 0.19.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +jbig2dec.com@0.19.0 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.jbig2deccom

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.