# File lib/mini_magick.rb, line 255
    def <<(*args)
      run_command("mogrify", *args << escaped_path)
    end