Stripping EXIF using exiftool
Created at:
/ Last updated at:
The following command can be used to remove all exif data from a picture with exiftool :
exiftool -EXIF= <image-path>Avoid using -all= as that will also remove metadata necessary for displaying the image correctly (e.g. orientation etc.).