Home/Blog/How to Remove Watermark from Google AI Studio Images
GuideMarch 6, 2026·4 min read

How to Remove Watermark from Google AI Studio Images

Complete guide to removing watermarks from Google AI Studio (Gemini) generated images. Works for all AI Studio models including Gemini 2.0 Flash and Imagen.

Google AI Studio and Image Watermarks

Google AI Studio (aistudio.google.com) is the developer-facing platform for Google's Gemini models. When you generate images using models like Gemini 2.0 Flash Experimental or Imagen 3, the downloaded images include the same semi-transparent "AI" watermark badge as Gemini's consumer interface.

For developers building prototypes, testing workflows, or creating documentation, this watermark is often unwanted. Here's how to remove it cleanly.

Quick Method: iLoveWatermark Chrome Extension

The easiest approach for Google AI Studio users is the iLoveWatermark Chrome Extension, which works on both aistudio.google.com and gemini.google.com.

After installing:

1. Open Google AI Studio and generate your image

2. A "✨ Remove Watermark" button appears on every generated image

3. Click it — the image is processed locally and downloaded watermark-free

4. The entire process takes under 2 seconds

The extension never uploads your images. All processing is done in-browser using JavaScript Canvas API with our pre-calibrated alpha mask.

Batch Processing with the Web Tool

If you have multiple AI Studio images to clean up, the web tool at ilovewatermark.com/tool is the fastest option. Upload each image and download the clean version. With Lifetime Access ($4.99), there's no limit.

Understanding Which Models Are Supported

ModelWatermark Supported
Gemini 2.0 Flash (image output)✅ Yes
Gemini 1.5 Pro (image output)✅ Yes
Imagen 3 via AI Studio✅ Yes
Gemini Nano Banana✅ Yes

All current Gemini image models use the same watermark format with consistent positioning and alpha values — so coverage is universal.

For Developers: API Integration

If you're building a pipeline that processes AI Studio image outputs programmatically, you can call our processing logic. The core algorithm is:

1. Load the image to a canvas

2. Load the pre-calibrated alpha mask (bg_48.png for small images, bg_96.png for large)

3. Determine watermark position: bottom-right, 32px margin (small) or 64px margin (large)

4. Apply the reverse alpha blend formula to each watermark pixel

This produces a clean image with zero quality loss. Contact us if you need a server-side API for high-volume use cases.

Tips for the Best Results

  • Use original resolution: Don't resize or compress the AI Studio image before processing — the alpha mask is calibrated for specific watermark sizes
  • PNG is best: Download as PNG from AI Studio rather than JPEG, since JPEG compression can alter pixel values slightly
  • Gemini 2.0 images: The watermark position is consistent across all Gemini 2.0 generations

Try iLoveWatermark Free

2 images free · No uploads to server · Pixel-perfect results

Remove Watermark Free