Class: Rixmap::Format::PNG::Chunk::IDATChunk
- Defined in:
- lib/rixmap/format/png/chunk.rb
Overview
IDATイメージデータチャンク
Constant Summary collapse
- TYPE =
IDATチャンクタイプ
'IDAT'
Instance Method Summary collapse
-
#initialize ⇒ IDATChunk
constructor
A new instance of IDATChunk.
Methods inherited from BaseChunk
#copysafe?, #data, #data=, #optional?, #pack, #private?, #standard?, #type, #unpack
Constructor Details
#initialize ⇒ IDATChunk
Returns a new instance of IDATChunk.
214 215 216 |
# File 'lib/rixmap/format/png/chunk.rb', line 214 def initialize() super(IDATChunk::TYPE) end |