Difference between revisions of "Exif"
From Tomelec
(Created page with "== Remove all EXIF Information == Remove the EXIF Information from one or more image files using ''exiftool''. The original images are renamed to ''_orignial''. <nowiki>exiftool...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Remove all EXIF Information == | == Remove all EXIF Information == | ||
− | Remove the EXIF Information from one or more image files using ''exiftool''. The original images are renamed to '' | + | Remove the EXIF Information from one or more image files using ''exiftool''. The original images are renamed to ''_original''. |
<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