From daf11bc15f6172a5a01e504d934a48eaae5852da Mon Sep 17 00:00:00 2001 From: redoomed1 <161974310+redoomed1@users.noreply.github.com> Date: Sat, 30 Nov 2024 14:05:37 -0800 Subject: [PATCH] update: Remove platform headings and adjust header levels Signed-off-by: redoomed1 <161974310+redoomed1@users.noreply.github.com> --- docs/data-redaction.md | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/docs/data-redaction.md b/docs/data-redaction.md index 6e3641ad3b..865cd05f4f 100644 --- a/docs/data-redaction.md +++ b/docs/data-redaction.md @@ -18,20 +18,18 @@ You should **never** use blur to redact [text in images](https://bishopfox.com/b -## Desktop - -### MAT2 +## MAT2
![MAT2 logo](assets/img/data-redaction/mat2.svg){ align=right } -**MAT2** is free software, which allows the metadata to be removed from image, audio, torrent, and document file types. It provides both a command line tool and a graphical user interface via an extension for [Dolphin](https://0xacab.org/jvoisin/mat2/-/tree/master/dolphin), the default file manager of [KDE](https://kde.org). +**MAT2** is free, cross-platform software which allows you to remove metadata from image, audio, torrent, and document file types. It provides both a command line tool and a graphical user interface via an extension for [Dolphin](https://0xacab.org/jvoisin/mat2/-/tree/master/dolphin), the default file manager of [KDE](https://kde.org). On Linux, a third-party graphical tool [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner) powered by MAT2 exists and is [available on Flathub](https://flathub.org/apps/details/fr.romainvigier.MetadataCleaner). [:octicons-repo-16: Repository](https://0xacab.org/jvoisin/mat2){ .md-button .md-button--primary } -[:octicons-info-16:](https://0xacab.org/jvoisin/mat2/-/blob/master/README.md){ .card-link title=Documentation} +[:octicons-info-16:](https://0xacab.org/jvoisin/mat2/-/blob/master/README.md){ .card-link title="Documentation" } [:octicons-code-16:](https://0xacab.org/jvoisin/mat2){ .card-link title="Source Code" }
@@ -46,9 +44,7 @@ On Linux, a third-party graphical tool [Metadata Cleaner](https://gitlab.com/rmn
-## Mobile - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -59,7 +55,7 @@ On Linux, a third-party graphical tool [Metadata Cleaner](https://gitlab.com/rmn It currently supports JPEG, PNG and WebP files. [:octicons-repo-16: Repository](https://github.com/Tommy-Geenexus/exif-eraser){ .md-button .md-button--primary } -[:octicons-info-16:](https://github.com/Tommy-Geenexus/exif-eraser#readme){ .card-link title=Documentation} +[:octicons-info-16:](https://github.com/Tommy-Geenexus/exif-eraser#readme){ .card-link title="Documentation" } [:octicons-code-16:](https://github.com/Tommy-Geenexus/exif-eraser){ .card-link title="Source Code" }
@@ -89,7 +85,7 @@ The app offers multiple ways to erase metadata from images. Namely: - It allows you to drag photos from another app into ExifEraser when they are both open in split-screen mode. - Lastly, it allows you to paste an image from your clipboard. -### Shortcuts (iOS, macOS) +## Shortcuts (iOS, macOS) On iOS and macOS, you can remove image metadata without using any third-party apps by creating a [**shortcut**](https://apps.apple.com/app/id915249334) for this purpose. Here is an example shortcut you can download to use as is: @@ -99,9 +95,7 @@ You can also use it as a model for your own shortcut; just make sure that the ** This shortcut removes metadata such as location, device model, lens model, location, and other camera information. It also sets the image creation date to the time the shortcut was used. -## Command-line - -### ExifTool +## ExifTool (CLI)
@@ -109,12 +103,12 @@ This shortcut removes metadata such as location, device model, lens model, locat **ExifTool** is the original 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. +It is often a component of other Exif removal applications and in most Linux distribution repositories. [:octicons-home-16: Homepage](https://exiftool.org){ .md-button .md-button--primary } -[:octicons-info-16:](https://exiftool.org/faq.html){ .card-link title=Documentation} +[:octicons-info-16:](https://exiftool.org/faq.html){ .card-link title="Documentation" } [:octicons-code-16:](https://github.com/exiftool/exiftool){ .card-link title="Source Code" } -[:octicons-heart-16:](https://exiftool.org/#donate){ .card-link title=Contribute } +[:octicons-heart-16:](https://exiftool.org/#donate){ .card-link title="Contribute" }
Downloads