Skip to content

How to remove a jpg file's EXIF metadata with exiftools in a Linux terminal

License

Notifications You must be signed in to change notification settings

mendel5/jpg-remove-exif-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

jpg-remove-exif-linux

How to remove a .jpg file's EXIF metadata with exiftools in a Linux terminal

sudo apt install libimage-exiftool-perl

In the folder containing the images:

exiftool -all= *.jpg

exiftool -all= *.JPG

exiftool -all= foo.jpeg

Sources: