Slashdot Mirror


Recovering Blurred Text Using Photoshop and JavaScript

An anonymous reader writes "There's been a lot of talk about recovering blurred or pixelated text, but here's an actual implementation using nothing but Photoshop and a little JavaScript. Includes a Hollywood-esque video showing the uncovered letters slowly appearing."

2 of 157 comments (clear)

  1. Re:Just ovveride? by Tumbleweed · · Score: 4, Informative

    drawing a big black rectangle is 10x faster and there is no way you can de-obfuscate that

    Just make sure you're not saving in a file format that has a preview, where the preview doesn't have the obfuscation updated. :)

  2. Re:General case != this by sexconker · · Score: 4, Informative

    You're not missing anything.
    This guy tried to read some blurred text on his friend's site, so he decided to mess around in photoshop.

    He got over zealous and did some javascript stuff in photoshop, based on blurring known text and attempting to reblur and match that text 1 letter at a time.

    He was then disappointed that he couldn't use the thing to unblur assumed text of unknown font, font settings, color, language, character set, and blurring algorithm after unknown layers of image alteration after the text was rendered, and after unknown compression.