IM_OPENOUT

Section: C Library Functions (3)
Updated: 22 April 1991
Index Return to Main Contents
 

NAME

im_partial - makes a PIO intermediate image  

SYNOPSIS

#include <vips/vips.h>

IMAGE *im_partial(file_name)
char *file_name;  

DESCRIPTION

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.  

RETURN VALUE

The function returns a valid image descriptor on success and NULL on error.  

SEE ALSO

im_open(3), im_close(3), im_mmapin(3), im_intro(3).  

COPYRIGHT


National Gallery, 1993  

AUTHOR

J.Cupitt - 23/7/93