Vips.Image.get_int (original) (raw)
Vips
API Version: 8.0
Library Version: 8.17
Type
Methods
Method
VipsImageget_int
Declaration [src]
int
vips_image_get_int (
const VipsImage* image,
const char* name,
int* out
)
Description [src]
Gets out from im under the name name. The value will be transformed into an int, if possible.
Parameters
name
Type: const char*
Field name.
| The data is owned by the caller of the method. |
|---|
| The value is a NUL terminated UTF-8 string. |
out
Type: int*
Return field value.
The argument will be set by the function.
Return value
Type: int
0 on success, -1 otherwise.