Created
March 21, 2016 22:53
-
-
Save 0x4a/2435c48f4255999593f2 to your computer and use it in GitHub Desktop.
strip all exif-date from #image files with #imagemagick #batch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
FORFILES /M *.jpg /C "cmd /c convert @file -strip @file" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment