# File lib/mini_magick.rb, line 110
    def to_blob
      f = File.new @path
      f.binmode
      f.read
    ensure
      f.close if f
    end