Skip to content

Instantly share code, notes, and snippets.

@0x4a
Created March 21, 2016 22:53
Show Gist options
  • Save 0x4a/2435c48f4255999593f2 to your computer and use it in GitHub Desktop.
Save 0x4a/2435c48f4255999593f2 to your computer and use it in GitHub Desktop.
strip all exif-date from #image files with #imagemagick #batch
@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