Function
Vipserror_exit
Declaration [src]
void
vips_error_exit (
const char* fmt,
...
)
Description [src]
Sends a formatted error message to stderr, then sends the contents of the error buffer, if any, then shuts down vips and terminates the program with an error code.
fmt
may be NULL
, in which case only the error buffer is printed before exiting.
See also
This function is not directly available to language bindings.