What is the difference between .palm and .pbm?
- Extension
- .palm
- .pbm
- Format
- Binary
- Binary
- Category
- Raster Image
- Raster Image
- Developer
- Palm, Inc.
- Wolfgang Hoschek
- Description
- This format is used for storing bitmap images. It supports many different file types and compression algorithms. One Palm bitmap file can contain multiple versions of the same images with different colors. These files are used on PALM devices.
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- MIME Type
- image/x-palm-pixmap
- image/x-portable-bitmap
- Sample
- sample.palm
- sample.pbm
- Wikipedia
- .pbm on Wikipedia