Skip to content

masterofobzene/Image-Metadata-Remover-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Image-Metadata-Remover-Script

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.

About

Removes metadata AKA (EXIF) information on all images detected (except .gif files)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published