Nokia Picture Message
From Just Solve the File Format Problem
(Difference between revisions)
m (→Software) |
(→Sample files) |
||
Line 17: | Line 17: | ||
== Sample files == | == Sample files == | ||
* [http://www.kessler-design.com/wireless/samples.html KESSLER Wireless Design - Samples] | * [http://www.kessler-design.com/wireless/samples.html KESSLER Wireless Design - Samples] | ||
+ | * https://telparia.com/fileFormatSamples/image/nokiaPictureMessage/ | ||
[[Category:Nokia]] | [[Category:Nokia]] |
Revision as of 13:31, 1 October 2022
Nokia Picture Message (or Nokia Phone Picture Message, NPM) is a bi-level raster image format used by some Nokia phones. NPM images are 72×28 pixels, though the format supports other sizes up to 255×255.
Contents |
Format
Files begin with a header of at least 11 bytes. The header size depends on the size of a variable-length "text message" field.
Identification
Files begin with the ASCII string "NPM
".
Software
- Netpbm: pbmtonokia, with "
-fmt NPM
" option (write-only)