Remove EXIF data from images
Posted: | Updated: | Tags: linux tilInstall exiftool.
sudo apt install exiftool # sudo apt install libimage-exiftool-perl
Remove all tags.
exiftool -all= image.jpg
Remove only EXIF tags
exiftool -EXIF= image.jpg
Install exiftool.
sudo apt install exiftool # sudo apt install libimage-exiftool-perl
Remove all tags.
exiftool -all= image.jpg
Remove only EXIF tags
exiftool -EXIF= image.jpg