Images can contain metadata. This is useful for things like “when was this photo taken?” or information about the camera, or a text description of what the image contains.
Many cameras (e.g. your iPhone) will include GPS coordinates of where the photo was taken. This is useful for things like “where were we when we had that amazing pizza?” or “where was that beautiful sunset??”.
This is much more problematic when the selfie you just shared includes the precise location of your home.
The metadata format you’re most likely to encounter is called Exif (Exchangeable image file format).
There are a number of tools that will let you view them: your OS probably provides a way; I like Eric M. Johnston’s exiftags
:
Many popular image hosting/sharing services will strip much of this metadata on upload - either all of it, or the most sensitive things (like location): Imgur apparently does, WhatsApp apparently does, Facebook apparently does, et cetera.
Jekyll - the software that runs this blog - doesn’t. It’s easy to not think about this when building software.
I like Phil Harvey’s exiftool
for working with Exif data.
You can strip out particularly-sensitive GPS info with:
or just wipe the whole lot:
So
It’s easy to get used to trusting tools to do the right thing.
It’s easy for a convenient feature to become a significant problem.
I’ve known about Exif tags and the potential privacy issues for a long time and I still nearly managed to blog photos tagged with a pretty exact home location. I caught myself in time, and fortunately I have no specific need to fear doing so, but it’s still very much something I’d rather not share with the world!
You can usually turn location tagging off, but it’s far from unreasonable to have it switched on: I often find it useful to have a “geo-log”, and figured I was sufficiently aware of the privacy concerns that I’d be ok.
“Be mindful of the data you might be sharing” doesn’t feel like particularly useful or actionable advice, but it’s the best I’ve got.