Fix capitalization of Exif (#1058)

Signed-off-by: Daniel Gray <dng@disroot.org>
This commit is contained in:
efb4f5ff-1298-471a-8973-3d47447115dc 2022-04-21 15:40:24 +00:00 committed by Daniel Gray
parent ee70136f42
commit 296a5b6404
No known key found for this signature in database
GPG Key ID: 41911F722B0F9AE3

View File

@ -3,7 +3,7 @@ title: "Integrating Metadata Removal"
icon: 'material/data-matrix-remove'
---
When sharing files, it's important to remove associated metadata. Image files commonly include [EXIF](https://en.wikipedia.org/wiki/Exif) data, and sometimes photos even include GPS coordinates within its metadata.
When sharing files, it's important to remove associated metadata. Image files commonly include [Exif](https://en.wikipedia.org/wiki/Exif) data, and sometimes photos even include GPS coordinates within its metadata.
While there are plenty of metadata removal tools, they typically aren't convenient to use. The guides featured here aim to detail how to integrate metadata removal tools in a simple fashion by utilizing easy-to-access system features.