void
vips_image_set_string (
VipsImage* image,
const char* name,
const char* str
)
Description [src]
Attaches str
as a metadata item on image
as name
. A convenience function over vips_image_set()
using VIPS_TYPE_REF_STRING
.
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.str
Type: const char*
Metadata value.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4