transpose_band
[ XITE Reference Manual | XITE home ]
Name
transpose_band - transpose a BIFF image band
Syntax
#include <xite/geometry.h>
int transpose_band( IBAND I );
Description
Transpose an image band. Works on all pixel types.
Restrictions
xsize == ysize
Return value
0 => ok
2 => Bad pixel type
3 => Bad size, xsize <> ysize
See also
transpose_img(1), shift_band(3), affine(3), quadratic(3),
rotate(3)
Author
Otto Milvang
Id
$Id: transpose_img.c,v 1.24 1997/04/23 13:00:17 svein Exp $