ImgMetadataRemover/README.md

18 lines
1.1 KiB
Markdown
Raw Normal View History

2022-01-22 17:06:10 +00:00
<EFBFBD><EFBFBD>
2022-01-24 18:23:45 +00:00
# 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.
2022-01-22 17:06:10 +00:00
### 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`.
2022-01-22 17:06:10 +00:00
### Credits
- https://github.com/dlemstra/Magick.NET