Method
VipsBufappendgv
Declaration [src]
gboolean
vips_buf_appendgv (
VipsBuf* buf,
GValue* value
)
Description [src]
Format and append a GValue
as a printable thing.
We display text like “3144 bytes of binary data” for BLOBs like icc-profile-data.
Use vips_image_get_as_string()
to make a text representation of a field.
That will base64-encode blobs, for example.