get_tag_raw


Description:

[ Version ( since = "0.16.0" ) ]
public Bytes? get_tag_raw (string tag) throws Error

The Exiv2 Tag Reference can be found at http://exiv2.org/metadata.html

Tags that support multiple values may bereturned as a single byte array, with records separated by 4x INFORMATION SEPARATOR FOUR (ASCII 0x1c)

Parameters:

this

An instance of [class@GExiv2.Metadata]

tag

Exiv2 tag name

Returns:

The tag's raw value as a byte array