An utility program that removes metadata from images and compresses them.
Find a file
2022-02-09 21:24:07 +02:00
.idea/.idea.ImgMetadataRemover/.idea Initial commit 2022-01-22 19:06:10 +02:00
ConsoleInterface Handle compiler warnings. 2022-01-27 23:22:10 +02:00
ImageCore Add UwpApplication project. 2022-01-31 21:30:11 +02:00
ImageCore.Tests Handle compiler warnings. 2022-01-27 23:22:10 +02:00
.gitignore Add UwpApplication project. 2022-01-31 21:30:11 +02:00
global.json Initial commit 2022-01-22 19:06:10 +02:00
ImgMetadataRemover.sln Remove UWP/WinApplication 2022-02-09 21:24:07 +02:00
ImgMetadataRemover.sln.DotSettings.user Implement TestCompressor.cs 2022-01-25 22:19:56 +02:00
README.md Add ImageCore.Tests for TestLocalSystemFilesRetriever 2022-01-24 21:14:26 +02: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.

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