diff --git a/i18n/ar/data-redaction.md b/i18n/ar/data-redaction.md index d71a8d0c..9542b8e5 100644 --- a/i18n/ar/data-redaction.md +++ b/i18n/ar/data-redaction.md @@ -19,20 +19,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). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ On Linux, a third-party graphical tool [Metadata Cleaner](https://gitlab.com/rmn
-## Mobile - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,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" }
@@ -90,42 +86,30 @@ 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. -### Metapho (iOS) +## 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: -![Metapho logo](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -**Metapho** is a simple and clean viewer for photo metadata such as date, file name, size, camera model, shutter speed, and location. +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Command-line - -### ExifTool +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**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). +**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 diff --git a/i18n/ar/tools.md b/i18n/ar/tools.md index db960922..afedc5c5 100644 --- a/i18n/ar/tools.md +++ b/i18n/ar/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/bn-IN/data-redaction.md b/i18n/bn-IN/data-redaction.md index d71a8d0c..9542b8e5 100644 --- a/i18n/bn-IN/data-redaction.md +++ b/i18n/bn-IN/data-redaction.md @@ -19,20 +19,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). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ On Linux, a third-party graphical tool [Metadata Cleaner](https://gitlab.com/rmn
-## Mobile - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,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" }
@@ -90,42 +86,30 @@ 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. -### Metapho (iOS) +## 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: -![Metapho logo](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -**Metapho** is a simple and clean viewer for photo metadata such as date, file name, size, camera model, shutter speed, and location. +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Command-line - -### ExifTool +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**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). +**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 diff --git a/i18n/bn-IN/tools.md b/i18n/bn-IN/tools.md index 754a7b61..80b17afd 100644 --- a/i18n/bn-IN/tools.md +++ b/i18n/bn-IN/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/bn/data-redaction.md b/i18n/bn/data-redaction.md index d71a8d0c..9542b8e5 100644 --- a/i18n/bn/data-redaction.md +++ b/i18n/bn/data-redaction.md @@ -19,20 +19,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). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ On Linux, a third-party graphical tool [Metadata Cleaner](https://gitlab.com/rmn
-## Mobile - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,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" }
@@ -90,42 +86,30 @@ 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. -### Metapho (iOS) +## 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: -![Metapho logo](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -**Metapho** is a simple and clean viewer for photo metadata such as date, file name, size, camera model, shutter speed, and location. +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Command-line - -### ExifTool +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**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). +**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 diff --git a/i18n/bn/tools.md b/i18n/bn/tools.md index 754a7b61..80b17afd 100644 --- a/i18n/bn/tools.md +++ b/i18n/bn/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/cs/data-redaction.md b/i18n/cs/data-redaction.md index d71a8d0c..9542b8e5 100644 --- a/i18n/cs/data-redaction.md +++ b/i18n/cs/data-redaction.md @@ -19,20 +19,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). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ On Linux, a third-party graphical tool [Metadata Cleaner](https://gitlab.com/rmn
-## Mobile - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,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" }
@@ -90,42 +86,30 @@ 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. -### Metapho (iOS) +## 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: -![Metapho logo](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -**Metapho** is a simple and clean viewer for photo metadata such as date, file name, size, camera model, shutter speed, and location. +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Command-line - -### ExifTool +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**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). +**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 diff --git a/i18n/cs/tools.md b/i18n/cs/tools.md index 754a7b61..80b17afd 100644 --- a/i18n/cs/tools.md +++ b/i18n/cs/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/de/data-redaction.md b/i18n/de/data-redaction.md index fc542517..90cf39e3 100644 --- a/i18n/de/data-redaction.md +++ b/i18n/de/data-redaction.md @@ -19,20 +19,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). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ On Linux, a third-party graphical tool [Metadata Cleaner](https://gitlab.com/rmn
-## Mobile - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,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" }
@@ -90,42 +86,30 @@ 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. -### Metapho (iOS) +## 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: -![Metapho logo](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -**Metapho** is a simple and clean viewer for photo metadata such as date, file name, size, camera model, shutter speed, and location. +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Command-line - -### ExifTool +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**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). +**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 diff --git a/i18n/de/tools.md b/i18n/de/tools.md index 7cc11aca..a3c7281f 100644 --- a/i18n/de/tools.md +++ b/i18n/de/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/el/data-redaction.md b/i18n/el/data-redaction.md index d71a8d0c..9542b8e5 100644 --- a/i18n/el/data-redaction.md +++ b/i18n/el/data-redaction.md @@ -19,20 +19,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). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ On Linux, a third-party graphical tool [Metadata Cleaner](https://gitlab.com/rmn
-## Mobile - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,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" }
@@ -90,42 +86,30 @@ 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. -### Metapho (iOS) +## 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: -![Metapho logo](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -**Metapho** is a simple and clean viewer for photo metadata such as date, file name, size, camera model, shutter speed, and location. +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Command-line - -### ExifTool +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**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). +**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 diff --git a/i18n/el/tools.md b/i18n/el/tools.md index ba0c7372..c396dc4f 100644 --- a/i18n/el/tools.md +++ b/i18n/el/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/eo/data-redaction.md b/i18n/eo/data-redaction.md index 41b091a4..1308f9bc 100644 --- a/i18n/eo/data-redaction.md +++ b/i18n/eo/data-redaction.md @@ -19,20 +19,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). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ On Linux, a third-party graphical tool [Metadata Cleaner](https://gitlab.com/rmn
-## Mobile - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,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" }
@@ -90,42 +86,30 @@ 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. -### Metapho (iOS) +## 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: -![Metapho logo](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -**Metapho** is a simple and clean viewer for photo metadata such as date, file name, size, camera model, shutter speed, and location. +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Command-line - -### ExifTool +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**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). +**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 diff --git a/i18n/eo/tools.md b/i18n/eo/tools.md index 754a7b61..80b17afd 100644 --- a/i18n/eo/tools.md +++ b/i18n/eo/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/es/data-redaction.md b/i18n/es/data-redaction.md index b2d0c925..cf5707a9 100644 --- a/i18n/es/data-redaction.md +++ b/i18n/es/data-redaction.md @@ -19,21 +19,19 @@ No se debe **nunca** utilizar el desenfoque para eliminar [texto en imágenes](h
-## Equipo de escritorio - -### MAT2 +## MAT2
![MAT2 logo](assets/img/data-redaction/mat2.svg){ align=right } -**MAT2** es un software gratuito que permite eliminar los metadatos de archivos de imagen, audio, torrent y documentos. Proporciona tanto una herramienta de línea de comandos como una interfaz gráfica de usuario a través de una extensión para [Dolphin](https://0xacab.org/jvoisin/mat2/-/tree/master/dolphin), el gestor de archivos por defecto de [KDE](https://kde.org). +**MAT2** is free, cross-platform software which allows you to remove metadata from image, audio, torrent, and document file types. Proporciona tanto una herramienta de línea de comandos como una interfaz gráfica de usuario a través de una extensión para [Dolphin](https://0xacab.org/jvoisin/mat2/-/tree/master/dolphin), el gestor de archivos por defecto de [KDE](https://kde.org). -En Linux, existe una herramienta gráfica de terceros [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner) basada en MAT2 y está [disponible en Flathub](https://flathub.org/apps/details/fr.romainvigier.MetadataCleaner). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [available on Flathub](https://flathub.org/apps/details/fr.romainvigier.MetadataCleaner). -[:octicons-repo-16: Repositorio](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=Documentación} -[:octicons-code-16:](https://0xacab.org/jvoisin/mat2){ .card-link title="Código Fuente" } +[: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-code-16:](https://0xacab.org/jvoisin/mat2){ .card-link title="Source Code" }
Downloads "Descargas" @@ -47,9 +45,7 @@ En Linux, existe una herramienta gráfica de terceros [Metadata Cleaner](https:/
-## Móvil - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -59,9 +55,9 @@ En Linux, existe una herramienta gráfica de terceros [Metadata Cleaner](https:/ Actualmente admite archivos JPEG, PNG y WebP. -[:octicons-repo-16: Repositorio](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=Documentación} -[:octicons-code-16:](https://github.com/Tommy-Geenexus/exif-eraser){ .card-link title="Código Fuente" } +[: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-code-16:](https://github.com/Tommy-Geenexus/exif-eraser){ .card-link title="Source Code" }
Downloads "Descargas" @@ -90,42 +86,30 @@ La aplicación ofrece múltiples formas de borrar los metadatos de las imágenes - Te permite arrastrar fotos desde otra aplicación a ExifEraser cuando ambas están abiertas en modo de pantalla dividida. - Por último, te permite pegar una imagen desde el portapapeles. -### Metapho (iOS) +## 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: + +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} + +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. + +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. + +## ExifTool (CLI)
-![Logo de Metapho](assets/img/data-redaction/metapho.jpg){ align=right } +![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**Metapho** es un visor simple y limpio para metadatos de fotos como fecha, nombre de archivo, tamaño, modelo de cámara, velocidad de obturación y ubicación. +**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). -[:octicons-home-16: Página Principal](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Política de Privacidad" } +It is often a component of other Exif removal applications and in most Linux distribution repositories. -
-Downloads "Descargas" - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Línea de comandos - -### ExifTool - -
- -![Logotipo de ExifTool](assets/img/data-redaction/exiftool.png){ align=right } - -**ExifTool** es la biblioteca perl original y la aplicación de línea de comandos para leer, escribir y editar meta información (Exif, IPTC, XMP y más) en una amplia variedad de formatos de archivo (JPEG, TIFF, PNG, PDF, RAW y más). - -Suele ser un componente de otras aplicaciones de eliminación de Exif y se encuentra en la mayoría de los repositorios de las distribuciones de Linux. - -[:octicons-home-16: Página Principal](https://exiftool.org){ .md-button .md-button--primary } -[:octicons-info-16:](https://exiftool.org/faq.html){ .card-link title=Documentación} -[:octicons-code-16:](https://github.com/exiftool/exiftool){ .card-link title="Código Fuente" } -[:octicons-heart-16:](https://exiftool.org/#donate){ .card-link title=Contribuir } +[: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-code-16:](https://github.com/exiftool/exiftool){ .card-link title="Source Code" } +[:octicons-heart-16:](https://exiftool.org/#donate){ .card-link title="Contribute" }
Downloads "Descargas" diff --git a/i18n/es/tools.md b/i18n/es/tools.md index 9faab1e8..1f58078c 100644 --- a/i18n/es/tools.md +++ b/i18n/es/tools.md @@ -398,8 +398,7 @@ Si busca más **seguridad**, asegúrese siempre de conectarse a sitios web que u - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/fa/data-redaction.md b/i18n/fa/data-redaction.md index d71a8d0c..9542b8e5 100644 --- a/i18n/fa/data-redaction.md +++ b/i18n/fa/data-redaction.md @@ -19,20 +19,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). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ On Linux, a third-party graphical tool [Metadata Cleaner](https://gitlab.com/rmn
-## Mobile - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,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" }
@@ -90,42 +86,30 @@ 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. -### Metapho (iOS) +## 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: -![Metapho logo](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -**Metapho** is a simple and clean viewer for photo metadata such as date, file name, size, camera model, shutter speed, and location. +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Command-line - -### ExifTool +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**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). +**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 diff --git a/i18n/fa/tools.md b/i18n/fa/tools.md index 6a19212a..ff005a95 100644 --- a/i18n/fa/tools.md +++ b/i18n/fa/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/fr/data-redaction.md b/i18n/fr/data-redaction.md index fd76318d..5c820c93 100644 --- a/i18n/fr/data-redaction.md +++ b/i18n/fr/data-redaction.md @@ -19,21 +19,19 @@ Vous ne devez **jamais** utiliser le flou pour expurger [du texte dans les image
-## Bureau - -### MAT2 +## MAT2
-![Logo MAT2](assets/img/data-redaction/mat2.svg){ align=right } +![MAT2 logo](assets/img/data-redaction/mat2.svg){ align=right } -**MAT2** est un logiciel gratuit, qui permet de supprimer les métadonnées des types de fichiers image, audio, torrent et document. Il fournit à la fois un outil en ligne de commande et une interface utilisateur graphique via une extension pour [Dolphin](https://0xacab.org/jvoisin/mat2/-/tree/master/dolphin), le gestionnaire de fichiers par défaut de [KDE](https://kde.org). +**MAT2** is free, cross-platform software which allows you to remove metadata from image, audio, torrent, and document file types. Il fournit à la fois un outil en ligne de commande et une interface utilisateur graphique via une extension pour [Dolphin](https://0xacab.org/jvoisin/mat2/-/tree/master/dolphin), le gestionnaire de fichiers par défaut de [KDE](https://kde.org). -Sous Linux, un outil graphique tiers [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner) fonctionnant avec MAT2 existe et est [disponible sur Flathub](https://flathub.org/apps/details/fr.romainvigier.MetadataCleaner). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [available on Flathub](https://flathub.org/apps/details/fr.romainvigier.MetadataCleaner). -[:octicons-repo-16: Dépôt](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-code-16:](https://0xacab.org/jvoisin/mat2){ .card-link title="Code Source" } +[: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-code-16:](https://0xacab.org/jvoisin/mat2){ .card-link title="Source Code" }
Téléchargements @@ -47,9 +45,7 @@ Sous Linux, un outil graphique tiers [Metadata Cleaner](https://gitlab.com/rmnvg
-## Mobile - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -59,9 +55,9 @@ Sous Linux, un outil graphique tiers [Metadata Cleaner](https://gitlab.com/rmnvg Il prend actuellement en charge les fichiers JPEG, PNG et WebP. -[:octicons-repo-16: Dépôt](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-code-16:](https://github.com/Tommy-Geenexus/exif-eraser){ .card-link title="Code Source" } +[: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-code-16:](https://github.com/Tommy-Geenexus/exif-eraser){ .card-link title="Source Code" }
Téléchargements @@ -90,42 +86,30 @@ L'application offre plusieurs façons d'effacer les métadonnées des images. À - Elle vous permet de faire glisser des photos d'une autre application dans ExifEraser lorsque les deux sont ouvertes en mode écran partagé. - Enfin, elle vous permet de coller une image à partir de votre presse-papiers. -### Metapho (iOS) +## 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: + +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} + +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. + +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. + +## ExifTool (CLI)
-![Logo Metapho](assets/img/data-redaction/metapho.jpg){ align=right } +![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -Metapho est une visionneuse simple et propre pour les métadonnées des photos telles que la date, le nom du fichier, la taille, le modèle d'appareil photo, la vitesse d'obturation et le lieu. +**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). -[:octicons-home-16: Page d'accueil](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Politique de confidentialité" } +It is often a component of other Exif removal applications and in most Linux distribution repositories. -
-Téléchargements - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Ligne de commande - -### ExifTool - -
- -![Logo ExifTool](assets/img/data-redaction/exiftool.png){ align=right } - -**ExifTool** est la bibliothèque perl originale et l'application en ligne de commande pour lire, écrire et modifier les méta-informations (Exif, IPTC, XMP, etc.) dans une grande variété de formats de fichiers (JPEG, TIFF, PNG, PDF, RAW, etc.). - -Elle est souvent un composant d'autres applications de suppression d'Exif et se trouve dans les dépôts de la plupart des distributions Linux. - -[:octicons-home-16: Page d'accueil](https://exiftool.org){ .md-button .md-button--primary } -[:octicons-info-16:](https://exiftool.org/faq.html){ .card-link title=Documentation} -[:octicons-code-16:](https://github.com/exiftool/exiftool){ .card-link title="Code source" } -[:octicons-heart-16:](https://exiftool.org/#donate){ .card-link title=Contribuer } +[: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-code-16:](https://github.com/exiftool/exiftool){ .card-link title="Source Code" } +[:octicons-heart-16:](https://exiftool.org/#donate){ .card-link title="Contribute" }
Téléchargements diff --git a/i18n/fr/tools.md b/i18n/fr/tools.md index c8ff2bd3..90d29c76 100644 --- a/i18n/fr/tools.md +++ b/i18n/fr/tools.md @@ -397,8 +397,7 @@ Nous [recommandons](dns.md#recommended-providers) un certain nombre de serveurs - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/he/data-redaction.md b/i18n/he/data-redaction.md index e59aba72..1e9897f3 100644 --- a/i18n/he/data-redaction.md +++ b/i18n/he/data-redaction.md @@ -19,20 +19,18 @@ cover: data-redaction.webp
-## מחשב שולחני - -### MAT2 +## MAT2
-![MAT2 לוגו](assets/img/data-redaction/mat2.svg){ align=right } +![MAT2 logo](assets/img/data-redaction/mat2.svg){ align=right } -**MAT2** היא תוכנה חופשית, המאפשרת להסיר את המטא נתונים מסוגים של תמונות, אודיו, טורנטים ומסמכים. 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). -בלינקוס, קיים כלי גרפי של צד שלישי [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner) המופעל על ידי MAT2 והוא [זמין ב-Flathub](https://flathub.org/apps/details/fr.romainvigier.MetadataCleaner). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ cover: data-redaction.webp
-## נייד - -### ExifEraser (אנדרואיד) +## ExifEraser (אנדרואיד)
@@ -60,7 +56,7 @@ cover: data-redaction.webp בשלב זה הוא תומך בקבצי JPEG, PNG ו - WebP. [: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" }
@@ -90,42 +86,30 @@ cover: data-redaction.webp - זה מאפשר לך לגרור תמונות מיישום אחר לתוך ExifEraser כאשר שניהם פתוחים במצב מסך מפוצל. - לבסוף, הוא מאפשר לך להדביק תמונה מהלוח שלך. -### Metapho (iOS) +## 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: + +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} + +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. + +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. + +## ExifTool (CLI)
-![Metapho לוגו](assets/img/data-redaction/metapho.jpg){ align=right } +![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**Metapho** הוא צופה פשוט ונקי עבור מטא נתונים של תמונות כגון תאריך, שם קובץ, גודל, מודל מצלמה, מהירות צמצם ומיקום. +**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). -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } - -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## שורת הפקודה - -### ExifTool - -
- -![ExifTool לוגו](assets/img/data-redaction/exiftool.png){ align=right } - -**ExifTool** הוא ספריית ה-perl המקורית ויישום שורת הפקודה לקריאה, כתיבה ועריכה של מטא מידע (Exif, IPTC, XMP ועוד) במגוון רחב של פורמטים של קבצים (JPEG, TIFF, PNG, PDF, RAW ועוד). - -לעתים קרובות זה מרכיב של יישומי הסרת Exif אחרים ונמצא ברוב מאגרי ההפצה של לינוקס. +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 diff --git a/i18n/he/tools.md b/i18n/he/tools.md index 6bf10698..8a48890a 100644 --- a/i18n/he/tools.md +++ b/i18n/he/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/hi/data-redaction.md b/i18n/hi/data-redaction.md index d71a8d0c..9542b8e5 100644 --- a/i18n/hi/data-redaction.md +++ b/i18n/hi/data-redaction.md @@ -19,20 +19,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). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ On Linux, a third-party graphical tool [Metadata Cleaner](https://gitlab.com/rmn
-## Mobile - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,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" }
@@ -90,42 +86,30 @@ 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. -### Metapho (iOS) +## 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: -![Metapho logo](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -**Metapho** is a simple and clean viewer for photo metadata such as date, file name, size, camera model, shutter speed, and location. +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Command-line - -### ExifTool +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**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). +**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 diff --git a/i18n/hi/tools.md b/i18n/hi/tools.md index 754a7b61..80b17afd 100644 --- a/i18n/hi/tools.md +++ b/i18n/hi/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/hu/data-redaction.md b/i18n/hu/data-redaction.md index 84778803..17e4e691 100644 --- a/i18n/hu/data-redaction.md +++ b/i18n/hu/data-redaction.md @@ -19,20 +19,18 @@ Fájlok megosztásakor ügyelj a kapcsolódó metaadatok eltávolítsára. A ké
-## Asztal - -### MAT2 +## MAT2
![MAT2 logo](assets/img/data-redaction/mat2.svg){ align=right } -A **MAT2** szabad szoftver, amely lehetővé teszi a metaadatok eltávolítását kép, hang, torrent és dokumentum fájltípusokból. 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). -Linuxon létezik egy harmadik féltől származó grafikus eszköz, a [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), amely alapját a MAT2 adja, és ez [el is érhető a Flathubon](https://flathub.org/apps/details/fr.romainvigier.MetadataCleaner). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ Linuxon létezik egy harmadik féltől származó grafikus eszköz, a [Metadata
-## Mobil - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,7 @@ Az **ExifEraser** egy modern, engedély nélküli képmetaadat-törlő alkalmaz Jelenleg támogatja a JPEG, PNG és WebP fájlokat. [: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" }
@@ -90,42 +86,30 @@ Az alkalmazás többféle módszert nyújt metaadatokat törléséhez a képekr - Lehetővé teszi, hogy fényképeket húzz át egy másik alkalmazásból az ExifEraser-be, ha mindkét app osztott képernyős módban van megnyitva. - Végül, lehetővé teszi egy kép beillesztését a vágólapról. -### Metapho (iOS) +## 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: -![Metapho logo](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -A **Metapho** egy egyszerű és letisztult megjelenítője fényképek metaadatainak, mint például dátum, fájlnév, méret, fényképező modell, zársebesség és helyszín. +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Parancssor - -### ExifTool +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -Az **ExifTool** az eredeti perl könyvtár és parancssor alkalmazás a metainformációk (Exif, IPTC, XMP, stb.) olvasására, írására és szerkesztésére a legkülönbözőbb fájlformátumok (JPEG, TIFF, PNG, PDF, RAW, stb.) esetében. +**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). -Gyakran más Exif eltávolító alkalmazások része, és megtalálható a legtöbb Linux disztribúció addattáraiban. +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 diff --git a/i18n/hu/tools.md b/i18n/hu/tools.md index a2a851e4..60832f26 100644 --- a/i18n/hu/tools.md +++ b/i18n/hu/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/id/data-redaction.md b/i18n/id/data-redaction.md index aa95a998..45ff251f 100644 --- a/i18n/id/data-redaction.md +++ b/i18n/id/data-redaction.md @@ -19,20 +19,18 @@ Anda *"tidak boleh** menggunakan teknik blur untuk menyamarkan [teks dalam gamba
-## Desktop - -### MAT2 +## MAT2
-![Logo MAT2](assets/img/data-redaksi/mat2.svg){ align=right } +![MAT2 logo](assets/img/data-redaction/mat2.svg){ align=right } -**MAT2** adalah perangkat lunak gratis, yang memungkinkan metadata dihapus dari jenis file gambar, audio, torrent, dan dokumen. 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). -Di Linux, alat grafis pihak ketiga [Metadata Cleaner] (https://gitlab.com/rmnvgr/metadata-cleaner) yang didukung oleh MAT2 ada dan [tersedia di Flathub] (https://flathub.org/apps/details/fr.romainvigier.MetadataCleaner). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ Di Linux, alat grafis pihak ketiga [Metadata Cleaner] (https://gitlab.com/rmnvgr
-## Handphone - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,7 @@ Di Linux, alat grafis pihak ketiga [Metadata Cleaner] (https://gitlab.com/rmnvgr Saat ini mendukung file JPEG, PNG dan WebP. [: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" }
@@ -90,42 +86,30 @@ Aplikasi ini menawarkan beberapa cara untuk menghapus metadata dari gambar. Yait - Anda dapat menyeret foto dari aplikasi lain ke ExifEraser apabila keduanya terbuka dalam mode layar terbagi. - Terakhir, Anda dapat menempelkan gambar dari clipboard Anda. -### Metapho (iOS) +## 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: + +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} + +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. + +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. + +## ExifTool (CLI)
-![Metapho logo](assets/img/data-redaksi/metapho.jpg){ align=right } +![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**Metapho** adalah penampil yang sederhana dan bersih untuk metadata foto seperti tanggal, nama file, ukuran, model kamera, kecepatan rana, dan lokasi. +**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). -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } - -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Baris perintah - -### ExifTool - -
- -![Logo ExifTool](assets/img/data-redaksi/exiftool.png){ align=right } - -**ExifTool** adalah library dari perl dan sebuah aplikasi baris perintah untuk membaca, menulis, dan mengedit informasi meta (Exif, IPTC, XMP, dan banyak lagi) dalam berbagai macam format file (JPEG, TIFF, PNG, PDF, RAW, dan banyak lagi). - -Aplikasi ini sering kali merupakan komponen dari aplikasi penghapus Exif lainnya dan ada di sebagian besar repositori distribusi Linux. +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 diff --git a/i18n/id/tools.md b/i18n/id/tools.md index 6c36d06a..a862d20c 100644 --- a/i18n/id/tools.md +++ b/i18n/id/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/it/data-redaction.md b/i18n/it/data-redaction.md index 2428e7bb..7e875e76 100644 --- a/i18n/it/data-redaction.md +++ b/i18n/it/data-redaction.md @@ -19,21 +19,19 @@ Non dovresti **mai** utilizzare la sfocatura per nascondere [il testo nelle imma
-## Desktop - -### MAT2 +## MAT2
-![Logo di MAT2](assets/img/data-redaction/mat2.svg){ align=right } +![MAT2 logo](assets/img/data-redaction/mat2.svg){ align=right } -**MAT2** è un software gratuito che consente la rimozione dei metadati da file immagine, audio, torrent e documenti. Fornisce sia uno strumento a riga di comando che un'interfaccia utente grafica tramite un'estensione per [Dolphin](https://0xacab.org/jvoisin/mat2/-/tree/master/dolphin), il gestore file predefinito di [KDE](https://kde.org/it/). +**MAT2** is free, cross-platform software which allows you to remove metadata from image, audio, torrent, and document file types. Fornisce sia uno strumento a riga di comando che un'interfaccia utente grafica tramite un'estensione per [Dolphin](https://0xacab.org/jvoisin/mat2/-/tree/master/dolphin), il gestore file predefinito di [KDE](https://kde.org/it/). -Su Linux, esiste uno strumento grafico di terze parti [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner) basato su MAT2 ed è [disponibile su Flathub](https://flathub.org/apps/details/fr.romainvigier.MetadataCleaner). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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=Documentazione} -[:octicons-code-16:](https://0xacab.org/jvoisin/mat2){ .card-link title="Codice sorgente" } +[: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" }
Downloads @@ -47,9 +45,7 @@ Su Linux, esiste uno strumento grafico di terze parti [Metadata Cleaner](https:/
-## Mobile - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,8 +56,8 @@ Su Linux, esiste uno strumento grafico di terze parti [Metadata Cleaner](https:/ Attualmente supporta file JPEG, PNG e WebP. [: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=Documentazione} -[:octicons-code-16:](https://github.com/Tommy-Geenexus/exif-eraser){ .card-link title="Codice sorgente" } +[: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" }
Scarica @@ -90,42 +86,30 @@ L'applicazione offre diversi modi per cancellare i metadati dalle immagini. Nell - Consente di trascinare le foto da un'altra applicazione in ExifEraser quando entrambe sono aperte in modalità split-screen. - Infine, consente di incollare un'immagine dagli appunti. -### Metapho (iOS) +## 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: + +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} + +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. + +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. + +## ExifTool (CLI)
-![Logo di Metapho](assets/img/data-redaction/metapho.jpg){ align=right } +![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**Metapho** è un visualizzatore semplice e pulito per i metadati delle foto, quali data, nome del file, dimensioni, modello della fotocamera, velocità dell'otturatore e posizione. +**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). -[:octicons-home-16: Pagina Principale](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Politica sulla Privacy" } - -
-Scarica - -- [:simple-appstore: App Store](https://apps.apple.com/it/app/metapho/id914457352) - -
- -
- -## Linea di comando - -### ExifTool - -
- -![Logo di ExifTool](assets/img/data-redaction/exiftool.png){ align=right } - -**ExifTool** è la libreria perl originale e appliczione di riga di comando per leggere, scrivere e modificare le meta-informazioni (Exif, IPTC, XMP e altre) in un'ampia gamma di formati di file (JPEG, TIFF, PNG, PDF, RAW e altri). - -Spesso è usato come un componente di altre applicazioni di rimozione Exif ed è presente nei repository della maggior parte delle distribuzioni Linux. +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=Documentazione} -[:octicons-code-16:](https://github.com/exiftool/exiftool){ .card-link title="Codice sorgente" } -[:octicons-heart-16:](https://exiftool.org/#donate){ .card-link title=Contribuisci } +[: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" }
Downloads diff --git a/i18n/it/tools.md b/i18n/it/tools.md index 8bfa2a6c..29597983 100644 --- a/i18n/it/tools.md +++ b/i18n/it/tools.md @@ -397,8 +397,7 @@ Se stai cercando maggiore **sicurezza**, dovresti sempre assicurarti di connette - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/ja/data-redaction.md b/i18n/ja/data-redaction.md index 9f986e90..89eff2f0 100644 --- a/i18n/ja/data-redaction.md +++ b/i18n/ja/data-redaction.md @@ -19,20 +19,18 @@ You should **never** use blur to redact [text in images](https://bishopfox.com/b
-## デスクトップ - -### 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). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ On Linux, a third-party graphical tool [Metadata Cleaner](https://gitlab.com/rmn
-## モバイル - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,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" }
@@ -90,42 +86,30 @@ 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. -### Metapho (iOS) +## 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: -![Metapho logo](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -**Metapho** is a simple and clean viewer for photo metadata such as date, file name, size, camera model, shutter speed, and location. +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## コマンドライン - -### ExifTool +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**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). +**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 diff --git a/i18n/ja/tools.md b/i18n/ja/tools.md index 1967e1d5..4d022361 100644 --- a/i18n/ja/tools.md +++ b/i18n/ja/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/ko/data-redaction.md b/i18n/ko/data-redaction.md index 0e0cd020..1240e3c9 100644 --- a/i18n/ko/data-redaction.md +++ b/i18n/ko/data-redaction.md @@ -19,20 +19,18 @@ cover: data-redaction.webp
-## 데스크톱 - -### MAT2 +## MAT2
-![MAT2 로고](assets/img/data-redaction/mat2.svg){ align=right } +![MAT2 logo](assets/img/data-redaction/mat2.svg){ align=right } -**MAT2**는 이미지, 오디오, 토렌트, 문서 파일 형식에서 메타데이터를 제거할 수 있는 자유 소프트웨어입니다. 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). -Linux에서는 MAT2를 기반으로 제3자가 제작한 GUI 프로그램인 [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner)를 [Flathub](https://flathub.org/apps/details/fr.romainvigier.MetadataCleaner)에서 설치할 수 있습니다. +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ Linux에서는 MAT2를 기반으로 제3자가 제작한 GUI 프로그램인 [Me
-## 모바일 - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,7 @@ Linux에서는 MAT2를 기반으로 제3자가 제작한 GUI 프로그램인 [Me 현재 JPEG, PNG, WebP 파일을 지원합니다. [: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" }
@@ -90,42 +86,30 @@ ExifEraser로 이미지 메타데이터를 제거하는 방법은 다양합니 - 다른 앱과 ExifEraser가 분할 화면 모드로 열려 있을 때, 다른 앱에서 사진을 ExifEraser로 드래그할 수 있습니다. - 클립보드에서 이미지를 붙여넣을 수 있습니다. -### Metapho (iOS) +## 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: + +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} + +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. + +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. + +## ExifTool (CLI)
-![Metapho 로고](assets/img/data-redaction/metapho.jpg){ align=right } +![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**Metapho**는 날짜, 파일명, 파일 크기, 카메라 모델, 셔터 속도, 위치 등 사진 메타데이터를 간단하고 깔끔하게 볼 수 있는 애플리케이션입니다. +**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). -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } - -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## 커맨드라인 - -### ExifTool - -
- -![ExifTool 로고](assets/img/data-redaction/exiftool.png){ align=right } - -**ExifTool**은 다양한 파일 형식(JPEG, TIFF, PNG, PDF, RAW 등) 메타데이터(Exif, IPTC, XMP 등)의 읽기/쓰기/편집이 가능한 오리지널 Perl 라이브러리 및 CLI 애플리케이션입니다. - -다른 Exif 제거 애플리케이션에서 구성 요소로 쓰이는 경우가 많고 대부분의 Linux 배포판 패키지 저장소에 존재합니다. +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 diff --git a/i18n/ko/tools.md b/i18n/ko/tools.md index f476a42d..977b2799 100644 --- a/i18n/ko/tools.md +++ b/i18n/ko/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/ku-IQ/data-redaction.md b/i18n/ku-IQ/data-redaction.md index d71a8d0c..9542b8e5 100644 --- a/i18n/ku-IQ/data-redaction.md +++ b/i18n/ku-IQ/data-redaction.md @@ -19,20 +19,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). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ On Linux, a third-party graphical tool [Metadata Cleaner](https://gitlab.com/rmn
-## Mobile - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,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" }
@@ -90,42 +86,30 @@ 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. -### Metapho (iOS) +## 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: -![Metapho logo](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -**Metapho** is a simple and clean viewer for photo metadata such as date, file name, size, camera model, shutter speed, and location. +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Command-line - -### ExifTool +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**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). +**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 diff --git a/i18n/ku-IQ/tools.md b/i18n/ku-IQ/tools.md index 11cae742..626ce2ef 100644 --- a/i18n/ku-IQ/tools.md +++ b/i18n/ku-IQ/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/nl/data-redaction.md b/i18n/nl/data-redaction.md index 694a37bc..36408ce9 100644 --- a/i18n/nl/data-redaction.md +++ b/i18n/nl/data-redaction.md @@ -19,20 +19,18 @@ Je moet **nooit** vervaging gebruiken om [tekst in afbeeldingen](https://bishopf
-## Desktop - -### MAT2 +## MAT2
![MAT2 logo](assets/img/data-redaction/mat2.svg){ align=right } -**MAT2** is vrije software, waarmee de metadata uit beeld-, audio-, torrent- en documentbestanden kan worden verwijderd. 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). -Voor Linux bestaat een grafisch hulpprogramma van derden [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner) op basis van MAT2, dat [beschikbaar is op Flathub](https://flathub.org/apps/details/fr.romainvigier.MetadataCleaner). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ Voor Linux bestaat een grafisch hulpprogramma van derden [Metadata Cleaner](http
-## Mobiel - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,7 @@ Voor Linux bestaat een grafisch hulpprogramma van derden [Metadata Cleaner](http Het ondersteunt momenteel JPEG-, PNG- en WebP-bestanden. [: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" }
@@ -90,42 +86,30 @@ De app biedt meerdere manieren om metadata uit afbeeldingen te wissen. Namelijk: - Het laat je foto's uit een ander programma naar ExifEraser slepen wanneer beide programma's in split-screen modus geopend zijn. - Als laatste kan je een afbeelding uit het klembord plakken. -### Metapho (iOS) +## 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: -![Metapho logo](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -Metapho geeft eenvoudige en nette weergave van de afbeeldingsmetadata zoals datum, bestandsnaam, grootte, camera model, sluitertijd, en locatie. +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Command-line - -### ExifTool +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**ExifTool** is de originele perl library en command-line applicatie voor het lezen, schrijven en bewerken van metadata (Exif, IPTC, XMP, en meer) in een groot aantal bestandsformaten (JPEG, TIFF, PNG, PDF, RAW, en meer). +**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). -Het is vaak een onderdeel van andere Exif verwijderingsprogramma's en staat in de repositories van de meeste Linux distributies. +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 diff --git a/i18n/nl/tools.md b/i18n/nl/tools.md index 800599a6..e6d69347 100644 --- a/i18n/nl/tools.md +++ b/i18n/nl/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/pl/data-redaction.md b/i18n/pl/data-redaction.md index d71a8d0c..9542b8e5 100644 --- a/i18n/pl/data-redaction.md +++ b/i18n/pl/data-redaction.md @@ -19,20 +19,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). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ On Linux, a third-party graphical tool [Metadata Cleaner](https://gitlab.com/rmn
-## Mobile - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,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" }
@@ -90,42 +86,30 @@ 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. -### Metapho (iOS) +## 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: -![Metapho logo](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -**Metapho** is a simple and clean viewer for photo metadata such as date, file name, size, camera model, shutter speed, and location. +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Command-line - -### ExifTool +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**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). +**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 diff --git a/i18n/pl/tools.md b/i18n/pl/tools.md index 26165e11..9f6af845 100644 --- a/i18n/pl/tools.md +++ b/i18n/pl/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/pt-BR/data-redaction.md b/i18n/pt-BR/data-redaction.md index 46f028e8..b8087e1d 100644 --- a/i18n/pt-BR/data-redaction.md +++ b/i18n/pt-BR/data-redaction.md @@ -19,20 +19,18 @@ You should **never** use blur to redact [text in images](https://bishopfox.com/b
-## Computador - -### MAT2 +## MAT2
![MAT2 logo](assets/img/data-redaction/mat2.svg){ align=right } -O **MAT2** é um software gratuito que permite que os metadados sejam removidos dos tipos de arquivos de imagem, áudio, torrent e documentos. Fornece uma ferramenta de linha de comando e uma interface gráfica de usuário por meio de uma extensão para o [Dolphin](https://0xacab.org/jvoisin/mat2/-/tree/master/dolphin), o gerenciador de arquivos padrão do [KDE](https://kde.org). +**MAT2** is free, cross-platform software which allows you to remove metadata from image, audio, torrent, and document file types. Fornece uma ferramenta de linha de comando e uma interface gráfica de usuário por meio de uma extensão para o [Dolphin](https://0xacab.org/jvoisin/mat2/-/tree/master/dolphin), o gerenciador de arquivos padrão do [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). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ On Linux, a third-party graphical tool [Metadata Cleaner](https://gitlab.com/rmn
-## Mobile - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,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" }
@@ -90,42 +86,30 @@ 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. -### Metapho (iOS) +## 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: -![Metapho logo](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -**Metapho** is a simple and clean viewer for photo metadata such as date, file name, size, camera model, shutter speed, and location. +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Command-line - -### ExifTool +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**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). +**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 diff --git a/i18n/pt-BR/tools.md b/i18n/pt-BR/tools.md index 1da1d6f6..b1479d3e 100644 --- a/i18n/pt-BR/tools.md +++ b/i18n/pt-BR/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/pt/data-redaction.md b/i18n/pt/data-redaction.md index a67b5c89..4eb0edd4 100644 --- a/i18n/pt/data-redaction.md +++ b/i18n/pt/data-redaction.md @@ -21,26 +21,18 @@ Ao partilhar ficheiros, certifique-se de que remove os metadados associados. Os
-## Desktop - -### ExifCleaner +## ExifCleaner
![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). -[Visite exifcleaner.com](https://exifcleaner.com){ .md-button .md-button--primary } - -**Downloads*** -- [:fontawesome-brands-windows: Windows](https://github.com/szTheory/exifcleaner/releases) -- [:fontawesome-brands-apple: macOS](https://github.com/szTheory/exifcleaner/releases) -- [:fontawesome-brands-linux: Linux](https://github.com/szTheory/exifcleaner/releases) -- [:fontawesome-brands-github: Source](https://github.com/szTheory/exifcleaner) +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -55,9 +47,7 @@ Ao partilhar ficheiros, certifique-se de que remove os metadados associados. Os
-## Mobile - -### Exif Scrambled Exif +## Exif Scrambled Exif
@@ -68,7 +58,7 @@ Ao partilhar ficheiros, certifique-se de que remove os metadados associados. Os Pode remover dados [EXIF](https://en.wikipedia.org/wiki/Exif) para muitos formatos de arquivo e foi traduzido para [many](https://gitlab.com/juanitobananas/scrambled-exif/-/tree/master/app/src/main/res) idiomas. [: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" }
@@ -98,42 +88,30 @@ The app offers multiple ways to erase metadata from images. 17.1 e 18.1 caracter - 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. -### Imagepipe +## 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: -![Metapho logo](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -**Metapho** is a simple and clean viewer for photo metadata such as date, file name, size, camera model, shutter speed, and location. +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Linha de comando - -### Metapho +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**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). +**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). -Foi traduzido para [many](https://codeberg.org/Starfish/Imagepipe#translations) idiomas. +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 diff --git a/i18n/pt/tools.md b/i18n/pt/tools.md index 3fbbe207..764f1af4 100644 --- a/i18n/pt/tools.md +++ b/i18n/pt/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/ru/data-redaction.md b/i18n/ru/data-redaction.md index 5836ca73..b1e23349 100644 --- a/i18n/ru/data-redaction.md +++ b/i18n/ru/data-redaction.md @@ -19,20 +19,18 @@ cover: data-redaction.webp
-## Для компьютеров - -### MAT2 +## MAT2
-![Логотип MAT2](assets/img/data-redaction/mat2.svg){ align=right } +![MAT2 logo](assets/img/data-redaction/mat2.svg){ align=right } -**MAT2** - это бесплатное программное обеспечение, которое позволяет удалять метаданные из изображений, аудио, торрентов и документов. 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). -В Linux существует сторонний графический инструмент [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner) на базе MAT2, который [доступен на Flathub](https://flathub.org/apps/details/fr.romainvigier.MetadataCleaner). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ cover: data-redaction.webp
-## Для телефонов - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,7 @@ cover: data-redaction.webp В настоящее время он поддерживает файлы JPEG, PNG и WebP. [: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" }
@@ -90,42 +86,30 @@ cover: data-redaction.webp - Он позволяет перетаскивать фотографии из другого приложения в ExifEraser, когда они оба открыты в режиме разделенного экрана. - Наконец, он позволяет вставить изображение из буфера обмена. -### Metapho (iOS) +## 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: + +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} + +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. + +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. + +## ExifTool (CLI)
-![Логотип Metapho](assets/img/data-redaction/metapho.jpg){ align=right } +![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**Metapho** - это простая и чистая программа для просмотра метаданных фотографии, таких как дата, имя файла, размер, модель камеры, выдержка и местоположение. +**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). -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } - -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Для командной строки - -### ExifTool - -
- -![Логотип ExifTool](assets/img/data-redaction/exiftool.png){ align=right } - -**ExifTool** - это оригинальная библиотека perl и приложение командной строки для чтения, записи и редактирования метаинформации (Exif, IPTC, XMP и др.) в самых разных форматах файлов (JPEG, TIFF, PNG, PDF, RAW и др.). - -Он часто является компонентом других приложений для удаления Exif и находится в репозиториях большинства дистрибутивов Linux. +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 diff --git a/i18n/ru/tools.md b/i18n/ru/tools.md index 48d2f26e..f3adcf2f 100644 --- a/i18n/ru/tools.md +++ b/i18n/ru/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/sv/data-redaction.md b/i18n/sv/data-redaction.md index 30d43771..1e933444 100644 --- a/i18n/sv/data-redaction.md +++ b/i18n/sv/data-redaction.md @@ -19,20 +19,18 @@ Du bör **aldrig** använda oskärpa för att redigera [text i bilder] (https://
-## Skrivbord - -### MAT2 +## MAT2
-![MAT2-logotyp](assets/img/data-redaction/mat2.svg){ align=right } +![MAT2 logo](assets/img/data-redaction/mat2.svg){ align=right } -**MAT2** är en gratis programvara som gör det möjligt att ta bort metadata från bild-, ljud-, torrent- och dokumentfiler. 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). -På Linux finns ett grafiskt verktyg från tredje part [Metadata Cleaner] (https://gitlab.com/rmnvgr/metadata-cleaner) som drivs av MAT2 och är [tillgängligt på Flathub] (https://flathub.org/apps/details/fr.romainvigier.MetadataCleaner). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ På Linux finns ett grafiskt verktyg från tredje part [Metadata Cleaner] (https
-## Mobil - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,7 @@ På Linux finns ett grafiskt verktyg från tredje part [Metadata Cleaner] (https För närvarande stöds JPEG-, PNG- och WebP-filer. [: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" }
@@ -90,42 +86,30 @@ Appen erbjuder flera sätt att radera metadata från bilder. Namn: - Du kan dra foton från en annan app till ExifEraser när båda är öppna i delad skärm. - Slutligen kan du klistra in en bild från klippbordet. -### Metapho (iOS) +## 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: -![Metapho logotyp](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -**Metapho** är en enkel och ren visare för fotometadata som datum, filnamn, storlek, kameramodell, slutartid och plats. +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: Hemsida](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Integritetspolicy" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Kommandorad - -### ExifTool +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**ExifTool** är det ursprungliga perl-biblioteket och kommandoradstillämpningen för att läsa, skriva och redigera metainformation (Exif, IPTC, XMP med mera) i en mängd olika filformat (JPEG, TIFF, PNG, PDF, RAW med mera). +**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). -Det är ofta en del av andra program för att ta bort Exif-filer och finns i de flesta Linuxdistributioners arkiv. +It is often a component of other Exif removal applications and in most Linux distribution repositories. -[:octicons-home-16: Hemsida](https://exiftool.org){ .md-button .md-button--primary } -[:octicons-info-16:](https://exiftool.org/faq.html){ .card-link title=Dokumentation} -[:octicons-code-16:](https://github.com/exiftool/exiftool){ .card-link title="Källkod" } -[:octicons-heart-16:](https://exiftool.org/#donate){ .card-link title=Bidra } +[: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-code-16:](https://github.com/exiftool/exiftool){ .card-link title="Source Code" } +[:octicons-heart-16:](https://exiftool.org/#donate){ .card-link title="Contribute" }
Downloads diff --git a/i18n/sv/tools.md b/i18n/sv/tools.md index f8ac6a4a..be1fa113 100644 --- a/i18n/sv/tools.md +++ b/i18n/sv/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/tr/data-redaction.md b/i18n/tr/data-redaction.md index d71a8d0c..9542b8e5 100644 --- a/i18n/tr/data-redaction.md +++ b/i18n/tr/data-redaction.md @@ -19,20 +19,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). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ On Linux, a third-party graphical tool [Metadata Cleaner](https://gitlab.com/rmn
-## Mobile - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,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" }
@@ -90,42 +86,30 @@ 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. -### Metapho (iOS) +## 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: -![Metapho logo](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -**Metapho** is a simple and clean viewer for photo metadata such as date, file name, size, camera model, shutter speed, and location. +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Command-line - -### ExifTool +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**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). +**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 diff --git a/i18n/tr/tools.md b/i18n/tr/tools.md index ac297ff0..74903b7a 100644 --- a/i18n/tr/tools.md +++ b/i18n/tr/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/uk/data-redaction.md b/i18n/uk/data-redaction.md index 1b34c172..1ff55f20 100644 --- a/i18n/uk/data-redaction.md +++ b/i18n/uk/data-redaction.md @@ -19,20 +19,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). +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ On Linux, a third-party graphical tool [Metadata Cleaner](https://gitlab.com/rmn
-## Mobile - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -60,7 +56,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" }
@@ -90,42 +86,30 @@ 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. -### Metapho (iOS) +## 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: -![Metapho logo](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -**Metapho** is a simple and clean viewer for photo metadata such as date, file name, size, camera model, shutter speed, and location. +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Command-line - -### ExifTool +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**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). +**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 diff --git a/i18n/uk/tools.md b/i18n/uk/tools.md index b5448732..4c4b239a 100644 --- a/i18n/uk/tools.md +++ b/i18n/uk/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/vi/data-redaction.md b/i18n/vi/data-redaction.md index 4b0adc4e..8e0d6d13 100644 --- a/i18n/vi/data-redaction.md +++ b/i18n/vi/data-redaction.md @@ -19,22 +19,18 @@ Siêu dữ liệu hiện không bị xóa khỏi tệp video nhưng đó là k
-## 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). -[Homepage](https://exifcleaner.com){ .md-button .md-button--primary } - -??? +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -49,9 +45,7 @@ Siêu dữ liệu hiện không bị xóa khỏi tệp video nhưng đó là k
-## Mobile - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -62,7 +56,7 @@ Siêu dữ liệu hiện không bị xóa khỏi tệp video nhưng đó là k 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" }
@@ -92,42 +86,30 @@ The app offers multiple ways to erase metadata from images. chú ý - 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. -### Metapho (iOS) +## 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: -![Metapho logo](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -**Metapho** is a simple and clean viewer for photo metadata such as date, file name, size, camera model, shutter speed, and location. +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Command-line - -### ExifTool +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**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). +**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 diff --git a/i18n/vi/tools.md b/i18n/vi/tools.md index 187ce5c5..ca542e61 100644 --- a/i18n/vi/tools.md +++ b/i18n/vi/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/zh-Hant/data-redaction.md b/i18n/zh-Hant/data-redaction.md index 1b89437c..79603b51 100644 --- a/i18n/zh-Hant/data-redaction.md +++ b/i18n/zh-Hant/data-redaction.md @@ -19,21 +19,19 @@ cover: data-redaction.webp
-## 電腦版應用程式 - -### MAT2 +## MAT2
![MAT2 logo](assets/img/data-redaction/mat2.svg){ align=right } -**MAT2** 是免費軟體,可以移除圖像,音頻,種子和文件文件類型的中繼資料。 它提供命令行工具和圖形用戶界面擴展給 [Dolphin](https://0xacab.org/jvoisin/mat2/-/tree/master/dolphin),其為[KDE](https://kde.org)的預設檔案管理器。 +**MAT2** is free, cross-platform software which allows you to remove metadata from image, audio, torrent, and document file types. 它提供命令行工具和圖形用戶界面擴展給 [Dolphin](https://0xacab.org/jvoisin/mat2/-/tree/master/dolphin),其為[KDE](https://kde.org)的預設檔案管理器。 -Linux 有MAT2 提供支援的第三方圖形界面工具 [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner) ,並且[可從 Flathub 取得](https://flathub.org/apps/details/fr.romainvigier.MetadataCleaner)。 +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [available on Flathub](https://flathub.org/apps/details/fr.romainvigier.MetadataCleaner). -[:octicons-repo-16: 儲存庫](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=說明文件} -[:octicons-code-16:](https://0xacab.org/jvoisin/mat2){ .card-link title="原始碼" } +[: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-code-16:](https://0xacab.org/jvoisin/mat2){ .card-link title="Source Code" }
下載 @@ -47,9 +45,7 @@ Linux 有MAT2 提供支援的第三方圖形界面工具 [Metadata Cleaner](http
-## 行動平台 - -### ExifEraser (Android) +## ExifEraser (Android)
@@ -59,9 +55,9 @@ Linux 有MAT2 提供支援的第三方圖形界面工具 [Metadata Cleaner](http 它目前支援JPEG , PNG和WebP 檔案格式。 -[:octicons-repo-16: 儲存庫](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=說明文件} -[:octicons-code-16:](https://github.com/Tommy-Geenexus/exif-eraser){ .card-link title="原始碼" } +[: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-code-16:](https://github.com/Tommy-Geenexus/exif-eraser){ .card-link title="Source Code" }
下載 @@ -90,42 +86,30 @@ Linux 有MAT2 提供支援的第三方圖形界面工具 [Metadata Cleaner](http - 在分割視窗模式下,它可以從另一個應用程式拖放圖片到 ExifEraser 。 - 最後,它允許您從剪貼板黏貼圖像。 -### Metapho (iOS) +## 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: -![Metapho logo](assets/img/data-redaction/metapho.jpg){ align=right } +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} -**Metapho** 是一個簡單清晰的相片中繼資料檢視器,例如日期、檔案名稱、大小、相機型號、快門速度和位置。 +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. -[:octicons-home-16: 首頁](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="隱私權政策" } +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. -
-下載 - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## 命令行 - -### ExifTool +## ExifTool (CLI)
![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**ExifTool** 是原始的perl庫和命令行應用程式,用於讀取、寫入和編輯各種檔案格式 (JPEG , TIFF , PNG, PDF, RAW等)的中繼資訊(Exif , IPTC , XMP...)。 +**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). -它通常是其他 Exif 移除應用程式的組件,並且在大多數 Linux 發行版儲存庫中。 +It is often a component of other Exif removal applications and in most Linux distribution repositories. -[:octicons-home-16: 首頁](https://exiftool.org){ .md-button .md-button--primary } -[:octicons-info-16:](https://exiftool.org/faq.html){ .card-link title=說明文字} -[:octicons-code-16:](https://github.com/exiftool/exiftool){ .card-link title="原始碼" } -[:octicons-heart-16:](https://exiftool.org/#donate){ .card-link title=捐款 } +[: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-code-16:](https://github.com/exiftool/exiftool){ .card-link title="Source Code" } +[:octicons-heart-16:](https://exiftool.org/#donate){ .card-link title="Contribute" }
下載 diff --git a/i18n/zh-Hant/tools.md b/i18n/zh-Hant/tools.md index 5a92a4f0..010e0ae4 100644 --- a/i18n/zh-Hant/tools.md +++ b/i18n/zh-Hant/tools.md @@ -397,8 +397,7 @@ description: Privacy Guides 社群所推薦的隱私工具、服務、軟體及 - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)
diff --git a/i18n/zh/data-redaction.md b/i18n/zh/data-redaction.md index b79d0ad7..3409b3b0 100644 --- a/i18n/zh/data-redaction.md +++ b/i18n/zh/data-redaction.md @@ -19,20 +19,18 @@ cover: data-redaction.webp
-## 电脑版 - -### MAT2 +## MAT2
-![MAT2标志](assets/img/data-redaction/mat2.svg){ align=right } +![MAT2 logo](assets/img/data-redaction/mat2.svg){ align=right } -**MAT2**是免费软件,它允许从图像、音频、洪流和文件类型中删除元数据。 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). -在Linux上,存在一个由MAT2驱动的第三方图形工具[Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner),并[在Flathub上提供](https://flathub.org/apps/details/fr.romainvigier.MetadataCleaner)。 +On Linux, you can use [Metadata Cleaner](https://gitlab.com/rmnvgr/metadata-cleaner), a third-party graphical tool powered by MAT2 that's [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" }
@@ -47,9 +45,7 @@ cover: data-redaction.webp
-## Android - -### ExifEraser (安卓系统) +## ExifEraser (安卓系统)
@@ -60,7 +56,7 @@ cover: data-redaction.webp 它目前支持JPEG、PNG和WebP文件。 [: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" }
@@ -90,42 +86,30 @@ cover: data-redaction.webp - 它允许你将照片从另一个应用程序拖入ExifEraser,当它们都以分屏模式打开时。 - 最后,它允许你从剪贴板上粘贴图片。 -### Metapho (iOS) +## 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: + +[:material-tag-minus: Clean Image Metadata](https://icloud.com/shortcuts/fb774ddb7b5b4296871776c67ac0fff9 ""){.md-button} + +You can also use it as a model for your own shortcut; just make sure that the **Preserve Metadata** option under the **Convert** action is unchecked. Once added, you can access the shortcut in the share sheet that appears when you select the :octicons-share-24: Share button. You can select multiple images and invoke the shortcut to remove their metadata all at once. + +This shortcut removes metadata such as location, device model, lens model, and other camera information. It also sets the image creation date to the time the shortcut was used. + +## ExifTool (CLI)
-![Metapho标志](assets/img/data-redaction/metapho.jpg){ align=right } +![ExifTool logo](assets/img/data-redaction/exiftool.png){ align=right } -**Metapho**是一个简单而干净的照片元数据查看器,如日期、文件名、大小、相机型号、快门速度和位置。 +**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). -[:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } -[:octicons-eye-16:](https://zininworks.com/privacy){ .card-link title="Privacy Policy" } - -
-Downloads - -- [:simple-appstore: App Store](https://apps.apple.com/app/id914457352) - -
- -
- -## Command-line - -### ExifTool - -
- -![ExifTool标志](assets/img/data-redaction/exiftool.png){ align=right } - -**ExifTool**是原始的perl库和命令行应用程序,用于读取、写入和编辑各种文件格式(JPEG、TIFF、PNG、PDF、RAW等)的元信息(Exif、IPTC、XMP等)。 - -它通常是其他Exif删除应用程序的一个组成部分,并且在大多数Linux发行库中。 +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 diff --git a/i18n/zh/tools.md b/i18n/zh/tools.md index f6a5b769..dc3f7fd9 100644 --- a/i18n/zh/tools.md +++ b/i18n/zh/tools.md @@ -397,8 +397,7 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![MAT2 logo](assets/img/data-redaction/mat2.svg){ .twemoji loading=lazy } [MAT2](data-redaction.md#mat2) - ![ExifEraser logo](assets/img/data-redaction/exiferaser.svg){ .twemoji loading=lazy } [ExifEraser (Android)](data-redaction.md#exiferaser-android) -- ![Metapho logo](assets/img/data-redaction/metapho.jpg){ .twemoji loading=lazy } [Metapho (iOS)](data-redaction.md#metapho-ios) -- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool) +- ![ExifTool logo](assets/img/data-redaction/exiftool.png){ .twemoji loading=lazy } [ExifTool (CLI)](data-redaction.md#exiftool-cli)