Method
VipsImageget_image
Declaration [src]
int
vips_image_get_image (
const VipsImage* image,
const char* name,
VipsImage** out
)
Description [src]
Gets out from im under the name name.
The field must be of type
VIPS_TYPE_IMAGE. You must unref out with g_object_unref().
Use vips_image_get_typeof() to test for the
existence of a piece of metadata.
See also: vips_image_get(), vips_image_set_image()
Parameters
name |
const char* |
Metadata name. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
out |
VipsImage |
Return metadata value. |
|
| The argument will be set by the function. | |
| The instance takes ownership of the data, and is responsible for freeing it. |