Table of Contents
im_partial - makes a PIO intermediate image
#include <vips/vips.h>
IMAGE *im_partial(file_name)
char *file_name;
im_partial(3)
returns a descriptor which can
be used to join PIO image processing operations together.
This function
is obsolete --- you should call im_open(3)
instead.
The function
returns a valid image descriptor on success and NULL on error.
im_open(3)
,
im_close(3)
, im_mmapin(3)
, im_intro(3)
.
National Gallery, 1993
J.Cupitt - 23/7/93
Table of Contents