Skip to content

giflib.sourceforge.io

Library and utilities for processing GIFs

Package Information

  • Domain: giflibsourceforge.io
  • Name: giflib.sourceforge.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +giflib.sourceforge.io -- $SHELL -i

Programs

This package provides the following executable programs:

  • gif2rgb
  • gifbuild
  • gifclrmp
  • giffix
  • giftext
  • giftool

Aliases

This package can also be accessed using these aliases:

  • gif

Available Versions

Show all 2 versions
  • 5.2.2, 5.2.1

Latest Version: 5.2.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +giflibsourceforge.io@5.2.2 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.giflibsourceforgeio

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.