Method
VipsImageimage_get_double
Declaration [src]
int
vips_image_get_double (
const VipsImage* image,
const char* name,
double* out
)
Description [src]
Gets out
from im
under the name name
.
The value will be transformed into a double, if possible.
See also