{
    "content": [
        {
            "type": "text",
            "text": "# ppmtomitsu (man)\n\n## NAME\n\nppmtomitsu - convert a portable pixmap to a Mitsubishi S340-10 file\n\n## SYNOPSIS\n\nppmtomitsu  [-sharpness  val]  [-enlarge  val]  [-media string] [-copy val] [-dpi300] [-tiny]\n[ppmfile]\n\n## DESCRIPTION\n\nReads a portable pixmap as input and converts it into a format suitable to be  printed  by  a\nMitsubishi S340-10 printer, or any other Mitsubishi color sublimation printer.\n\n## TLDR\n\n> Convert a PPM image to a Mitsubishi S340-10 file.\n\n- Convert a PPM image to a MITSU file:\n  `ppmtomitsu {{path/to/file.ppm}} > {{path/to/file.mitsu}}`\n- Enlarge the image by the specified factor, use the specified sharpness and produce `n` copies:\n  `ppmtomitsu {{-e|-enlarge}} {{1|2|3}} {{-s|-sharpness}} {{1|2|3|4}} {{-c|-copy}} {{n}} {{path/to/file.ppm}} > {{path/to/file.mitsu}}`\n- Use the given medium for the printing process:\n  `ppmtomitsu {{-m|-media}} {{A|A4|AS|A4S}} {{path/to/file.ppm}} > {{path/to/file.mitsu}}`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION** (6 subsections)\n- **REFERENCES**\n- **SEE ALSO**\n- **BUGS**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "ppmtomitsu",
        "section": "",
        "mode": "man",
        "summary": "ppmtomitsu - convert a portable pixmap to a Mitsubishi S340-10 file",
        "synopsis": "ppmtomitsu  [-sharpness  val]  [-enlarge  val]  [-media string] [-copy val] [-dpi300] [-tiny]\n[ppmfile]",
        "tldr_summary": "Convert a PPM image to a Mitsubishi S340-10 file.",
        "tldr_examples": [
            {
                "description": "Convert a PPM image to a MITSU file",
                "command": "ppmtomitsu {{path/to/file.ppm}} > {{path/to/file.mitsu}}"
            },
            {
                "description": "Enlarge the image by the specified factor, use the specified sharpness and produce `n` copies",
                "command": "ppmtomitsu {{-e|-enlarge}} {{1|2|3}} {{-s|-sharpness}} {{1|2|3|4}} {{-c|-copy}} {{n}} {{path/to/file.ppm}} > {{path/to/file.mitsu}}"
            },
            {
                "description": "Use the given medium for the printing process",
                "command": "ppmtomitsu {{-m|-media}} {{A|A4|AS|A4S}} {{path/to/file.ppm}} > {{path/to/file.mitsu}}"
            }
        ],
        "tldr_source": "official",
        "flags": [
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "'sharpness' designation. Default is to use the current sharpness."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Enlarge by a factor; Default is 1 (no enlarge)"
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Designate the media you're using. Default is 1184 x 1350, which will fit on any media. A is 1216 x 1350, A4 is 1184 x 1452, AS is 1216 x 1650 and A4S is 1184 x 1754. A warn‐ ing: If you specify a different media than the printer currently has, the printer will wait until you put in the correct media or switch it off."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "The number of copies to produce. Default is 1."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "Double the number of allowed pixels for a S3600-30 Printer in S340-10 compatibility mode. (The S3600-30 has 300 dpi)."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "It's probably a good idea to use this if your machine starts paging a lot without this option."
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "ppmquant",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/ppmquant/1/json"
            },
            {
                "name": "pnmscale",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/pnmscale/1/json"
            },
            {
                "name": "ppm",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/ppm/5/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 17,
                "subsections": [
                    {
                        "name": "-sharpness",
                        "lines": 2
                    },
                    {
                        "name": "-enlarge",
                        "lines": 2
                    },
                    {
                        "name": "-media",
                        "lines": 5
                    },
                    {
                        "name": "-copy",
                        "lines": 2
                    },
                    {
                        "name": "-dpi300",
                        "lines": 3
                    },
                    {
                        "name": "-tiny",
                        "lines": 3
                    }
                ]
            },
            {
                "name": "REFERENCES",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "ppmtomitsu - convert a portable pixmap to a Mitsubishi S340-10 file\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "ppmtomitsu  [-sharpness  val]  [-enlarge  val]  [-media string] [-copy val] [-dpi300] [-tiny]\n[ppmfile]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Reads a portable pixmap as input and converts it into a format suitable to be  printed  by  a\nMitsubishi S340-10 printer, or any other Mitsubishi color sublimation printer.\n\nThe  Mitsubishi S340-10 Color Sublimation printer supports 24bit color.  Images of the avail‐\nable sizes take so long to transfer that there is a fast  method,  employing  a  lookuptable,\nthat  ppmtomitsu will use if there is a maximum of 256 colors in the pixmap.  ppmtomitsu will\ntry to position your image to the center of the paper, and will rotate your image for you  if\nxsize  is  larger than ysize.  If your image is larger than the media allows, ppmtomitsu will\nquit with an error message. (We decided that the media were too expensive  to  have  careless\nusers  produce misprints.)  Once data transmission has started, the job can't be stopped in a\nsane way without resetting the printer.  The printer understands putting together  images  in\nthe printers memory; ppmtomitsu doesn't utilize this as pnmcat etc provide the same function‐\nality and let you view the result on-screen, too.  The S340-10 is the lowest common denomina‐\ntor  printer;  for  higher  resolution printers there's the dpi300 option. The other printers\nalso support higher values for enlarge eg, but I don't think that's essential enough to  war‐\nrant a change in the program.\n",
                "subsections": [
                    {
                        "name": "-sharpness",
                        "content": "'sharpness' designation. Default is to use the current sharpness.\n"
                    },
                    {
                        "name": "-enlarge",
                        "content": "Enlarge by a factor; Default is 1 (no enlarge)\n"
                    },
                    {
                        "name": "-media",
                        "content": "Designate the media you're using. Default is 1184 x 1350, which will fit on any media.\nA is 1216 x 1350, A4 is 1184 x 1452, AS is 1216 x 1650 and A4S is 1184 x 1754. A warn‐\ning: If you specify a different media than the printer currently has, the printer will\nwait until you put in the correct media or switch it off.\n"
                    },
                    {
                        "name": "-copy",
                        "content": "The number of copies to produce. Default is 1.\n"
                    },
                    {
                        "name": "-dpi300",
                        "content": "Double the number of allowed pixels for a S3600-30 Printer  in  S340-10  compatibility\nmode. (The S3600-30 has 300 dpi).\n"
                    },
                    {
                        "name": "-tiny",
                        "content": "It's probably a good idea to use this if your machine starts paging a lot without this\noption.\n"
                    }
                ]
            },
            "REFERENCES": {
                "content": "Mitsubishi  Sublimation  Full Color Printer S340-10 Specifications of Parallel Interface LSP-\nF0232F\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "ppmquant(1), pnmscale(1), ppm(5)\n",
                "subsections": []
            },
            "BUGS": {
                "content": "We didn't find any - yet. (Besides, they're called features anyway :-)  If  you  should  find\none, my email-adress is below.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Copyright  (C)  1992,  93  by  S.Petra  Zeidler,  MPIfR  Bonn, Germany.  (spz@specklec.mpifr-\nbonn.mpg.de)\n\n\n\n29 Jan 1992                               ppmtomitsu(1)",
                "subsections": []
            }
        }
    }
}