From bc9938a21a73c7bb9d05d26afb6c04b8740c8927 Mon Sep 17 00:00:00 2001 From: Joshua Pickard Date: Wed, 8 Jun 2022 16:53:31 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index eba97f0..105366a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ My cheat sheet for commands I have trouble remembering. ## Convert webp to JPG/PNG ```dwebp mycat.webp -o mycat.png``` +### ExifTool +#### List metadata of image +`exiftool image.jpg` +#### Remove metadata of image +`exiftool -all= image.jpg` /or/ `exiftool -all= *.jpg` + ## UFW ### Examples