Class: ChunkyPNG::Chunk::InternationalText
- Defined in:
- lib/chunky_png/chunk.rb
Overview
TODO:
This chunk is currently not implemented, but merely read and written back intact.
The Text (iTXt) chunk contains keyword/value metadata about the PNG stream. The metadata in this chunk can be encoded using UTF-8 characters. Moreover, it is possible to define the language of the metadata, and give a translation of the keyword name. Finally, it supports bot compressed and uncompressed values.
Instance Attribute Summary
Attributes inherited from Generic
Attributes inherited from Base
Method Summary
Methods inherited from Generic
Methods inherited from Base
#initialize, #write, #write_with_crc
Constructor Details
This class inherits a constructor from ChunkyPNG::Chunk::Generic