Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Binary file added examples/gemini-after.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/gemini-before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading