diff --git a/index.html b/index.html
index 04d6b92..aac6c85 100644
--- a/index.html
+++ b/index.html
@@ -2408,6 +2408,23 @@
+
+
+
+
+
Remove exif data
+
mogrify -path ./stripped/ -strip *.jpg
+
Removes (strips) exif data and moves clean files to a new folder.
+
+ - mogrify
- starts the command
+ - -path ./stripped/
- sets directory within current directory called "stripped"
+ - -strip
- removes exif metadata
+ - *.jpg
- applies command to all .jpgs in current folder
+
+
+
+
+
@@ -2424,7 +2441,7 @@
-
+