libpng.org
LIBPNG: Portable Network Graphics support, official libpng repository
Package Information
- Domain:
libpng.org
- Name:
libpng.org
- Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install +libpng.org -- $SHELL -i
Programs
This package provides the following executable programs:
libpng-config
libpng16-config
png-fix-itxt
pngfix
Available Versions
Show all 12 versions
1.6.49
,1.6.48
,1.6.47
,1.6.46
,1.6.45
1.6.44
,1.6.43
,1.6.42
,1.6.41
,1.6.40
1.6.39
,1.6.35
Latest Version: 1.6.49
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) +libpng.org@1.6.49 -- $SHELL -i
Dependencies
This package depends on:
zlib.net@1
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.libpngorg
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.