5 ms·
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. Tha
by dope 7y 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.
- JaimeThompson 7y agoCan't you just script the removal with something like the tools mentioned here https://stackoverflow.com/questions/2654281/how-to-remove-exif-data-without-recompressing-the-jpeg https://stackoverflow.com/questions/2654281/how-to-remove-ex... ?
- LeoPanthera 7y agoYou can easily do it with exiftool: exiftool -all= "$@" It's in most *nix repos.