optipng
PNG file optimizer
Package Information
- Domain:
sf.net/optipng
- Name:
optipng
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install optipng
Programs
This package provides the following executable programs:
optipng
Available Versions
Show all 3 versions
7.9.1
,0.7.8
,0.7.7
Latest Version: 7.9.1
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) optipng -- $SHELL -i
Dependencies
This package depends on:
libpng.org^1
zlib.net^1
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.optipng
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)
Links
This documentation was auto-generated from package data.