Vips.Image.set_double (original) (raw)
Method
VipsImageset_double
Declaration [src]
void
vips_image_set_double (
VipsImage* image,
const char* name,
double d
)
Description [src]
Attaches d as a metadata item on image as name. A convenience function over vips_image_set().
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. |
d
Type: double
Metadata value.