class ChunkyPNG::Chunk::Header

def content

Returns:
  • (String) - The 13-byte content for the header chunk.
def content
  [width, height, depth, color, compression, filtering, interlace].
    pack('NNC5')
end