7 ms·
Conversion from jpg to bmp to jpg is a lossy process, so it may obscure the watermarked pixels.
by kbelder 23d ago
Conversion 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 22d agoor maybe add 3 lsb noise, then let local diffusion model denoise the image. (is there something like convolutional diffusion denoiser?)
- Ohentis 22d agoIf it works anything like synthid, it is more resilient than that.