module ChunkyPNG

def self.force_binary(str)

def self.force_binary(str)
  str.respond_to?(:force_encoding) ? str.force_encoding('BINARY') : str
end