Whitewash strips EXIF, IPTC, XMP, and Geolocation metadata from every image in a directory.
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
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 [############################]
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/.