Palm bitmap
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→Specifications) |
(Whatever this is, it's not a PDB file. The Specs doc has no info about it.) |
||
Line 12: | Line 12: | ||
== Specifications == | == Specifications == | ||
* [http://www.trantor.de/kawt/doc/palmimages.html Palm Native Image Format] | * [http://www.trantor.de/kawt/doc/palmimages.html Palm Native Image Format] | ||
− | |||
== Software == | == Software == | ||
− | * [ | + | * [[Netpbm]]: pnmtopalm, palmtopnm |
− | * [ | + | * [[ImageMagick]] (format named "PALM") |
[[Category:Palm]] | [[Category:Palm]] |
Revision as of 13:36, 7 December 2014
Palm bitmap (variously called Palm Pilot Tbmp, Palm Pilot Bitmap, Palm pixmap, etc.) is a raster image file format. It supports a variety of image types and compression schemes.
Format
A Palm bitmap file may contain multiple versions (called renditions) of the same image, with different color types.
The file (and each rendition) begins with a header. Old versions have a 16-byte header, while version 3 has a 24-byte header. The first 10 bytes of the header are common to all versions.
Specifications
Software
- Netpbm: pnmtopalm, palmtopnm
- ImageMagick (format named "PALM")