Metadata-Version: 2.1
Name: image-cleaner
Version: 0.1.1
Summary: remove metadata from images to enhance privacy
Home-page: https://github.com/MartinThoma/image_cleaner
Author: Martin Thoma
Author-email: info@martin-thoma.de
Maintainer: Martin Thoma
Maintainer-email: info@martin-thoma.de
License: MIT
Download-URL: https://github.com/MartinThoma/image_cleaner
Keywords: privacy,metadata,images,exif
Platform: Linux
Platform: MacOS X
Platform: Windows
Classifier: Development Status :: 7 - Inactive
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: argparse

# image_cleaner
Remove all metadata from images in a given folder.

Images can contain lots of metadata. Most critical to privacy might be GPS
coordinates and date / time. You might consider doing so before you upload them
on public websites.

`image_cleaner` removes all metadata from all images in a given folder.


## Installation and Dependencies

You need to install [Pillow](http://pillow.readthedocs.org/installation.html):

```bash
$ pip install Pillow
```

Now install image cleaner

```bash
$ pip install image_cleaner
```

And call it: `image_cleaner --help`


