Step 7Use a film camera
| « Previous Step | Download PDFView All Steps | Next Step » |
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.
Other ways to share:
Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.
Share your step-by-step photos with text instructions of what you made so others can do it too!
Share your how-to video. You'll need your embed code from a video site such as YouTube.



| « Previous Step | Download PDFView All Steps | Next Step » |
Sharp low-noise photography using multiple photos
by
ELF
Tape Frame for Helmet Camera
by
Moritsu
Time-Lapse and Meteor Photography
by
Analogue-Chick
Great Astrophotography - A How-To Guide
by
GuiltyPixel
Perfect Lightning Photography
by
tylercard
The Art of Black and White Digital Photography
by
imjasonc
A Little Color Reference For Photography
by
ProfHankD
Take a nice HDR-Image of your Christmas Tree
by
kInstructor
© 2012 Instructables

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














http://czarism.com/tor-vs-security-sniffing-exit-nodes
End to End encryption (e.g. PGP encrypted files or emails, or SSL secure web sessions) on its own might protect the Confidentiality of your uploaded images in transit or storage, but does nothing to preserve your Anonymity from powerful snoopers who have access to either your computer's Communications Traffic Data, or that of the target upload computer i.e. host IP address, time, date, amount of data uploaded, and possibly other web browser environment variables etc.
If, for example, you are uploading pictures of riots being brutally suppressed by the authorities, and yours is one of the few, or perhaps the only, upload session to a particular website, from say, Burma, Tibet or Zimbabwe, then the fact that you have used End to End Encryption will make little difference, as you, your family, friends and associates, are hunted down by the local secret police.
One approach may be to use an encrypted Secure Sockets Layer web server upload session (https:// as used for online credit card and internet banking transactions) in combination with a Tor Hidden Service running on the same machine.
e.g. one of the methods of secure anonymous uploading offered by the wikileaks.org whistleblower website:
http://wikileaks.org/wiki/Tor
This is not that easy or swift to use, and is not infallible either - you have to trust that wikileaks.org or their former Pirate Bay web hosting company in Stockholm, Sweden, has not been infiltrated. Anybody posting banned or controversial images, has to make their own risk calculation, balancing risk of discovery with speed and convenience.
Wikileaks archives of censored images of riots in Tibet
When I'm scanning in images from a print source, I invariably see all the dots used to make up the image. The trick with those is to scan them at the highest optical resolution you can (1200 dpi or so). Zoom in to 100%, then apply gaussian blur. Push the radius just far enough that the dots start to run together. Then under resize image, chop the DPI in half, choose "bicubic sharper" and let it go.
The result is a smooth image, and usually I apply a gentle unsharp mask afterwards to restore some edge contrast.
In this case, you'd probably do well to just leave it a tad blurry. Any radius over 1.5 pixels should be enough to knock out the noise signature after it's resized.
Additionally, there's a very nice Perl script called exiftool that's part of the perl-Image-ExifTool module. It allows all kinds of scriptable exif manipulation, but the most important, is the ability to destroy the exif data completely.
Example: exiftool -all= <filename> (note the space after equals)
The article also mentions digital noise reduction. My Canon DSLR has such an option. (All Canon DSLR's offer this, from the original digital rebel up to the EOS Mark 1 DS) What it does is takes the shot, then takes the same shot with the mirror down and aperture closed to get a "noise print". It then subtracts the second data from the first. That should help slightly, although it may be possible that this creates a "hole" that can be identified also.
As the article says, any set of manipulations repeated will eventually hand someone a pattern should they choose to undertake such an option. (No doubt they will.)
To wit, you should take as much precaution in how you post your image as you do in scrubbing them to prevent them from being used against you.
Tor is a good start, but not a complete solution in and of itself. Consider stealing wireless from somewhere and then using Tor. Additionally, using services hosted outside your country (preferably ones that aren't cooperative with your government) can be a good road block also.
Lastly, remember that the truth will set you free!
That could be quite useful, as presumably, subtracting the dark frame should do that. I think it works with jpgs.
I'm not sure where to find a copy, but whilst looking, I found a program called Astromix that looks promising.
Its at http://www.astromix.com/download.htm
Scanners also have their characteristic individual electronic, optical and mechanical imperfections and abberations within their manufacturing tolerances, and they also pick up extra potentially identifying charateristic wear and tear with use.
If as Step 7 suggests, you make use of someone else's scanner, then you might not be able to erase the original copies of the temporary files which are written to the hard disk of the personal computer running the scanning software, or which are sometimes built into the the larger types of office or commercial scanning / photocopying systems (or even Johnny Mnemonic style high resolution fax machine memory buffers).
You will also have probably have left your fingerprints and DNA samples on the equipment.
Photoshop and other image manipulation software tends to preserve most of the identifying EXIF metadata, which can include potentially traceable digital camera serial numbers, Adobe software GUIDs etc.even if you apply filter effects (some of which are reversible) or resize the image, unless you Save As to a different file name from the original.
Most digital cameras (and mobile phone cameras) also embed a small thumbnail image which they use when they display a "photo album" view of the various images you have taken, on the camera / phone display , usually to aid image selection for deletion or transfer etc.
This is not amended when the main image is manipulated in Photoshop etc, and may betray or give clues about identifying numbers or human faces etc. which you are trying to censor or redact.
Phil Harvey's multi-platform ExifTool perl libary and stand alone Windows executable software, allows you to view, amend , add or remove such metadata (and extract embedded thumbnail images), from a wide variety of image and document file types.
http://www.sno.phy.queensu.ca/~phil/exiftool/