add_metadata_key_value


Description:

public bool add_metadata_key_value (string key, string value)

Add metadata that are stored as key-value pairs.

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

If an entry with `key` already exists, it will be replaced.

Parameters:

key

A null-terminated string.

value

A null-terminated string.

Returns:

`TRUE` if format supports key-value storage.