Removes metadata AKA (EXIF) information on all images detected (except .gif files)
This script will remove metadata from the images found on the passed path.
USAGE:
powershell -f "C:\path\ExifRemover.ps1" "C:\path\folder_with_images"
You must have Exiftool.exe and exiftool_files folder inside this script folder OR install Exiftool environment variable.
hint: You can use a shell extension like shell-x or other, that lets you run the script from the windows context menu to pass the currently selected folder as the argument for the script.
- Since the script corrupts animated .gif files, those files are ignored by the script.
- WARNING: Source files are replaced with the metadata-removed version.