Possible Duplicate:
Batch delete exif info
How can I remove all tags from images under a directory (using Linux)? I can find all files with something like find pictures -type f -iname "*jpg" -exec FOO "{}" \; but what should FOO be?
How can I remove all tags from images under a directory (using Linux)? I can find all files with something like |
||||
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Exiv2 is a C++ library and a command line utility to manage image metadata. |
||||
|
|
exiftool -all=– Eddy_Em Jan 16 at 14:42