An utility program that removes metadata from images and compresses them.
.idea/.idea.ImgMetadataRemover/.idea | ||
ConsoleInterface | ||
ImageCore | ||
ImageCore.Tests | ||
WindowsApplication | ||
.gitignore | ||
global.json | ||
ImgMetadataRemover.sln | ||
ImgMetadataRemover.sln.DotSettings.user | ||
README.md |
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
.