MAN page from RedHat Other XITE-3.3-3.i386.rpm
ICOPY_BAND
Section: File Formats (5)
Updated: 16 Mar 1998
Index
NAME
Icopy_band - copy a BIFF band
SYNTAX
#include <
xite/biff.h>
BiffStatus Icopy_band( IBAND b1, IBAND b2 );
DESCRIPTION
The largest rectangle common to b1 and b2 is copiedfrom b1 to b2. A direct copy is performed, which willgive strange effects if b1 and b2 are partlyoverlapping subbands. b1 and b2 should have the samepixel type, but all currently known pixel types aresupported.
SEE ALSO
Imake_band(5),
Imake_subband(5),
Init_band(5),
Ipixtyp(5),
Ixstart(5),
Iystart(5)
RETURN VALUE
Iok => ok
Ipixtyperr => b1 and b2 have different pixel types,
or unknown pixel type
AUTHOR
Tor Lønnestad, BLAB, Ifi, UiO
Index
- NAME
- SYNTAX
- DESCRIPTION
- SEE ALSO
- RETURN VALUE
- AUTHOR
This document was created byman2html,using the manual pages.