Method
VipsImagecsvsave_target
Declaration [src]
int
vips_csvsave_target (
VipsImage* in,
VipsTarget* target,
...
)
Description [src]
As vips_csvsave(), but save to a target.
::: tip “Optional arguments”
* separator: gchararray, separator string
::: seealso
vips_csvsave().
Parameters
target |
VipsTarget |
Save image to this target. |
|
| The data is owned by the caller of the function. | |
... |
none |
|