diff --git a/README.md b/README.md index e8e86a7..0d6a8da 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ `unmark` is a command-line tool that removes the small sparkle Google Gemini stamps in the bottom-right corner of every image it generates. It works fully offline using deterministic image-processing strategies — no cloud calls, no API keys, no telemetry. +## Example + +A real Gemini-generated image, before and after `unmark --tool gemini`: + +| Before | After | +|---|---| +| ![before](examples/gemini-before.png) | ![after](examples/gemini-after.png) | + ## Why Gemini stamps a small watermark on every image it generates. Generic inpainting tools either leave visible artifacts, demand manual masking, or send your image to a remote server. `unmark` knows exactly where the Gemini sparkle sits and removes it cleanly with image symmetry + content-aware fill — locally, in seconds. diff --git a/examples/gemini-after.png b/examples/gemini-after.png new file mode 100644 index 0000000..7874550 Binary files /dev/null and b/examples/gemini-after.png differ diff --git a/examples/gemini-before.png b/examples/gemini-before.png new file mode 100644 index 0000000..0fd2bda Binary files /dev/null and b/examples/gemini-before.png differ