ppmtosixel

Convert PPM to DEC Sixel terminal format

TLDR

Convert PPM to Sixel
$ ppmtosixel [input.ppm]
Convert with raw output
$ ppmtosixel -raw [input.ppm]

SYNOPSIS

ppmtosixel [options] [file]

DESCRIPTION

ppmtosixel converts PPM images to DEC Sixel format. Sixel enables inline graphics in compatible terminals. Part of Netpbm toolkit.

PARAMETERS

-raw

Raw sixel output.
-margin
Add margin.

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), ppmtoterm(1)