# File lib/dragonfly/image_magick/analyser.rb, line 27
      def landscape?(temp_object)
        attrs = identify(temp_object)
        attrs[:width] >= attrs[:height]
      end