get_metadata_key_value


Description:

public string? get_metadata_key_value (string key)

Get metadata that are stored as key-value pairs.

A prominent example are PNG's `tEXt` and `zTXt` chunks.

::: note In contrast to gdk-pixbuf's *option* feature, the keys do not carry prefixes like `tEXt::` or `zTXt::`.

Parameters:

key

A null-terminated string.

Returns:

The UTF-8 encoded value associated with `key`.