Hacker News new | ask | show | jobs
by dope 2581 days ago
I'm not, I completely overlooked this :/ I'm adding this to the upload form now and I guess will have to go through and manually remove everyones exif data. Thanks for raising this.
2 comments

Can't you just script the removal with something like the tools mentioned here https://stackoverflow.com/questions/2654281/how-to-remove-ex... ?
You can easily do it with exiftool:

exiftool -all= "$@"

It's in most *nix repos.