MAN page from RedHat Other XITE-3.3-3.i386.rpm
IOPEN_IMAGE
Section: File Formats (5)
Updated: 16 Mar 1998
Index
NAME
Iopen_image - open a BIFF-file
SYNTAX
#include <
xite/biff.h>
BiffStatus Iopen_image( IMAGE* i,
char* filename, int acc );
DESCRIPTION
Open the file
filenamewith
accaccess,connect it to image
i.accis one of: Ireadonly,Ireadwrite, Iwrite. If
filenameis empty, stdin isused for readonly access, stdout is used for writeaccess. If
filenameis "-channel", and
channelisthe number of an open input or output channel, thischannel is used. "~" in
filenamewill be expanded.
RESTRICTIONS
When Iwrite: Info must be initiated properly, the fileshould not exist when overwrite is FALSE.
When readonly or readwrite: The file should exist,it should follow BIFF format, and should allow thataccess mode.
SEE ALSO
Iclose_image(5),
Iread_image(5),
Iwrite_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.