2023-11-10 04:18:42 +00:00
|
|
|
# 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}}`
|
|
|
|
|
2024-02-09 13:55:36 +00:00
|
|
|
- Enlarge the image by the specified factor, use the specified sharpness and produce `n` copies:
|
2023-11-10 04:18:42 +00:00
|
|
|
|
|
|
|
`ppmtomitsu -enlarge {{1|2|3}} -sharpness {{1|2|3|4}} -copy {{n}} {{path/to/file.ppm}} > {{path/to/file.mitsu}}`
|
|
|
|
|
2024-02-09 13:55:36 +00:00
|
|
|
- Use the given medium for the printing process:
|
2023-11-10 04:18:42 +00:00
|
|
|
|
|
|
|
`ppmtomitsu -media {{A|A4|AS|A4S}} {{path/to/file.ppm}} > {{path/to/file.mitsu}}`
|