Method
VipsImageimage_get_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.
See also