Class: Rixmap::Format::PNG::Chunk::IDATChunk

Inherits:
BaseChunk
  • Object
show all
Defined in:
lib/rixmap/format/png/chunk.rb

Overview

IDATイメージデータチャンク

Constant Summary collapse

TYPE =

IDATチャンクタイプ

'IDAT'

Instance Method Summary collapse

Methods inherited from BaseChunk

#copysafe?, #data, #data=, #optional?, #pack, #private?, #standard?, #type, #unpack

Constructor Details

#initializeIDATChunk

Returns a new instance of IDATChunk.



214
215
216
# File 'lib/rixmap/format/png/chunk.rb', line 214

def initialize()
  super(IDATChunk::TYPE)
end