Strip metadata from images command line

In this video I use Linux and ImageMagic to strip the location, camera information and other metadata from a jpg image file.

First we look at the image exif and other metadata with strings and identify

Next we strip the date with mogrify strip and diff the identify -verbose between the new and a backup.

Finally I go over mogrify -strip -auto-orient which will keep the proper photo geometry and orientation and we diff the strip difference.