remove gps metadata from image - 01-31-23
Recently I noticed some of the images on my site had GPS metadata info. Thats not very private! So I did some googling and found this solution.
$ exiftool -GPS*= $(fd -e jpg -e png -e jpeg)
\- [
exiftool
]