Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 600 Bytes

README.rdoc

File metadata and controls

31 lines (17 loc) · 600 Bytes

MetadataCleaner

Clear metadata (profiles) from images. Remove all images metadata (profiles) in directory

In linux your can type:

find . -name '*.jpg' -exec mogrify -strip {}\;

Dependents

You need have ImageMagick on your system with ‘convert’ command

Install

rails plugin install git://github.com/Brainberry/metadata_cleaner.git
sudo gem install metadata_cleaner

Usage

From project

rake metadata:clean path=/path/with/images

Command Line Tool

metadata_cleaner /path/with/images

Copyright © 2010 Brainberry, released under the MIT license