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...") |
m |
||
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> |
Revision as of 12:53, 22 January 2012
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