1IM_OPENOUT(3) Library Functions Manual IM_OPENOUT(3)
2
3
4
6 im_partial - makes a PIO intermediate image
7
9 #include <vips/vips.h>
10
11 IMAGE *im_partial(file_name)
12 char *file_name;
13
15 im_partial(3) returns a descriptor which can be used to join PIO image
16 processing operations together. See `VIPS Library Programmers' Guide,'
17 in the accompanying documentation.
18
19 This function is obsolete --- you should call im_open(3) instead.
20
22 The function returns a valid image descriptor on success and NULL on
23 error.
24
26 im_open(3), im_close(3), im_mmapin(3), im_intro(3), `VIPS Library Pro‐
27 grammers' Guide,' in accompanying documentation.
28
30 National Gallery, 1993
31
33 J.Cupitt - 23/7/93
34
35
36
37 22 April 1991 IM_OPENOUT(3)