DICOM is an image format often used in medical imaging because it allows for embedding rich metadata like patient information and instrument information into the file. As a result, DICOM files are a good example of a file where both the data themselves and the metadata need to be anonymized. There are an extensive number of free and paid workflows to remove metadata from DICOM files:
There are a range of software programs available (e.g., DicomCleaner, dicomanonymizer Python module). As with any software application, users should carefully vet the security, stability, and origin of any piece of software in order to protect yourself and the data.
MRI data are another image type that frequently requires handling in order to obfuscate facial features that may be identifiable if a stack of 2D images is reconstructed into 3D volume renders. The process of removing features is often called 'de-facing.' Some examples of software programs:
Many common imaging devices, from digital cameras to smartphones, record various forms of metadata for images by default in what is called EXIF format. This can include typically innocuous information like camera brand (which could still be sensitive if it is a very rare or highly expensive brand), aperature, shutter speed, timestamps, and location if connected to a device with GPS functionality. Similar to managing your personal digital footprint, you should also be mindful that even relatively simple and common imaging systems can still record highly sensitive information (and often do so automatically unless manually disabled) and be mindful about how you share research content.
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 Generic License.