Method

VipsImageget_typeof

Declaration [src]

GType
vips_image_get_typeof (
  const VipsImage* image,
  const char* name
)

Description [src]

Read the %GType for a header field. Returns zero if there is no field of that name.

See also: vips_image_get().

Parameters

name const char*
 

The name to search for.

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

Return value

Returns: GType
 

The %GType of the field, or zero if there is no field of that name.