MAN page from RedHat Other XITE-3.3-3.i386.rpm
PSEUDO2RGB
Section: C Library Functions (3)
Updated: 16 Mar 1998
Index
NAME
pseudo2rgb - convert band + colortable to rgb image
SYNTAX
#include <
xite/convert.h>
int pseudo2rgb( IBAND band, IMAGE img,
Color_tab coltab, int ctlen );
DESCRIPTION
pseudo2rgbconverts the input band to a three bandrgb output image according to the specified color table.
RESTRICTIONS
Accepts only UNS_BYTE images. All bands of the outputimage should have (at least) the same size as the inputband.
RETURN VALUE
0 => ok
1 => bad pixel type input band
2 => less than 3 bands in output image
3 => bad pixel type in output image
4 => output image less than input band
5 => ctlen has bad value (<0 or >256)
AUTHOR
Tor Lønnestad, BLAB, ifi, UiO
REVISED
Svein Bøe
ID
$Id: pseudo2rgb.c,v 1.24 1997/01/09 16:37:13 svein Exp $
Index
- NAME
- SYNTAX
- DESCRIPTION
- RESTRICTIONS
- RETURN VALUE
- AUTHOR
- REVISED
- ID
This document was created byman2html,using the manual pages.