Skip to content

superp/metadata_cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages