LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ppmtouil

Convert PPM to Motif UIL icon format

TLDR

Convert PPM to UIL format
$ ppmtouil [input.ppm] > [output.uil]
copy
Specify name
$ ppmtouil -name [iconname] [input.ppm] > [output.uil]
copy

SYNOPSIS

ppmtouil [options] [file]

DESCRIPTION

ppmtouil converts PPM 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
copy
sudo dnf install netpbm
copy
sudo pacman -S netpbm
copy
sudo apk add netpbm
copy
sudo zypper install netpbm
copy
brew install netpbm
copy
nix profile install nixpkgs#netpbm
copy

SEE ALSO

Copied to clipboard
Kai