Calabi Labs · Guide · 2026-06-14
When creators search for an "AI image fixer," they're usually trying to solve one of two problems: they want to touch up a visual flaw in an AI-generated image, or they want to stop a platform from detecting their file as AI-generated. Those are completely different problems. Calabi solves the second one — the detection layer — not the pixels themselves. If you're trying to remove a visible watermark, smooth out artifacts, or edit what's actually in the image, you need a photo editor like Photoshop or an AI inpainting tool. Calabi works on the invisible metadata and encoding signals that make platforms flag your file in the first place.
Platforms like Instagram, TikTok, YouTube, and Reddit don't flag images because they look "too perfect" or have a certain style. They flag files because of specific technical signals embedded in the file itself. The most aggressive one is C2PA / Content Credentials — a cryptographic manifest stored as JUMBF data that literally declares "this was made by AI." It lives inside the image file and survives cropping. If your export came from Midjourney, DALL-E, Stable Diffusion, or Sora, it almost certainly has this.
Beyond C2PA, there's the XMP AI flag: fields like DigitalSourceType: trainedAlgorithmicMedia that explicitly label the file's origin. Encoder fingerprints are another layer — tools like Lavc (FFmpeg's encoder) and x264 embed SEI messages in video exports that are dead giveaways. Missing signals hurt too: a real phone photo has GPS coordinates, a capture timestamp in the EXIF data, and a real device Make/Model. AI exports typically lack all three. In 2026, platforms scan for C2PA manifests, XMP AI tags, encoder fingerprints, and the absence of authentic phone-capture metadata — often within seconds of upload.
The obvious move is to crop out the watermark, screenshot the image, or re-export it from a different tool. Here's why those fail:
Calabi is a one-pass web tool that doesn't edit pixels — it rewrites the file's identity at the metadata and encoding level. Here's what happens when you upload:
DigitalSourceType: trainedAlgorithmicMedia, strips generator and tool tags, and clears encoder fingerprints like Lavc and x264 SEI messages from video exports. A raw AI export might carry 144 metadata tags; Calabi reduces that to roughly 94 neutral structural tags.Will this make my AI image look different?
No. Calabi doesn't touch the visual content — not one pixel. It only changes metadata and encoding signals. The image looks identical to the viewer.
I have a visible watermark or logo in my image. Can Calabi remove it?
Calabi removes the invisible detection layer — the C2PA manifests, XMP AI flags, and encoder fingerprints that survive cropping. If you have a visible watermark, cropping or a dedicated inpainting tool is the right move. But even after cropping, the metadata signals persist, and that's what Calabi handles.
Can I clean video files too?
Yes. Calabi handles video and image files. Video exports from AI tools carry additional encoder fingerprint signals (like x264 SEI messages) that Calabi strips along with the standard C2PA and XMP layers.