Page 1 of 1

Anyone have a good Metadata or EXIF removal tool?

PostPosted: Mon Sep 29, 2014 1:42 pm
by Sanity
Title says it all. Any help would be greatly appreciated :P

Re: Anyone have a good Metadata or EXIF removal tool?

PostPosted: Mon Sep 29, 2014 3:35 pm
by snapsnap
I've used this in the past http://www.steelbytes.com/?mid=30

It's a bit clunky to use and took me a few trial runs to figure it out, but seemed to work alright.

Re: Anyone have a good Metadata or EXIF removal tool?

PostPosted: Mon Sep 29, 2014 3:39 pm
by benzniko
got linux/*nix as os or cygwin on windows ? then just use the imagemagick suite of tools like this:
Code: Select all
mogrify -strip filename

you can even script this to e.g. strip all jpg files in the current dir from exif infos:
Code: Select all
find . -iname '*.jpg' | xargs mogrify -strip


enjoy,
niko

Re: Anyone have a good Metadata or EXIF removal tool?

PostPosted: Fri Oct 03, 2014 6:13 am
by Wicked
i know windows 8 and 8.1 has it when you look at properties.