Class: ChunkyPNG::Chunk::InternationalText

Inherits:
Generic
  • Object
show all
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.

See Also:

Instance Attribute Summary

Attributes inherited from Generic

#content

Attributes inherited from Base

#type

Method Summary

Methods inherited from Generic

#initialize, read

Methods inherited from Base

#initialize, #write, #write_with_crc

Constructor Details

This class inherits a constructor from ChunkyPNG::Chunk::Generic