Class: ZIMG::PNG::Chunk::IEND

Inherits:
ZIMG::PNG::Chunk show all
Defined in:
lib/zimg/png/chunks.rb

Constant Summary collapse

SIZE =
4

Constants inherited from ZIMG::PNG::Chunk

KNOWN_TYPES, VALID_SIZE_RANGE

Instance Attribute Summary

Attributes inherited from ZIMG::PNG::Chunk

#crc, #data, #idx, #offset, #size, #type

Method Summary

Methods inherited from ZIMG::PNG::Chunk

#check, #crc_ok?, #export, #export_data, #fix_crc!, from_stream, #initialize, #inspect, #valid?

Methods included from DeepCopyable

#deep_copy

Methods inherited from Chunk

#cli_color

Constructor Details

This class inherits a constructor from ZIMG::PNG::Chunk