Skip to content

ijg.org

A package from ijg.org

Package Information

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

Installation

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

Programs

This package provides the following executable programs:

  • cjpeg
  • djpeg
  • jpegtran
  • rdjpgcom
  • wrjpgcom

Available Versions

Show all 3 versions
  • 9f, 9e, 9.5.0

Latest Version: 9f

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.ijgorg

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.