Vips.Image.get_image (original) (raw)

Method

VipsImageget_image

Declaration [src]


int
vips_image_get_image (
  const VipsImage* image,
  const char* name,
  VipsImage** out
)

Parameters

name

Type: const char*

Metadata name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

out

Type: VipsImage

Return metadata value.

The argument will be set by the function.
The caller of the method takes ownership of the returned data, and is responsible for freeing it.

Return value

Type: int

0 on success, -1 otherwise.