ilFileImage(5)
NAME
ilFileImage − TIFF image description structure
SYNOPSIS
typedef struct _ilFileImage {
ilFile file ;
struct _ilFileImage *pNext, *pPrev,
*pMask,
*pChild ;
long width, height ;
long xRes, yRes ;
short page, nPages ;
ilImageDes des;
ilImageFormat format
long stripHeight; } ilFileImagePublicRec;
typedef ilFileImagePublicRec *ilFileImage;
DESCRIPTION
ilFileImage is a structure that describes one image in a TIFF file. For full details on this data structure, consult Using the Image Developer’s Kit.
file Image Library File pointer returned by ilConnectFile().
*pNext, *pPrev pointers to next and previous image descriptors in the file
*pMask pointer to a transparency mask or null
*pChild pointer to a linked list of zero or more "child" images
width, height width and height of the image
xRes, yRes X and Y resolution in dots per inch times 2.
page, nPages page number (first page = 0) and total number of pages
des image descriptor for this image
format image format descriptor for this image
stripHeight stripheight from the TIFF file
FILES
/opt/image/include/il.h
/opt/image/include/ilfile.h
/opt/image/include/ilX.h
/opt/image/include/ilpipelem.h
AUTHOR
The Image Library was developed by HP.
SEE ALSO
Using the Image Developer’s Kit.
Hewlett-Packard Company — Image Library: February, 1995