MAN page from RedHat Other XITE-3.3-3.i386.rpm
IWRITE_IMAGE
Section: File Formats (5)
Updated: 16 Mar 1998
Index
NAME
Iwrite_image - write a BIFF image to file
SYNTAX
#include <
xite/biff.h>
BiffStatus Iwrite_image( IMAGE i,
char* filename );
DESCRIPTION
Write an entire image
ito file (currently notblock data). If the overwrite status is TRUE,an existing file of that name is overwritten.If the overwrite status is FALSE and the fileexists, the function returns with an error indication.
filenamemay be "-n", n beeing an integer,meaning that the image should be written tochannel n. Use "-1" or empty filename to writeto stdout.
The file name may contain a "~" (tilde) which isexpanded to the appropriate user home directory.
RESTRICTIONS
Directory must be writeable. If overwrite=FALSE,the file must not exist. The image must be inIlocal status.
SEE ALSO
Iread_image(5),
Iwrite_band(5),
Iopen_image(5),
Iclose_image(5),
Init_image(5)
RETURN VALUE
status.
AUTHOR
Tor Lønnestad, BLAB, Ifi, UiO
Index
- NAME
- SYNTAX
- DESCRIPTION
- RESTRICTIONS
- SEE ALSO
- RETURN VALUE
- AUTHOR
This document was created byman2html,using the manual pages.