remove-image-watermark

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Remove Image Watermark

去除图片水印

Use the Pilio CLI so upload and asynchronous task polling are handled consistently.
Require
PILIO_API_KEY
in the environment. Do not ask the user to paste API keys into the conversation.
Run:
bash
pnpm dlx @pilio/cli remove-image-watermark --input ./watermarked.png
The command returns a task payload. If the task is still pending or processing, wait for it:
bash
pnpm dlx @pilio/cli task wait <task_id>
Do not send the Pilio API key to result
download_url
values.
使用Pilio CLI可确保上传和异步任务轮询的处理保持一致。
环境中需要配置
PILIO_API_KEY
。请勿要求用户在对话中粘贴API密钥。
运行以下命令:
bash
pnpm dlx @pilio/cli remove-image-watermark --input ./watermarked.png
该命令会返回任务负载。如果任务仍处于待处理或处理中状态,请等待任务完成:
bash
pnpm dlx @pilio/cli task wait <task_id>
请勿将Pilio API密钥发送至结果中的
download_url
地址。