Nokia Group Graphic
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|ngg}} }} '''Nokia Group Graphic''' (or '''Nokia Group Graphics''', '''Nokia Phone Group Graphics''', '''...") |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 7: | Line 7: | ||
== Format == | == Format == | ||
− | + | Files have a 16-byte header, followed by pixel data in ASCII text format. | |
== Identification == | == Identification == | ||
− | + | Files begin with the ASCII string "<code>NGG</code>". | |
== Software == | == Software == | ||
− | * [ | + | * [[Konvertor]] |
+ | * [[XnView]] | ||
* [http://www.mikekohn.net/file_formats/ringtonetools.php Ringtone Tools] | * [http://www.mikekohn.net/file_formats/ringtonetools.php Ringtone Tools] | ||
− | * [ | + | * [[Netpbm]]: pbmtonokia, with "<code>-fmt NGG</code>" option (write-only) |
+ | |||
+ | == Sample files == | ||
+ | * [http://www.kessler-design.com/wireless/samples.html KESSLER Wireless Design - Samples] | ||
+ | * {{DexvertSamples|image/nokiaGroupGraphics}} | ||
+ | |||
+ | [[Category:Nokia]] |
Latest revision as of 02:57, 28 December 2023
Nokia Group Graphic (or Nokia Group Graphics, Nokia Phone Group Graphics, NGG) is a bi-level raster image format used by some Nokia phones. It is identical to Nokia Operator Logo, except that it has a somewhat different header format.
Contents |
[edit] Format
Files have a 16-byte header, followed by pixel data in ASCII text format.
[edit] Identification
Files begin with the ASCII string "NGG
".
[edit] Software
- Konvertor
- XnView
- Ringtone Tools
- Netpbm: pbmtonokia, with "
-fmt NGG
" option (write-only)