# File lib/mini_magick.rb, line 452
    def command
      "#{MiniMagick.processor} #{@command} #{@args.join(' ')}".strip
    end