Method
VipsImagewrite_to_file
Declaration [src]
int
vips_image_write_to_file (
VipsImage* image,
const char* name,
...
)
Description [src]
Writes in
to name
using the saver recommended by
vips_foreign_find_save()
.
Save options may be appended to filename
as “[name=value,…]” or given as
a NULL-terminated list of name-value pairs at the end of the arguments.
Options given in the function call override options given in the filename.
See also
This method is not directly available to language bindings.