3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Avoiding Camera Noise Signatures

Step 5Removing the noise signature

Removing the noise signature
Ideally, you would remove the noise signature by making the image cleaner. It is noise after all. Although, determining which noise to remove isn't always clear.

It is probably more effective to remove the noise signature by creating more noise. One thing to try is to open Photoshop and save an image as a jpg using bicubic compression, resize it, crop it and then save it for web, again as a jpg (removing the exif) and finally save it for web again as a jpg using a quality of about 50. This should destroy the noise signature beyond recognition, but the image might not look too good.

It wouldn't be good to do this ever time either since you will end up creating a new "signature." The best thing to do is to save each image using a different elaborate method every time. For instance, you might convert something to a flash video, take a screenshot and then save for web as a jpg compressed with a quality of about 50.

It may not work, but you could also try adding a small amount of random noise to the red and green channels. This might actually clean up the image and remove the signature, but I'm not sure.
« Previous StepDownload PDFView All StepsNext Step »
1 comment
Dec 11, 2010. 5:55 AMu_eco says:
This is going to be a bit technical, though can be written in a short python script using Python Imagimg Library:

You can add random noise using some good pseudo-random generator, like Mersenne Twister (seed with something random) - choose random number of pixels at random positions and brighten/darken them a bit (or mess with both chroma and luma channels).

Then use either nearest-neighbor or lanczos interpolation to resize image (instead of bicubic), they modify the frequency spectrum and histogram characteristics much more.

The reason jpeg compression does the described degradation of noise is because jpeg quantization tables used for lower qualities used after discrete cosine transform basically remove highest frequencies ("the noise").

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
152
Followers
11
Author:w1n5t0n
Taking back the world, one hacked game console at a time ... Have you ever felt like the technology you love could be used against you? Or that the government is watching you .. a little too closel...
more »