Palm OS Database

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(vIMGView format)
Line 3: Line 3:
 
| extensions = {{ext|pdb}}
 
| extensions = {{ext|pdb}}
 
}}
 
}}
 
+
== Overview ==
 
A '''PalmOS Database''' is the normal format in which data is stored on a PalmOS-based device. These devices lack a normal filesystem and instead store everything as part of a database. The .pdb extension is what ends up on files containing data exported from a Palm device to another system such as a PC. The one other format used on a Palm device is [[PRC]], or Palm Resource Compiler.
 
A '''PalmOS Database''' is the normal format in which data is stored on a PalmOS-based device. These devices lack a normal filesystem and instead store everything as part of a database. The .pdb extension is what ends up on files containing data exported from a Palm device to another system such as a PC. The one other format used on a Palm device is [[PRC]], or Palm Resource Compiler.
 +
 +
The type of data stored in the file is indicated by a ''type/creator'' code: 8 ASCII characters starting at byte position 60.
 +
 +
== As an image format ==
 +
PDB files with type code '''vIMGView''' are supported as image files by some image processing programs.
 +
 +
It appears to be a paletted format supporting up to 16 colors. Images may be uncompressed, or use [[Run-length encoding|RLE]] compression.
 +
 +
== Software ==
 +
* [http://www.imagemagick.org/ ImageMagick] (image files only)
  
 
== Documentation ==
 
== Documentation ==
 
* [http://wiki.mobileread.com/wiki/PDB PDB (MobileRead Wiki)]
 
* [http://wiki.mobileread.com/wiki/PDB PDB (MobileRead Wiki)]
 +
 +
[[Category:Graphics]]

Revision as of 21:14, 15 March 2013

File Format
Name Palm OS Database
Ontology
Extension(s) .pdb

Contents

Overview

A PalmOS Database is the normal format in which data is stored on a PalmOS-based device. These devices lack a normal filesystem and instead store everything as part of a database. The .pdb extension is what ends up on files containing data exported from a Palm device to another system such as a PC. The one other format used on a Palm device is PRC, or Palm Resource Compiler.

The type of data stored in the file is indicated by a type/creator code: 8 ASCII characters starting at byte position 60.

As an image format

PDB files with type code vIMGView are supported as image files by some image processing programs.

It appears to be a paletted format supporting up to 16 colors. Images may be uncompressed, or use RLE compression.

Software

Documentation

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox