18 lines
No EOL
1.1 KiB
Markdown
18 lines
No EOL
1.1 KiB
Markdown
|
|
# ImgMetaRemover
|
|
|
|
This a is a simple project made for personal use.
|
|
|
|
The goal is to make it easy to remove metadata from image and compress them.
|
|
This is useful to bloggers and people that upload personal images online, as many of these images contain GPS and other personal identifiable data.
|
|
|
|
|
|
### Tests
|
|
|
|
To run tests use `dotnet test`.
|
|
|
|
Ensure that `IMAGE_CORE_TESTS` is set to the path to the image core tests path. Ex: `\RiderProjects\ImgMetadataRemover\ImageCore.Tests`.
|
|
|
|
### Credits
|
|
|
|
- https://github.com/dlemstra/Magick.NET |