2024-02-09 15:28:23 +01:00
|
|
|
# pbmtonokia
|
|
|
|
|
|
|
|
> Convert a PBM image to one of Nokia's Smart Messaging Formats .
|
|
|
|
> More information: <https://netpbm.sourceforge.net/doc/pbmtonokia.html>.
|
|
|
|
|
|
|
|
- Convert a PBM image into a Nokia Operator Logo as hexcode:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`pbmtonokia {{[-f|-fmt]}} NEX_NOL -net {{network_operator_code}} {{path/to/image.pbm}} > {{path/to/output.hex}}`
|
2024-02-09 15:28:23 +01:00
|
|
|
|
|
|
|
- Convert a PBM image into a Nokia Group Graphic as hexcode:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`pbmtonokia {{[-f|-fmt]}} NEX_NGG {{path/to/image.pbm}} > {{path/to/output.hex}}`
|
2024-02-09 15:28:23 +01:00
|
|
|
|
|
|
|
- Convert a PBM image into a Nokia Picture Message with the specified text as hexcode:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`pbmtonokia {{[-f|-fmt]}} NEX_NPM -txt {{text_message}} {{path/to/image.pbm}} > {{path/to/output.hex}}`
|
2024-02-09 15:28:23 +01:00
|
|
|
|
|
|
|
- Convert a PBM image into a Nokia Operator Logo as a NOL file:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`pbmtonokia {{[-f|-fmt]}} NOL {{path/to/image.pbm}} > {{path/to/output.nol}}`
|
2024-02-09 15:28:23 +01:00
|
|
|
|
|
|
|
- Convert a PBM image into a Nokia Group Graphic as an NGG file:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`pbmtonokia {{[-f|-fmt]}} NGG {{path/to/image.pbm}} > {{path/to/output.ngg}}`
|
2024-02-09 15:28:23 +01:00
|
|
|
|
|
|
|
- Convert a PBM image into a Nokia Picture Message as an NPM file:
|
|
|
|
|
2025-04-01 06:42:14 +03:00
|
|
|
`pbmtonokia {{[-f|-fmt]}} NPM {{path/to/image.pbm}} > {{path/to/output.npm}}`
|