Init_image

[ XITE Reference Manual | XITE home ]

Name

Init_image - initialize a BIFF image

Syntax

 #include <xite/biff.h>

 IMAGE Init_image( int nbands, char* title );

Description

Initialize a BIFF image; allocate the band pointer and image info record, and assign values to the "nbands" and "title" fields. Bands must also be created before you may use the image.

Restrictions

1 <= nbands

See also

Icopy_init(5), Imake_image(5), Iread_image(5), Iwrite_image(5), Init_band(5), Init_bands(5)

Return value

image pointer if ok, NULL otherwise.

Author

Tor Lønnestad, BLAB, Ifi, UiO