Are there any decent open source GUI metadata remover app for Windows? All I could find are unmaintained except GitHub - FrankBijnen/ExifToolGui: A GUI for ExifTool which the UI is not very appealing.
I just use note to self in Signal Desktop personally.
Signal Desktop the Electron app is the biggest attack surface.
That uses the famous commandline tool “Exiftool”. You could try just using that ![]()
If I have a bunch of files to remove EXIF from, I just open terminal/powershell and do:
exiftool -all= *.jpg
So I don’t really use the UI at all.
Will probably do! I envy Linux and Android having really nice EXIF removal apps.
Exiftool work everywhere where perl does, so that includes windows.