ppmtomitsu

Convert PPM to Mitsubishi printer format

TLDR

Convert PPM to Mitsubishi printer format
$ ppmtomitsu [input.ppm] > [output.mitsu]
Specify paper size
$ ppmtomitsu -A [input.ppm] > [output.mitsu]

SYNOPSIS

ppmtomitsu [options] [file]

DESCRIPTION

ppmtomitsu converts PPM images to Mitsubishi dye sublimation printer format (S340-10). Part of Netpbm toolkit.

PARAMETERS

-A

A size paper.
-L
L size paper.
-tiny
Tiny output mode.

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

pnmtops(1), ppmtolj(1)