Table of Contents
calcdither - calculate DataRec.Dither
calcdither < list_of_tuples
> list_of_tuples
This program reads a list of tuples from
stdin,
calculates DataRec.Dither and writes a list of tuples to
stdout.
Each
input line is one tuple. The line is terminated with a
newline. Fields within
the tuple are separated by a
|.
The field order is Label, RefName, CrtKey,
SpanMin, SpanMax, M, and Addr.
Each output line is one tuple.
The line is terminated with a
newline. Fields within the tuple are separated
by a
|.
The field order is DataRec.RecId, and DataRec.Dither.
Label and
RefName aren’t used for anything.
$Id: calcdither.8,v
1.0 1999/03/15 16:15:41 kitchen Exp $
Table of Contents