LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ppmtopuzz

Convert PPM to X puzzle image format

TLDR

Convert PPM to X puzzle format
$ ppmtopuzz [input.ppm] > [output.puzz]
copy

SYNOPSIS

ppmtopuzz [file]

DESCRIPTION

ppmtopuzz converts PPM images to X puzzle format for the xpuzzle game. Part of Netpbm toolkit.

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