Skip to content

graphicsmagick.org

Image processing tools collection

Package Information

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

Installation

bash
# Install with launchpad
launchpad install gm

Programs

This package provides the following executable programs:

  • gm

Aliases

This package can also be accessed using these aliases:

  • gm

Available Versions

Show all 5 versions
  • 1.3.45, 1.3.44, 1.3.43, 1.3.42, 1.3.40

Latest Version: 1.3.45

Install Specific Version

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

Dependencies

This package depends on:

  • freetype.org
  • github.com/jasper-software/jasper
  • libjpeg-turbo.org
  • jpeg.org/jpegxl
  • libpng.org
  • simplesystems.org/libtiff
  • gnu.org/libtool
  • littlecms.com>=2.0
  • google.com/webp
  • sourceware.org/bzip2
  • gnome.org/libxml2
  • zlib.net

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.graphicsmagickorg

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.