this post was submitted on 04 Jul 2025
1 points (100.0% liked)

Privacy

1889 readers
3 users here now

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
 

I recently realized that I’ve been using some tool a lot: a small web app I built myself to remove EXIF data from images.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 3 days ago (1 children)

idk if it was possible to make the deletion locally in the browser

It's definitely possible. It's just not something built-in browser APIs provide.

Personally, the only project I'm familiar with is exiftool, which is written in Perl. After a quick search I found this - https://github.com/lucasgelfond/exiftool-web.

[–] [email protected] 0 points 3 days ago

yea thanks, i'll rebuild the thing in a more ethical way for sure