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:

  1. Right-click on the file
  2. Properties
  3. Details
  4. Remove properties and personal information

Lots of people don’t care, but I guess this could be useful for some of you.

  • qarbone@lemmy.world
    cake
    link
    fedilink
    English
    arrow-up
    55
    ·
    2 days ago

    Feels like an honorable site would make the uploader aware of this and offer a checkbox or something to do it for you.

    • themoonisacheese@sh.itjust.works
      link
      fedilink
      arrow-up
      71
      arrow-down
      4
      ·
      2 days ago

      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.

      • GissaMittJobb@lemmy.ml
        link
        fedilink
        arrow-up
        7
        ·
        edit-2
        2 days ago

        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

        • hypna@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          1 day ago

          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.