Clear metadata (profiles) from images. Remove all images metadata (profiles) in directory
In linux your can type:
find . -name '*.jpg' -exec mogrify -strip {}\;
You need have ImageMagick on your system with ‘convert’ command
rails plugin install git://github.com/Brainberry/metadata_cleaner.git
sudo gem install metadata_cleaner
rake metadata:clean path=/path/with/images
metadata_cleaner /path/with/images
Copyright © 2010 Brainberry, released under the MIT license