Loading...
Loading...
Remove the visible Gemini AI watermark from images using reverse alpha blending. Use when asked to strip Gemini watermarks, batch-process Gemini images, or build/modify a CLI script that removes the bottom-right Gemini watermark without HTML or server-side components.
npx skill4agent add rookie-ricardo/erduo-skills gemini-watermark-removerpip install -r requirements.txtcd skills/gemini-watermark-remover/scripts && pip install -r requirements.txtpython remove_watermark.py <input-image> <output-image>input-imageoutput-imagepython remove_watermark.py ./in.png ./out.pngscripts/remove_watermark.pyassets/bg_48.pngassets/bg_96.pngreferences/algorithm.mdremove_watermark.pyreferences/algorithm.md