class ChunkyPNG::Chunk::Header

def content

def content
  [width, height, depth, color, compression, filtering, interlace].pack('NNC5')
end