Y
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
JaimeThompson
2580 days ago
Can't you just script the removal with something like the tools mentioned here
https://stackoverflow.com/questions/2654281/how-to-remove-ex...
?
link
LeoPanthera
2580 days ago
You can easily do it with exiftool:
exiftool -all= "$@"
It's in most *nix repos.
link