Open source app for removing metadata from images before opening

Any good, reliable ones out there?

3 points · 5 comments · view on lemmy.world

5 Comments

notes@piefed.social · 4 pts · 1y

(sort of related?)
I use "exifcleaner" to clean metadata from media
https://github.com/szTheory/exifcleaner

bishoponarope@lemmy.world · 3 pts · 1y

https://github.com/Tommy-Geenexus/exif-eraser

I use the above, it's reliable.

If you're feeling twitchy, another option is

https://gitlab.com/juanitobananas/scrambled-exif/tree/HEAD

Which replaces the exif and other metadata with garbage.

LovableSidekick@programming.dev · 2 pts · 1y (2 replies)

I'm a longtime dev but never work with images. What's the disadvantage or danger (or whatever) of the metadata? Can metadata execute?

notnotmike@programming.dev · 1 pts · 1y (1 reply)

I can't say whether it can execute, but the metadata is a privacy concern if you are posting online. Depending on the camera taking the picture it can include the model of the phone, date, or even GPS information

https://en.m.wikipedia.org/wiki/Exif#Privacy_and_security

Scipitie@lemmy.dbzer0.com · 1 pts · 1y

Just to herd a warning then from a Dev perspective: you want to remove them before interacting, not just opening.

I can send files without ever opening them and the sharing would keep the meta data if you'd not open the files manually with the cleanup tool.

Personally I've had a camera app a while back that I could configure which meta data it saved but I simply stopped sharing photos on social media and so this become s non issue for me :)