VistaIOWriteImages(3) | Library Functions Manual | VistaIOWriteImages(3) |
VistaIOWriteImages - write a series of images to a stream
#include <stdio> #include <vistaio.h> #include <vistaio.h>
VistaIOBoolean VistaIOWriteImages (file, attributes, nimages, images)
FILE *file; VistaIOAttrList attributes; int nimages; VistaIOImage images[nimages];
VistaIOWriteImages writes a series of images to an open stream as a Vista data file. Images images[0] through images[nimages - 1] are written, followed by any attributes in the list attributes. The attributes argument may be NULL if only images are to be written.
VistaIOWriteImages returns TRUE if successful and FALSE otherwise. In the case of an error, data written to the stream may be incomplete.
VistaIOWriteFile(3), VistaIOWriteObjects(3),
VistaIOWriteUbcIff(3), stdio(3),
VistaIOImage(3),
Art Pope <pope@cs.ubc.ca>
Adaption to vistaio: Gert Wollny <gw.fossdev@gmail.com>
24 April 1993 | VistaIO Version 1.2.14 |