An utility program that removes metadata from images and compresses them.
Find a file
2022-01-27 23:04:05 +02:00
.idea/.idea.ImgMetadataRemover/.idea Initial commit 2022-01-22 19:06:10 +02:00
ConsoleInterface Target netstandard2.1 and net5.0 in ImageCore 2022-01-27 23:04:05 +02:00
ImageCore Target netstandard2.1 and net5.0 in ImageCore 2022-01-27 23:04:05 +02:00
ImageCore.Tests Target netstandard2.1 and net5.0 in ImageCore 2022-01-27 23:04:05 +02:00
.gitignore Initial commit 2022-01-22 19:06:10 +02:00
global.json Initial commit 2022-01-22 19:06:10 +02:00
ImgMetadataRemover.sln Target NET5. 2022-01-24 20:33:15 +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