Read and write meta information in files.
sudo apt install exiftool
git clone https://github.com/exiftool/exiftool.git
./exiftool
See documentation https://github.com/exiftool/exiftool
Remove all EXIF-data from image
exiftool -all= <file>
Remove all EXIF-data from all images in folder
exiftool -all= *