MAN page from RedHat Other XITE-3.3-3.i386.rpm
IMAGEFORMAT
Section: C Library Functions (3)
Updated: 16 Mar 1998
Index
NAME
ImageFormat, ImageTitle, ImageAddress, ImageWidth, ImageHeight,ImageLineLength, ImageXstart, ImageYstart, ImagePixName -Format dependent module for XITE Image Widget
SYNTAX
#include <
xite/ImageFormat.h>
char *ImageTitle( IMAGE img );
unsigned char *ImageAddress( IBAND band );
int ImageWidth( IBAND band );
int ImageHeight( IBAND band );
int ImageLineLength( IBAND band );
int ImageXstart( IBAND band );
int ImageYstart( IBAND band );
char *ImagePixName( IBAND band );
DESCRIPTION
ImageAddressreturns a pointer to the least significant byte(assuming big-endian byte-ordering) of the first pixel of theBIFF band.
ImageWidthreturns the number of pixels in a row of theimage.
ImageHeightreturns the number of pixels in a column of theimage.
ImageLineLengthgives the number of bytes needed torepresent one row of the image.
ImageXstartand ImageYstartreturn the relative globalcoordinates for the upper left corner of the image.
SEE ALSO
Image(3),ImageOverlay(3)
Index
- NAME
- SYNTAX
- DESCRIPTION
- SEE ALSO
This document was created byman2html,using the manual pages.