Method
VipsImageget_fields
Declaration [src]
gchar**
vips_image_get_fields (
VipsImage* image
)
Description [src]
Get a NULL
-terminated array listing all the metadata field names on image
.
Free the return result with g_strfreev()
.
This is handy for language bindings. From C, it’s usually more convenient to
use vips_image_map()
.