pamtouil

converts PAM/PNM images to UIL format for Motif/X11 GUI development

TLDR

Convert PAM to UIL format
$ pamtouil [input.pam] > [output.uil]
Specify output name
$ pamtouil -name [iconname] [input.pam] > [output.uil]

SYNOPSIS

pamtouil [options] [file]

DESCRIPTION

pamtouil converts PAM/PNM images to UIL (User Interface Language) format for Motif/X11 GUI development. Part of Netpbm toolkit.

PARAMETERS

-name string

Name for the UIL icon.

INSTALL

sudo apt install netpbm
sudo dnf install netpbm
sudo pacman -S netpbm
sudo apk add netpbm
sudo zypper install netpbm
brew install netpbm
nix profile install nixpkgs#netpbm

SEE ALSO

ppmtouil(1), ppmtoxpm(1)