# File lib/dragonfly/processing/image_magick_processor.rb, line 41
      def flip(temp_object)
        convert(temp_object, "-flip")
      end