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