Skip to main content

Search

Items tagged with: exiftool


@Friendica Support

#metadata

Actually I thought that friendica strips by default all metadata when pictures are uploaded, something that #Diaspora* (apparently) does. I guess that's where my assumption came from. Has their been any discussion and/or decision on that?
Is here some addon that provides this?

I checked this because I'm diving into #exiftool and it's nice to be able to print copyright (CC-SA-NC), or things like "Artist", "Description or "Comment" to pictures and videos.

What I did find was in settings the opt-in option to publicly display the location metadata of pictures, yet what really would be neat is to be able differenciate these things. In other words, to strip the location data but retain other data like specifically added data.

As example two images I uploaded with similar metadata, one on diaspora:
pod.geraspora.de/uploads/image…
(this was actually a .png so diaspora changed the container)
and the friendica upload:
tupambae.org/photo/71953797316…

To see in linux (debian) what metadata shows up:
apt-get install exiftool

To display the metadata:
exiftool -v filename.png
The -v in the command is optional and means "verbose", that means it displays more data than a simple:
exiftool filename.png


Hello nerds!

We recently updated our user manual to add a section on media uploads, including image descriptions and which bits of metadata (exif tags) are and aren't excised from media uploads.

docs.gotosocial.org/en/latest/…

We were reminded recently that while GoToSocial strips metadata reliably from image types, we don't yet strip metadata from videos. That means that if you have "location data" or "geotagging" enabled in the camera app of your device when you record a video, and you upload that video without re-encoding it or removing metadata tags from it in some other way, location data may be encoded into the video file, which presents a privacy issue.

Unlike corpo social media, many fedi implementations (to the best of our knowledge) remove sensitive metadata when they compress/reencode images/videos, or at least give you the option to configure your server to do so.

As such, the fact that GtS doesn't yet strip metadata from videos specifically will probably be a "gotcha" for some users coming from other fedi softwares. A warning about this has now been added to the docs, but we're putting the warning out here too so people are aware of the issue.

So, please be careful when uploading videos! If you haven't done so already, we recommend going to your device's camera app and turning off "location data" so that video clips do not have your coordinates added to them.

We will be adding this issue to the list of things to do before we leave alpha and enter beta, and we'll announce it here when we implement a fix.

Thanks for reading :)