Can deleted image data be recovered?
December 19, 2012 8:41 AM Subscribe
Is it possible to recover portions of an image that have been cropped or cut away? And if so, how to prevent that?
Every so often I will put a picture online with potentially sensitive info removed, things like receipts on a shopping site, or maybe an item with a serial number on ebay/craigslist.
I usually use a program called irfanview to cut/crop, here's an example of such an image:
http://imgur.com/d7Q1h
Can the text that was in the black bar be undeleted? I'm pretty confident the answer is no, but I want to be sure. (the sample text is random/not sensitive).
Thanks
posted by aerotive to computers & internet (7 answers total) 1 user marked this as a favorite
There are at least three other things to watch out for when redacting data in image format:
1) Avoid using a weak redaction method such as a blur overlay; letters and numbers can often be probabilistically reconstructed. 100% opacity solid color areas are fine.
2) Avoid using "package" file formats that may preserve thumbnails of unredacted images; avoid using image formats that don't flatten layers and may preserve original image data in a layer beneath the added redaction.
3) Be sure to strip EXIF and other metadata as appropriate to avoid conveying information relevant to that which you have successfully redacted from the image data itself.
posted by Inspector.Gadget at 8:46 AM on December 19, 2012 [5 favorites]