{
    "content": [
        {
            "type": "text",
            "text": "# pbmtonokia(1) (man)\n\n## TLDR\n\n> Convert a PBM image to one of Nokia's Smart Messaging Formats.\n\n- Convert a PBM image into a Nokia Operator Logo as hexcode:\n  `pbmtonokia {{-f|-fmt}} NEX_NOL -net {{network_operator_code}} {{path/to/image.pbm}} > {{path/to/output.hex}}`\n- Convert a PBM image into a Nokia Group Graphic as hexcode:\n  `pbmtonokia {{-f|-fmt}} NEX_NGG {{path/to/image.pbm}} > {{path/to/output.hex}}`\n- Convert a PBM image into a Nokia Picture Message with the specified text as hexcode:\n  `pbmtonokia {{-f|-fmt}} NEX_NPM -txt {{text_message}} {{path/to/image.pbm}} > {{path/to/output.hex}}`\n- Convert a PBM image into a Nokia Operator Logo as a NOL file:\n  `pbmtonokia {{-f|-fmt}} NOL {{path/to/image.pbm}} > {{path/to/output.nol}}`\n- Convert a PBM image into a Nokia Group Graphic as an NGG file:\n  `pbmtonokia {{-f|-fmt}} NGG {{path/to/image.pbm}} > {{path/to/output.ngg}}`\n- Convert a PBM image into a Nokia Picture Message as an NPM file:\n  `pbmtonokia {{-f|-fmt}} NPM {{path/to/image.pbm}} > {{path/to/output.npm}}`\n\n*Source: tldr-pages*\n\n---\n\n**Summary:** pbmtonokia - convert a portable bitmap to Nokia Smart Messaging Formats\n\n**Synopsis:** pbmtonokia [options] [pbmfile]\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| — | — | — | HEXNOL Nokia Operator Logo as (uploadable) hexcode. Use option -net to specify network code. HEXNGG Nokia Group Graphic  |\n| — | — | — | = D1,Germany). |\n| — | — | — |  |\n\n## See Also\n\n- pbm(5)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (3 lines)\n- **OPTIONS** (1 lines) — 3 subsections\n  - -fmt (16 lines)\n  - -net (2 lines)\n  - -txt (1 lines)\n- **LIMITATIONS** (2 lines)\n- **SEE ALSO** (2 lines)\n- **AUTHOR** (5 lines)\n\n## Full Content\n\n### NAME\n\npbmtonokia - convert a portable bitmap to Nokia Smart Messaging Formats\n\n### SYNOPSIS\n\npbmtonokia [options] [pbmfile]\n\n### DESCRIPTION\n\nReads  a  portable  bitmap  as input.  Produces a Nokia Smart Messaging (hexcode, .nok, .ngg)\nfile as output.\n\n### OPTIONS\n\n#### -fmt\n\nHEXNOL\nNokia Operator Logo as (uploadable) hexcode.  Use option -net to specify network code.\n\nHEXNGG\nNokia Group Graphic as (uploadable) hexcode.\n\nHEXNMP\nNokia Picture Message as (uploadable) hexcode.  Use option -txt  to  specify  optional\ntext message.\n\nNOL    Nokia  Operator Logo as .nol format. This is editable by the Group-Graphic Editor from\nKessler Wireless Design (www.kessler-design.com)\n\nNGG    Nokia Group Graphic as .ngg format. This is editable by the Group-Graphic Editor  from\nKessler Wireless Design (www.kessler-design.com)\n\n#### -net\n\n= D1,Germany).\n\n#### -txt\n\n### LIMITATIONS\n\nCurrently limited to rows<=255 and columns<=255. Supports only b/w graphics, not animated.\n\n### SEE ALSO\n\npbm(5), Nokia Smart Messaging Specification (http://forum.nokia.com)\n\n### AUTHOR\n\nCopyright (C) 2001 Tim Ruehsen <tim.ruehsen@openmediasystem.de>.\n\n\n\n26 June 2001                               pbmtonokia(1)\n\n"
        }
    ],
    "structuredContent": {
        "command": "pbmtonokia",
        "section": "1",
        "mode": "man",
        "summary": "pbmtonokia - convert a portable bitmap to Nokia Smart Messaging Formats",
        "synopsis": "pbmtonokia [options] [pbmfile]",
        "tldr_summary": "Convert a PBM image to one of Nokia's Smart Messaging Formats.",
        "tldr_examples": [
            {
                "description": "Convert a PBM image into a Nokia Operator Logo as hexcode",
                "command": "pbmtonokia {{-f|-fmt}} NEX_NOL -net {{network_operator_code}} {{path/to/image.pbm}} > {{path/to/output.hex}}"
            },
            {
                "description": "Convert a PBM image into a Nokia Group Graphic as hexcode",
                "command": "pbmtonokia {{-f|-fmt}} NEX_NGG {{path/to/image.pbm}} > {{path/to/output.hex}}"
            },
            {
                "description": "Convert a PBM image into a Nokia Picture Message with the specified text as hexcode",
                "command": "pbmtonokia {{-f|-fmt}} NEX_NPM -txt {{text_message}} {{path/to/image.pbm}} > {{path/to/output.hex}}"
            },
            {
                "description": "Convert a PBM image into a Nokia Operator Logo as a NOL file",
                "command": "pbmtonokia {{-f|-fmt}} NOL {{path/to/image.pbm}} > {{path/to/output.nol}}"
            },
            {
                "description": "Convert a PBM image into a Nokia Group Graphic as an NGG file",
                "command": "pbmtonokia {{-f|-fmt}} NGG {{path/to/image.pbm}} > {{path/to/output.ngg}}"
            },
            {
                "description": "Convert a PBM image into a Nokia Picture Message as an NPM file",
                "command": "pbmtonokia {{-f|-fmt}} NPM {{path/to/image.pbm}} > {{path/to/output.npm}}"
            }
        ],
        "tldr_source": "official",
        "flags": [
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "HEXNOL Nokia Operator Logo as (uploadable) hexcode. Use option -net to specify network code. HEXNGG Nokia Group Graphic as (uploadable) hexcode. HEXNMP Nokia Picture Message as (uploadable) hexcode. Use option -txt to specify optional text message. NOL Nokia Operator Logo as .nol format. This is editable by the Group-Graphic Editor from Kessler Wireless Design (www.kessler-design.com) NGG Nokia Group Graphic as .ngg format. This is editable by the Group-Graphic Editor from Kessler Wireless Design (www.kessler-design.com)"
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "= D1,Germany)."
            },
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": ""
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "pbm",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/pbm/5/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-fmt",
                        "lines": 16
                    },
                    {
                        "name": "-net",
                        "lines": 2
                    },
                    {
                        "name": "-txt",
                        "lines": 1
                    }
                ]
            },
            {
                "name": "LIMITATIONS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}