PNG.Text

Contains textual metadata embedded into the file.

Members

Variables

compression
ubyte compression;

Compression method flag. (should be zero)

ikeyword
string ikeyword;

Translated keyword if any.

isCompressed
ubyte isCompressed;

1 if field is compressed, 0 otherwise.

keyword
string keyword;

The keyword, which the textual metadata is associated with. (Max 79 characters)

lang
string lang;

Language in case of international textual data.

text
string text;

The text itself.

Meta