2020-03-18

Remove all exif data from photos

Method 1 (exiftool):

Run the following command to remove all exif data from all jpg files (and also the output will be the same file, old files will be overwritten with the new ones)

    exiftool.exe -overwrite_original -all= *.jpg