# Whitewash [![Crates](https://img.shields.io/crates/v/whitewash.svg?style=flat-square&label=Crates.io)](https://crates.io/whitewash) [![Stars](https://img.shields.io/github/stars/t1ra/whitewash.svg?style=flat-square&label=Stars&maxAge=2592000)](https://github.com/t1ra/whitewash/stargazers/) [![License](https://img.shields.io/github/license/t1ra/whitewash.svg?style=flat-square&label=License)](https://github.com/t1ra/whitewash/blob/master/LICENSE) [![Coverage](https://img.shields.io/codecov/c/github/t1ra/whitewash.svg?style=flat-square&label=Coverage)](https://codecov.io/gh/t1ra/whitewash) [![Top Language](https://img.shields.io/github/languages/top/t1ra/whitewash.svg?style=flat-square)](https://github.com/t1ra/whitewash/search?l=rust) ![Carbon](img/carbon.png) Whitewash strips EXIF, IPTC, XMP, and Geolocation metadata from every [image](https://dev.exiv2.org/projects/exiv2/wiki/Supported_image_formats) in a directory. # Usage Whitewash is super simple to use. To wash a directory, just run Whitewash: `secret/images > whitewash` To confirm that all images in a directory are free of metadata: `secret/images > whitewash --validate` And for more help: `secret/images > whitewash --help` # Performance On an 4.500Ghz i7 6700k, Whitewash can wash about 230 files per second. ``` code/whitewash ยป target/release/whitewash test/ [00:03:50] Washed 50000 of 50000 [############################] ``` # License The source code within this respository is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this software, You can obtain one at https://mozilla.org/MPL/2.0/.