LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

ppmtomitsu

Convert PPM to Mitsubishi printer format

TLDR

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

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
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

pnmtops(1), ppmtolj(1)

Copied to clipboard
Kai