cs::Palm::App::PalmPix - interface to a PDB file for the Kodak PalmPix image file
use cs::Palm::App::PalmPix;
The cs::Palm::App::PalmPix module accesses the database for the Kodak PalmPix image database. It is a subclass of the cs::Palm::PDB class.
Creates a new cs::Palm::App::PalmPix object attached to the specified file.
The ArchImage.pdb file appears to be a sequence of record as follows:
image:
record 0: 196 bytes
record 1: 32 bytes title: string0...
record 2: ^A
record 3: 2400 bytes
0x87 letters (39)
0x88 letters ...
records 4..7: 4 x ~7k records
Return an object containing the content of the nth record.
cs::Palm(3), cs::Palm::PDB(3)
Cameron Simpson <cs@zip.com.au>