CPAR (1I)     version 1.2, Inrimage 4.6.9     March 2022

User Intro    Prog Intro    Liste des commandes    Liste des manuels
Table of Contents


NAME

cpar - print informations on the image header in a C-style.

SYNOPSIS

cpar [-x][-n][-d] [image1 ... imageN]
..

DESCRIPTION

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.

SEE ALSO

par(1i) , Inrimage(1i)