# File lib/dragonfly/image_magick/processor.rb, line 108
      def convert(temp_object, args='', format=nil)
        format ? [super, {:format => format.to_sym}] : super
      end