LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ppmtopi1

Convert PPM to Atari Degas PI1 format

TLDR

Convert PPM to Atari Degas PI1
$ ppmtopi1 [input.ppm] > [output.pi1]
copy

SYNOPSIS

ppmtopi1 [file]

DESCRIPTION

ppmtopi1 reads a PPM image as input and produces an Atari Degas .pi1 file as output. PI1 is the low-resolution (320x200, 16 colors) format used by Degas on Atari ST computers. There are no command-line options beyond those common to all Netpbm programs. Input is read from the specified file or from standard input if no file is given. Output is written to standard output. Part of the 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