SYNOPSIS
#include <vips/vips.h>
IMAGE *im_openout(file_name)
char *file_name;
DESCRIPTION
im_openout(3) returns a descriptor which when written to will write pels to file_name. This function has been replaced by im_open(3).RETURN VALUE
The function returns a valid image descriptor on success and NULL on error.COPYRIGHT
N. Dessipris
AUTHOR
N. Dessipris - 22/04/1991