Vips.Foreign.find_save_target (original) (raw)
Function
VipsForeignfind_save_target
Declaration [src]
const char*
vips_foreign_find_save_target (
const char* suffix
)
Description [src]
Searches for an operation you could use to write to a target in suffixformat.
Parameters
suffix
Type: const char*
Format to find a saver for.
| The data is owned by the caller of the function. |
|---|
| The value is a NUL terminated UTF-8 string. |
Return value
Type: const char*
The name of an operation on success, NULL on error.
| The data is owned by the called function. |
|---|
| The return value can be NULL. |
| The value is a NUL terminated UTF-8 string. |