# File lib/PatchedPNG.rb, line 60
  def self.chunk(type, data="")
    [data.size, type, data, (type + data).png_crc].pack("Na*a*N")
  end