remove watermark
Remove Watermark from Image
This tool automatically removes watermarks from images.
Parameters:
image_path
: Path to the original image with the watermark.image_name
: Name or path for the saved result.
Usage Example:
from zerogpt import ImageClient
client = ImageClient()
response = client.remove_watermark("watermark.png", "result.png")
Last updated