A free, browser-based tool to remove Gamma's repeated watermark/branding images from exported .pptx files — 100% client-side, nothing uploaded.
When you export a deck from Gamma as .pptx, the file often has a repeated "Made with Gamma" watermark/logo baked into the slide layouts and master — not just one visible badge, but the same image asset duplicated across every layout. That makes it tedious to strip out manually in PowerPoint.
Gamma Cleaner scans the internal XML structure of the .pptx file, detects the repeated watermark image by hash, and removes it — while trying to preserve your actual slide content and full-slide backgrounds.
Built for personal use, cleaning up decks I exported myself. Sharing it in case it helps others doing the same with their own exports.
Disclaimer: This tool is intended for personal use on presentations you created and exported yourself. It does not interact with Gamma's servers, bypass any login, or unlock paid features — it only edits a local
.pptxfile you already have, the same way you could do manually with a zip editor, just automated. "Gamma" is a trademark of its respective owner; this project is not affiliated with or endorsed by Gamma. Please review Gamma's terms of service and use this responsibly.
Your .pptx file never leaves your device. No upload server, no account, no file storage — everything runs in your browser.
- 100% client-side, runs directly in the browser
- No file upload, no account required
- Detects Gamma's repeated watermark/logo image via hashing
- Scans slides, slide layouts, and slide masters
- Skips full-slide background-like images to avoid breaking your design
- Downloads a cleaned copy automatically
- Free and open source
A .pptx file is a zip archive of XML files and media assets. Gamma Cleaner:
- Opens the file locally using JSZip
- Reads slide, layout, and master relationship files
- Maps image references to their XML traces
- Hashes embedded images to detect repeats (the watermark)
- Filters out full-slide background-like images
- Removes matching watermark image references
- Rebuilds the
.pptxand downloads the cleaned version
Results can vary depending on how the deck was exported. If a watermark doesn't fully get removed, or the cleaned .pptx doesn't open correctly, open an issue with the details — I'll take it from there.
- Always review the cleaned file before using it
Bug reports and test cases are welcome. If the tool fails on a specific .pptx (e.g. a Gamma export format change), open an issue with:
- what you expected
- what happened
- whether the background changed
- whether the watermark remained
Please avoid uploading private or sensitive presentations publicly when filing issues.
MIT — see LICENSE
Made by Shariqtechie