What each watermarking system actually does (and the marketing copy to ignore)
**Google SynthID** is the broadest invisible-watermarking effort in production. It is not one watermark — it is a family of per-modality signal-embedding techniques developed by DeepMind. For images, it perturbs pixels in a pattern keyed to a secret, designed to survive JPEG re-compression, mild cropping, and color filters per https://deepmind.google/technologies/synthid/. For audio, it shifts the spectrogram in a way the ear cannot hear but a detector can recover. For video, it watermarks frames coherently across time. For text, it biases the model's token sampling toward a watermark-detectable pattern — and Google open-sourced that text component in late 2024. The honest read: the image and audio variants are meaningfully robust; the text variant is broken by any paraphrase pass through another model.
**C2PA Content Credentials** is not a watermark at all. It is an ISO-aligned open standard for cryptographically signed metadata manifests that travel attached to an asset and describe its origin and edit history. A C2PA manifest is essentially a notarized chain-of-custody file embedded in JPEG, PNG, MP4, WAV, or PDF metadata, signed by the tool that created or modified it, per https://c2pa.org/specifications/. The strength is provenance with cryptographic proof. The weakness is brutal and well known: strip the metadata bytes and the signal is gone. C2PA is necessary infrastructure, not a robust defense.
**OpenAI DALL-E 3** ships every image with both a C2PA manifest and an invisible pixel-level watermark per https://help.openai.com/en/articles/8912793-c2pa-in-dall-e-3. The C2PA layer travels with the file until somebody re-exports it through a non-C2PA tool. The invisible watermark is designed to persist through screenshots, mild edits, and re-encoding — but OpenAI is explicit in the help doc that adversaries with enough effort can defeat it. The defensible posture for any team building on DALL-E 3 is 'we shipped both layers'; it is not 'this image cannot be untraceably altered'.
**Meta Imagine** applies three layers per https://about.fb.com/news/2024/02/labeling-ai-generated-images-on-facebook-instagram-and-threads/. Images generated by Meta AI carry a visible 'AI info' label, an invisible watermark inside the pixels, and embedded metadata that other Meta apps detect on upload. Meta also detects C2PA and IPTC manifests on uploaded images from Google, OpenAI, Microsoft, Adobe, Midjourney, and Shutterstock to apply the same labels. The visible label can be cropped. The invisible signal degrades under heavy editing. The strength is that Meta-side detection works inside Meta apps — outside them, your enforcement posture depends on the receiving platform.
**Adobe Content Credentials** is the consumer-facing, Creative-Cloud-native implementation of C2PA. When a creator turns it on in Photoshop, Lightroom, or Firefly, every edit is recorded in a signed manifest attached to the exported file per https://contentcredentials.org/. The Verify tool at https://contentcredentials.org/verify lets anyone inspect the manifest. Adobe's bet is that 'authentic-by-default for creators' becomes table stakes for stock photography, news photography, and brand assets. It is the most mature creator-tooling integration of C2PA in 2026 — and it inherits all of C2PA's strip-the-metadata fragility.
**Truepic** sits at the opposite end of the pipeline from a generative watermark. It is capture-authentic provenance — an SDK and a consumer app (Truepic Lens) that sign images and videos at the moment of capture with device attestation, location, and timestamp per https://truepic.com/products/. It is the right tool when the question is 'did this come from a real camera at a real place at a real time' rather than 'was this generated by an AI.' Used in insurance claims, humanitarian field reporting, and defense applications. It does not protect downstream redistribution; it protects the upstream truth of origin.