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