Method
VipsImagewrite_to_target
Declaration [src]
int
vips_image_write_to_target (
VipsImage* in,
const char* suffix,
VipsTarget* target,
...
)
Description [src]
Writes in to output in format suffix.
Save options may be appended to suffix 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.
You can call the various save operations directly if you wish, see
vips_jpegsave_target(), for example.
::: seealso
vips_image_write_to_file().
Parameters
suffix |
const char* |
Format to write. |
|
| The data is owned by the caller of the function. | |
| The string is a NUL terminated UTF-8 string. | |
target |
VipsTarget |
Target to write to. |
|
| The data is owned by the caller of the function. | |
... |
none |
|