Your photos might include information of the exact location and time of the photo taken, your photo/camera models etc. Companies, governments, or someone with bad intentions can use such information for their benefits against you. This can easily be accessed by AI as well.
On Windows 11:
- Right-click on the file
- Properties
- Details
- Remove properties and personal information
Lots of people don’t care, but I guess this could be useful for some of you.
Every site that allows image upload in existence now strips this data by default, but they do it on their server so they can get it first.
I mean, I’d probably do it server-side even if I were to have nefarious intent and want the data for myself anyway, since image processing client-side isn’t necessarily a good use of your users devices, really.
Plus, if I were to want the data in a client-side, I could upload it before doing the client-side stripping.
This comment doesn’t really hold up to scrutiny, my friend
You can strip exit data in less than 1ms on a phone processor in 90 lines of js btw https://github.com/Coteh/exifremove/blob/master/src/exifremove.js
You’re delusional if you think FAANGs don’t harvest the shit out of every single but of data they can get on you, including exif.
Calling deleting metadata image processing is a bit of a stretch. And you can disingenuously clean images either client- or server-side, that’s true, but if we’re getting serious here about data privacy, one could independently validate, build, and sign an executable for users to run locally. I don’t know of any similar technique to guarantee what’s running server-side.