paulbg@programming.dev to Privacy@programming.dev · 10 days agoBuilt a EXIF removerzero-exif.vercel.appexternal-linkmessage-square6fedilinkarrow-up17arrow-down12file-text
arrow-up15arrow-down1external-linkBuilt a EXIF removerzero-exif.vercel.apppaulbg@programming.dev to Privacy@programming.dev · 10 days agomessage-square6fedilinkfile-text
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.
minus-squareDumhuvud@programming.devlinkfedilinkEnglisharrow-up3·9 days ago 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.
minus-squarepaulbg@programming.devOPlinkfedilinkarrow-up2·9 days agoyea thanks, i’ll rebuild the thing in a more ethical way for sure
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