Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Clear metadata from images

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages