https://github.com/getlantern/meta-scrubber
golang streaming metadata remover
https://github.com/getlantern/meta-scrubber
Last synced: 8 months ago
JSON representation
golang streaming metadata remover
- Host: GitHub
- URL: https://github.com/getlantern/meta-scrubber
- Owner: getlantern
- License: apache-2.0
- Created: 2020-06-22T17:48:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-03T21:34:05.000Z (about 4 years ago)
- Last Synced: 2024-06-19T19:40:25.911Z (almost 2 years ago)
- Language: Go
- Size: 1 MB
- Stars: 3
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# meta-scrubber
[](http://pkg.go.dev/github.com/getlantern/meta-scrubber?tab=doc)
[](https://circleci.com/gh/getlantern/meta-scrubber)
meta-scrubber provides a streaming metadata remover
It is a WORK IN PROGRESS and currently provides ZERO guarantees and VERY limited file format support.
## cli usage
```
$ go build ./cmd/meta-scrubber
$ ./meta-scrubber input-file.png output-file.png
```
## development
metascrubber will run tests on any `.jpg` or `.png` images in `testdata`.
There's a large (currently ~1GB) corpus for testing at https://meta-scrubber-test-corpus.s3.us-west-1.amazonaws.com/exif-image-corpus.tar.gz. This corpus will be automatically downloaded and cached in `testdata` when the tests are first run. On future test runs, the corpus is checked for changes and, if necessary, updated. To avoid downloading/updating the corpus, or just to avoid testing against the corpus, run the tests with the `-short` flag.