# File lib/mini_magick/tool.rb, line 245
    def clone(*args)
      self << '-clone'
      self.merge!(args)
      self
    end