class ImageProcessing::Vips::Processor

def remove(*args) image.tap { |img| img.remove(*args) } end

def remove(*args)    image.tap { |img| img.remove(*args) }    end