LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pbmtoplot

Convert a PBM image to Unix plot format

TLDR

Convert a PBM image to Unix plot format
$ pbmtoplot [input.pbm] > [output.plot]
copy
Convert from stdin
$ cat [input.pbm] | pbmtoplot > [output.plot]
copy

SYNOPSIS

pbmtoplot [pbmfile]

DESCRIPTION

pbmtoplot reads a PBM image as input and produces a Unix plot(5) format file as output. The plot format was a device-independent vector graphics format used for output to plotters and other graphics devices.If no input file is specified, the program reads from standard input. The output is always written to standard output. There is no reverse conversion tool (plottopbm does not exist).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

CAVEATS

The Unix plot format is largely obsolete. The conversion is one-way; there is no corresponding tool to convert plot format back to PBM.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid