Skip to content

littlecms.com

A free, open source, CMM engine. It provides fast transforms between ICC profiles.

Package Information

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

Installation

bash
# Install with launchpad
launchpad install +littlecms.com -- $SHELL -i

Programs

This package provides the following executable programs:

  • jpgicc
  • linkicc
  • psicc
  • tificc
  • transicc

Available Versions

Show all 4 versions
  • 2.17.0, 2.16.0, 2.15.0, 2.12.0

Latest Version: 2.17.0

Install Specific Version

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

Dependencies

This package depends on:

  • simplesystems.org/libtiff^4
  • libjpeg-turbo.org^2

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.littlecmscom

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.