1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-24 12:21:09 +00:00

Integrating Metadata Removal (#919)

This commit is contained in:
lexi
2022-04-09 03:07:13 -05:00
committed by GitHub
parent 24215dc880
commit b028b389a9
8 changed files with 169 additions and 3 deletions

View File

@@ -95,13 +95,13 @@ When sharing files, be sure to remove associated metadata. Image files commonly
## Command-line
### Exiftool
### ExifTool
!!! recommendation
![Exiftool logo](/assets/img/metadata-removal/exiftool.png){ align=right }
![ExifTool logo](/assets/img/metadata-removal/exiftool.png){ align=right }
**Exiftool** is the [original](https://en.wikipedia.org/wiki/ExifTool) perl library and command-line application for reading, writing, and editing meta information (EXIF, IPTC, XMP, and more) in a wide variety of file formats (JPEG, TIFF, PNG, PDF, RAW, and more).
**ExifTool** is the [original](https://en.wikipedia.org/wiki/ExifTool) perl library and command-line application for reading, writing, and editing meta information (EXIF, IPTC, XMP, and more) in a wide variety of file formats (JPEG, TIFF, PNG, PDF, RAW, and more).
It's often a component of other EXIF removal applications and is in most Linux distribution repositories.