Palm bitmap
From Just Solve the File Format Problem
(Difference between revisions)
m (Clarity) |
Dan Tobias (Talk | contribs) (→Specifications) |
||
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] | ||
+ | * [http://lauriedavis9.tripod.com/copilot/download/Palm_File_Format_Specs.pdf Palm File Format Specs] | ||
== Software == | == Software == |
Revision as of 02:11, 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")