Hello everyone I'm new here and I muddle my way through with things.
I have a xenforo website and my members would like me to do something to remove all there location data from their images
I was suggested to try exiftool so after some advice please
If you are talking about JPEG images, then this command will remove all metdata:
exiftool -all= FILE
If you are looking at just removing the standard EXIF GPS metadata, then this would do it:
exiftool -gps:all= FILE
- Phil
@phil Harvey many thanks
How do i install it please do i put it on the server
See the install instructions (https://exiftool.org/install.html).
- Phil