Vips.Image.matrixsave (original) (raw)
Method
VipsImagematrixsave
Declaration [src]
int
vips_matrixsave (
VipsImage* in,
const char* filename,
...
)
Description [src]
Write in to filename in matrix format. See vips_matrixload() for a description of the format.
This method is not directly available to language bindings.
Parameters
filename
Type: const char*
File to write to.
| The data is owned by the caller of the method. |
|---|
| The value is a NUL terminated UTF-8 string. |
...
Type: ``
NULL-terminated list of optional named arguments.
Return value
Type: int
0 on success, -1 on error.