HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ppmtomitsu — Convert a PPM image to a Mitsubishi S340-10 file. More information: <https://netpbm.sourceforge.net/

Submitted by: @import:tldr-pages··
0
Viewed 0 times
ppmtomitsucommandmitsubishiconvertcliimages340ppm

Problem

How to use the ppmtomitsu command: Convert a PPM image to a Mitsubishi S340-10 file. More information: <https://netpbm.sourceforge.net/doc/ppmtomitsu.html>.

Solution

ppmtomitsu — Convert a PPM image to a Mitsubishi S340-10 file. More information: <https://netpbm.sourceforge.net/doc/ppmtomitsu.html>.

Convert a PPM image to a MITSU file:
ppmtomitsu {{path/to/file.ppm}} > {{path/to/file.mitsu}}


Enlarge the image by the specified factor, use the specified sharpness and produce n copies:
ppmtomitsu {{[-e|-enlarge]}} {{1|2|3}} {{[-s|-sharpness]}} {{1|2|3|4}} {{[-c|-copy]}} {{n}} {{path/to/file.ppm}} > {{path/to/file.mitsu}}


Use the given medium for the printing process:
ppmtomitsu {{[-m|-media]}} {{A|A4|AS|A4S}} {{path/to/file.ppm}} > {{path/to/file.mitsu}}

Code Snippets

Convert a PPM image to a MITSU file

ppmtomitsu {{path/to/file.ppm}} > {{path/to/file.mitsu}}

Enlarge the image by the specified factor, use the specified sharpness and produce `n` copies

ppmtomitsu {{[-e|-enlarge]}} {{1|2|3}} {{[-s|-sharpness]}} {{1|2|3|4}} {{[-c|-copy]}} {{n}} {{path/to/file.ppm}} > {{path/to/file.mitsu}}

Use the given medium for the printing process

ppmtomitsu {{[-m|-media]}} {{A|A4|AS|A4S}} {{path/to/file.ppm}} > {{path/to/file.mitsu}}

Context

tldr-pages: common/ppmtomitsu

Revisions (0)

No revisions yet.