Options (4)
-ebooleanEnlarge the image by the specified factor, use the specified sharpness and produce `n` copies
Example:
ppmtomitsu {{[-e|-enlarge]}} {{1|2|3}} {{[-s|-sharpness]}} {{1|2|3|4}} {{[-c|-copy]}} {{n}} {{path/to/file.ppm}} > {{path/to/file.mitsu}}-sbooleanEnlarge the image by the specified factor, use the specified sharpness and produce `n` copies
Example:
ppmtomitsu {{[-e|-enlarge]}} {{1|2|3}} {{[-s|-sharpness]}} {{1|2|3|4}} {{[-c|-copy]}} {{n}} {{path/to/file.ppm}} > {{path/to/file.mitsu}}-cbooleanEnlarge the image by the specified factor, use the specified sharpness and produce `n` copies
Example:
ppmtomitsu {{[-e|-enlarge]}} {{1|2|3}} {{[-s|-sharpness]}} {{1|2|3|4}} {{[-c|-copy]}} {{n}} {{path/to/file.ppm}} > {{path/to/file.mitsu}}-mbooleanUse the given medium for the printing process
Example:
ppmtomitsu {{[-m|-media]}} {{A|A4|AS|A4S}} {{path/to/file.ppm}} > {{path/to/file.mitsu}}Examples (3)
Convert a PPM image to a MITSU file
ppmtomitsu path/to/file.ppm > path/to/file.mitsuEnlarge 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.mitsuUse the given medium for the printing process
ppmtomitsu [-m|-media] A|A4|AS|A4S path/to/file.ppm > path/to/file.mitsumade by @shridhargupta | data from tldr-pages