Image Scrubber: tool for anonymizing photographs taken at protests
everestpipkin.github.io
Image Scrubber: tool for anonymizing photographs taken at protests
1–10 of 410 posts
Re: Image Scrubber: tool for anonymizing photographs taken at protests
#2Unfortunately it isn’t fully functionally via safari mobile.
Re: Image Scrubber: tool for anonymizing photographs taken at protests
#3There should be an undo button, though. Especially without a brush size preview.
Re: Image Scrubber: tool for anonymizing photographs taken at protests
#4Re: Image Scrubber: tool for anonymizing photographs taken at protests
#5It’s really tedious to do it manually and something like OpenCV shines.
We found a repo [1] with python code that automatically detects and blurs faces. This script was one of many, except it had a very high accuracy. Over 90%.
Removing exif data is a great idea.
[1] github.com/telesoho/faceblur
Re: Image Scrubber: tool for anonymizing photographs taken at protests
#6Re: Image Scrubber: tool for anonymizing photographs taken at protests
#7Re: Image Scrubber: tool for anonymizing photographs taken at protests
#8$ exiftool -all= foo.jpg
And even better, save image first as .bmp or other format that doesn’t support metadata. Then reload and convert to jpeg, and run the exiftool on this image.
[0] https://www.linux-magazine.com/Online/Blogs/Productivity-Sau...
Re: Image Scrubber: tool for anonymizing photographs taken at protests
#9Re: Image Scrubber: tool for anonymizing photographs taken at protests
#10This is great for some situations. However, my personal policy is to upload my protest content to Google Photos asap (if appropriate). This makes sure your content is off your device if your phone gets confiscated AND it provides (be it thin) layer of authenticity/validation of the content.
I can see some diligent prosecutors going back and looking at data to gather evidence.