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.jpgexiftool image.jpgRemove the exif data;
exiftool -all= image.jpgexiftool -all= *You'll be left with an
_original copy. If you don't need them;rm *_original