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