- cross-posted to:
- webdev@programming.dev
- cross-posted to:
- webdev@programming.dev
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.
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.
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.yea thanks, i’ll rebuild the thing in a more ethical way for sure