pbmtonokia Command Examples

Convert a PBM image to one of Nokia's Smart Messaging Formats . More information: https://netpbm.sourceforge.net/doc/pbmtonokia.html.

pbmtonokia -fmt NEX_NOL -net {{network_operator_code}} {{path/to/image.pbm}} > {{path/to/output.hex}}

pbmtonokia -fmt NEX_NGG {{path/to/image.pbm}} > {{path/to/output.hex}}

pbmtonokia -fmt NEX_NPM -txt {{text_message}} {{path/to/image.pbm}} > {{path/to/output.hex}}

pbmtonokia -fmt NOL {{path/to/image.pbm}} > {{path/to/output.nol}}

pbmtonokia -fmt NGG {{path/to/image.pbm}} > {{path/to/output.ngg}}

pbmtonokia -fmt NPM {{path/to/image.pbm}} > {{path/to/output.npm}}