Imake_image

[ XITE Reference Manual | XITE home ]

Name

Imake_image - Create the whole BIFF image data structure

Syntax

 #include <xite/biff.h>

 IMAGE Imake_image( int nbands, char* title,
    IPIXTYP pt, long xsize, long ysize );

Description

Create the whole BIFF image data structure, with nbands bands, title as title, every band of horizontal size xsize, vertical size ysize, and pixel type pixtyp.

Restrictions

Existing pixel type, nbands, xsize and ysize GE 1.

See also

Init_image(5), Icopy_init(5), Imake_band(5), Imake_bands(5), Init_band(5), Init_bands(5)

Return value

The new image if ok, NULL otherwise.

Author

Tor Lønnestad, BLAB, Ifi, UiO