User Intro
Prog Intro
Liste des commandes
Liste des manuels
Table of Contents
cpar - print informations on the image header in a C-style.
cpar
[-x][-n][-d]
[image1 ... imageN]
..
cpar
prints in stdout the information contained in the header of the images
specified in the command line (or stdin if no image is specified). The
information is printed in a C-form and can be insered in a C source.
By default, the header information is printed as a 9-element
array, each element being initialized with the value found in the
header. This array is the Inrimage format array (see Inrimage(1)).
If the switch -n is used,
the array elements are specified using the constants
found in inrimage/image.h. The switch -d
is used, the image header is printed as a variable
declaration. The switch -x can be specified if the
extended Inrimage format (see Inrimage(1)) is preferred.
par(1i)
, Inrimage(1i)