Palm bitmap
From Just Solve the File Format Problem
(Difference between revisions)
(Deleted text about renditions. Not clear that it's notable, and the terminology might be unofficial.) |
|||
| Line 3: | Line 3: | ||
|subcat=Graphics | |subcat=Graphics | ||
}} | }} | ||
| − | '''Palm bitmap''' ( | + | '''Palm bitmap''' '''Palm BitmapType''' (also called '''Palm Pilot Tbmp''', '''Palm Pilot Bitmap''', '''Palm pixmap''', etc.) is a native bitmap format of Palm OS. It supports a variety of image types and compression schemes. |
| − | == Format == | + | It can be found embedded in some Palm file formats, and apparently has also been used by itself as a file format. In a [[PRC (PalmOS)|PRC]] file, resources named "Tbmp", "tAIB", and probably others, use this format. |
| − | + | ||
| + | == Format details == | ||
| + | There are about four different versions of the format. It begins with a header of at least 16 bytes. | ||
== Specifications == | == Specifications == | ||
| + | * [https://stuff.mit.edu/afs/sipb/user/yonah/docs/Palm%20OS%20Reference.pdf Palm OS Reference] - See "BitmapType" and "BitmapTypeV..." sections starting on p. 518 | ||
* [http://www.trantor.de/kawt/doc/palmimages.html Palm Native Image Format] | * [http://www.trantor.de/kawt/doc/palmimages.html Palm Native Image Format] | ||
| Line 16: | Line 19: | ||
[[Category:Palm]] | [[Category:Palm]] | ||
| + | [[Category:Resources]] | ||
Revision as of 14:26, 4 September 2017
Palm bitmap Palm BitmapType (also called Palm Pilot Tbmp, Palm Pilot Bitmap, Palm pixmap, etc.) is a native bitmap format of Palm OS. It supports a variety of image types and compression schemes.
It can be found embedded in some Palm file formats, and apparently has also been used by itself as a file format. In a PRC file, resources named "Tbmp", "tAIB", and probably others, use this format.
Format details
There are about four different versions of the format. It begins with a header of at least 16 bytes.
Specifications
- Palm OS Reference - See "BitmapType" and "BitmapTypeV..." sections starting on p. 518
- Palm Native Image Format
Software
- Netpbm: pnmtopalm, palmtopnm
- ImageMagick (format named "PALM")