chebe: (ThoughtFractal)
chebe ([personal profile] chebe) wrote2018-03-17 11:51 pm
Entry tags:

Remove exif data from your images in linux

Go to your images. Check out the metadata;
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