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
|