# File lib/png.rb, line 183
  def save(path)
    File.open path, 'wb' do |f|
      f.write to_blob
    end
  end