pbmtoascii

converts PBM bitmap images to ASCII art

TLDR

Convert PBM to ASCII art
$ pbmtoascii [input.pbm]
Convert with grid size
$ pbmtoascii -[2x4] [input.pbm]

SYNOPSIS

pbmtoascii [options] [file]

DESCRIPTION

pbmtoascii converts PBM bitmap images to ASCII art. Renders images using text characters. Part of Netpbm toolkit.

PARAMETERS

-1x2

1x2 cell size.
-2x4
2x4 cell size (default).

INSTALL

sudo apt install netpbm
sudo dnf install netpbm
sudo pacman -S netpbm
sudo apk add netpbm
sudo zypper install netpbm
brew install netpbm
nix profile install nixpkgs#netpbm

SEE ALSO

ppmtoascii(1), asciitopgm(1)