Remove exif data from your images in linux
Go to your images. Check out the metadata;
Remove the exif data;
You'll be left with an
exiv2 image.jpg
exiftool image.jpg
Remove the exif data;
exiftool -all= image.jpg
exiftool -all= *
You'll be left with an
_original
copy. If you don't need them;rm *_original