Difference between revisions of "Exif"
From Tomelec
m |
|||
Line 3: | Line 3: | ||
<nowiki>exiftool -all= image.jpg | <nowiki>exiftool -all= image.jpg | ||
exiftool -all= *.jpg</nowiki> | exiftool -all= *.jpg</nowiki> | ||
+ | |||
+ | Ubuntu: ''exiftool'' is in the packet [http://packages.ubuntu.com/saucy/libimage-exiftool-perl libimage-exiftool-perl] |
Latest revision as of 15:34, 21 April 2014
Remove all EXIF Information
Remove the EXIF Information from one or more image files using exiftool. The original images are renamed to _original.
exiftool -all= image.jpg exiftool -all= *.jpg
Ubuntu: exiftool is in the packet libimage-exiftool-perl