From 43abf49b76da6f7f32be7f84bb4d3123b92f69fb Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Sat, 12 Apr 2014 13:25:30 -0400 Subject: [PATCH] Add exiftool and one example --- pages/common/exiftool.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages/common/exiftool.md diff --git a/pages/common/exiftool.md b/pages/common/exiftool.md new file mode 100644 index 0000000000..af1d68884a --- /dev/null +++ b/pages/common/exiftool.md @@ -0,0 +1,7 @@ +# exiftool + +> Read and write meta information in files + +- Remove all EXIF metadata from the given files + +`exiftool -All= {{file}}`