An utility program that removes metadata from images and compresses them.
Find a file
2022-02-12 23:25:34 +02:00
.idea/.idea.ImgMetadataRemover/.idea Initial commit 2022-01-22 19:06:10 +02:00
ConsoleInterface Move image save logic from TaskExecutor to IOutputSink 2022-02-12 23:25:34 +02:00
ImageCore Move image save logic from TaskExecutor to IOutputSink 2022-02-12 23:25:34 +02:00
ImageCore.Tests Move image save logic from TaskExecutor to IOutputSink 2022-02-12 23:25:34 +02:00
.gitignore Add UwpApplication project. 2022-01-31 21:30:11 +02:00
global.json Modify project structure & delete WPF application. 2022-02-11 23:39:34 +02:00
ImgMetadataRemover.sln Modify project structure & delete WPF application. 2022-02-11 23:39:34 +02:00
ImgMetadataRemover.sln.DotSettings.user Move image save logic from TaskExecutor to IOutputSink 2022-02-12 23:25:34 +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