LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ppmtoterm

Display PPM images as colored terminal text

TLDR

Display image in terminal
$ ppmtoterm [input.ppm]
copy

SYNOPSIS

ppmtoterm [file]

DESCRIPTION

ppmtoterm displays PPM images directly in the terminal using ANSI color codes. Creates colored block character output. Part of Netpbm toolkit for terminal graphics.

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