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