# File lib/gd2/image.rb, line 299
    def aspect
      width.to_f / height
    end