NAME

cs::Palm::App::PalmPix - interface to a PDB file for the Kodak PalmPix image file


SYNOPSIS

use cs::Palm::App::PalmPix;


DESCRIPTION

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.


GENERAL FUNCTIONS


OBJECT CREATION

new cs::Palm::App::PalmPix file

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


OBJECT METHODS

Record(n)

Return an object containing the content of the nth record.


SEE ALSO

cs::Palm(3), cs::Palm::PDB(3)


AUTHOR

Cameron Simpson <cs@zip.com.au>