Re: PSA Using Python Pillow to foil camera image PRNU fingerprinting
Lawrence D’Oliveiro <[email protected]> Thu, 30 Jul 2026 21:03:41 -0000 (UTC)
| Newsgroups | comp.lang.python |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
On Thu, 30 Jul 2026 07:42:33 -0800, Maria Sophia wrote: > With respect to the Pillow imaging tools, the part I'm experimenting > with is how best to easily break that PRNU fingerprint with image > manipulation. You mean in the general case, for an image obtained from an unknown camera? Because if you only want to do it for your own camera(s), you can do what the Wikipedia article describes, and use a calibration image to determine the sensor “fingerprint”, so you can subtract that from all images you intend to publish.