sci0n
Junior Member
- Oct 21, 2021
- 144
- 183
When you post a picture on social media, the content on the picture is analyzed. On facebook, when you look into the code in the browser console, all pictures in your feed have a descriptive alt tag: "two man, one woman, a bottle" or so.
I want to post a picture that has text in it in large letters, and I need to fuzz the text so that it is still readable to a human but a pure noise to a computer. It apparently can't be just a regular blur, because software these days already knows this form of obfuscation and routinely reverses it. (Found that on Stack Exchange)
I am looking for a tool that will fuzz the image in some more complex way.
I know a tool like this exists because I've seen this as an example of "useless encryption": An image of the Linux penguin was run through that, the result looked like a random nonsense to a computer but to a human it was still obvious that it is a slightly fuzzy image of Tux.
I can't find anything on DDG/Google though. Any pointers?
I want to post a picture that has text in it in large letters, and I need to fuzz the text so that it is still readable to a human but a pure noise to a computer. It apparently can't be just a regular blur, because software these days already knows this form of obfuscation and routinely reverses it. (Found that on Stack Exchange)
I am looking for a tool that will fuzz the image in some more complex way.
I know a tool like this exists because I've seen this as an example of "useless encryption": An image of the Linux penguin was run through that, the result looked like a random nonsense to a computer but to a human it was still obvious that it is a slightly fuzzy image of Tux.
I can't find anything on DDG/Google though. Any pointers?