class ChunkyPNG::Chunk::ImageData
def self.read(type, content)
def self.read(type, content) raise ExpectationFailed, 'The IDAT chunk should not be empty!' if content.bytesize == 0 super end
def self.read(type, content) raise ExpectationFailed, 'The IDAT chunk should not be empty!' if content.bytesize == 0 super end