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