im_exr2vips_header(3) - Linux man page
Name
im_exr2vips, im_exr2vips_header - convert OpenEXR images to VIPS formatSynopsis
#include <vips/vips.h>int im_exr2vips( const char *filename, IMAGE *out )
int im_exr2vips_header( const char *filename, IMAGE *out )
Description
im_exr2vips() reads the OpenEXR image in filename, and writes the image out in VIPS format.im_png2vips_header() reads just the header information from the OpenEXR file. You can't read any pixels!