LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pnmtoplainpnm

Convert PNM to plain ASCII format (obsolete)

TLDR

Convert a PNM image to plain ASCII format
$ pnmtoplainpnm [input.pnm] > [output.pnm]
copy
Read from stdin and write plain format to a file
$ cat [input.pnm] | pnmtoplainpnm > [output.pnm]
copy

SYNOPSIS

pnmtoplainpnm [file]

DESCRIPTION

pnmtoplainpnm reads a PNM image as input and writes an equivalent image in plain (ASCII) PNM format. Plain format is human-readable but significantly larger than the binary (raw) format. Part of the Netpbm toolkit.pnmtoplainpnm was obsoleted in Netpbm 10.23 (July 2004) by pamtopnm. It is retained for backward compatibility; all it does is invoke `pamtopnm -plain`. The preferred modern approach is to use the -plain common option on any Netpbm program.

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

HISTORY

pnmtoplainpnm was new in Netpbm 8.2 (March 2000) as a renaming of pnmnoraw, which was new in Pbmplus in November 1989. It was obsoleted by pamtopnm in Netpbm 10.23 (July 2004).

SEE ALSO

pamtopnm(1), pnmtopnm(1), pnm(1)

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