1IM_OPENOUT(3) Library Functions Manual IM_OPENOUT(3)
2
3
4
6 im_openout - sets an image descriptor corresponding to an output file
7
9 #include <vips/vips.h>
10
11 IMAGE *im_openout(file_name)
12 char *file_name;
13
15 im_openout(3) returns a descriptor which when written to will write
16 pels to file_name. This function has been replaced by im_open(3).
17
19 The function returns a valid image descriptor on success and NULL on
20 error.
21
23 im_open(3), im_close(3), im_mmapin(3), im_intro(3).
24
26 N. Dessipris
27
29 N. Dessipris - 22/04/1991
30
31
32
33 22 April 1991 IM_OPENOUT(3)