Home
-> User's Manual -> Technology Diagram-> Pac-n-Zoom®-> Raster Files

Raster Files


Pac-n-Zoom® can read from these file formats.
*.bmp *.cdl *.iff *.jpg *.png *.pzh *.pz


Pac-n-Zoom® can write to these file formats.
*.bmp *.cdl *.iff *.png *.pzh *.pz *.pzl


Comma Delimited File :
A file format that is database friendly. It is used mostly for debug. It uses the following format.

The input file format for a comma delimited file (*.CDL) will be a rows of red, green, and blue. The pixels are delimited by commas. The lines are delimited by periods. The text following a semicolon (but on the same line) is a comment. The following is a sample of the format. The red, green, and blue would have values of one, two, and three respectively. The sample is one row that is six columns wide.

001,001,001,001,001,001.; Red
002,002,002,002,002,002.; Green
003,003,003,003,003,003.; Blue

Pac-n-Zoom Hex File :
The primary use of the Pac-n-Zoom hex file is to debug type 2 Pac-n-Zoom binary files used by the blob compressor. Pac-n-Zoom hex files are ASCII hex representations of type 2 Pac-n-Zoom binary files.

The Pac-n-Zoom golden libraries use much of the Pac-n-Zoom hex file format.

Pac-n-Zoom® Data File :
Pac-n-Zoom currently supports the type 2 or blob compressor *.pz binary file format. The structure of this format is similar to a *.pzh file.


Back to Pac-n-Zoom diagram


©2004 - 2011 Accelerated I/O, Inc, All rights reserved.