class ChunkyPNG::Chunk::Text

The Text (tEXt) chunk contains keyword/value metadata about the PNG stream. In this chunk, the value is stored uncompressed.

The tEXt chunk only supports Latin-1 encoded textual data. If you need UTF-8 support, check out the InternationalText chunk type.

@see www.w3.org/TR/PNG/#11tEXt @see ChunkyPNG::Chunk::CompressedText @see ChunkyPNG::Chunk::InternationalText