10 ms·
It says that about the C2PA content credentials metadata, but not about the modified image pixels.
by jkaplowitz 23d ago
It says that about the C2PA content credentials metadata, but not about the modified image pixels.
- kbelder 23d agoConversion from jpg to bmp to jpg is a lossy process, so it may obscure the watermarked pixels.
- setopt 23d agoSounds better to do postprocess filtering explicitly? For example, adding random noise with amplitude 1/255 (which should be as invisible as the watermark), followed by a smart blur that blurs more in directions where the colors are more similar (making the blur less obvious to humans). But this is all moot really, if MS Paint is watermarking shit, it’s better to just use something else. Nothing from Microsoft is trustworthy.
- StingyJelly 23d agoor maybe add 3 lsb noise, then let local diffusion model denoise the image. (is there something like convolutional diffusion denoiser?)
- Ohentis 23d agoIf it works anything like synthid, it is more resilient than that.