this post was submitted on 17 Jul 2025
2 points (100.0% liked)

Android

895 readers
11 users here now

Android news for android developers. Everything that happens in android world.

For Android development specific topics please see /c/android_dev

The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License

founded 2 years ago
MODERATORS
 

Any good, reliable ones out there?

top 5 comments
sorted by: hot top controversial new old
[–] bishoponarope@lemmy.world 3 points 2 days ago

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.

[–] notes@piefed.social 3 points 2 days ago

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

[–] LovableSidekick@programming.dev 2 points 2 days ago* (last edited 2 days ago) (1 children)

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 points 2 days ago (1 children)

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 points 1 day ago

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 :)