# File lib/dragonfly/image_magick/processor.rb, line 71
      def rotate(temp_object, amount, opts={})
        convert(temp_object, "-rotate #{amount}#{opts[:qualifier]}")
      end