diff --git a/docs/assets/img/metadata-removal/exiferaser.svg b/docs/assets/img/metadata-removal/exiferaser.svg new file mode 100644 index 00000000..f3bfab7f --- /dev/null +++ b/docs/assets/img/metadata-removal/exiferaser.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/docs/assets/img/metadata-removal/imagepipe.svg b/docs/assets/img/metadata-removal/imagepipe.svg deleted file mode 100644 index 74c1dc70..00000000 --- a/docs/assets/img/metadata-removal/imagepipe.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/assets/img/metadata-removal/scrambled-exif.svg b/docs/assets/img/metadata-removal/scrambled-exif.svg deleted file mode 100644 index 9d59ccf4..00000000 --- a/docs/assets/img/metadata-removal/scrambled-exif.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/docs/metadata-removal-tools.en.md b/docs/metadata-removal-tools.en.md index 89b7468a..31388154 100644 --- a/docs/metadata-removal-tools.en.md +++ b/docs/metadata-removal-tools.en.md @@ -47,23 +47,41 @@ When sharing files, be sure to remove associated metadata. Image files commonly ## Mobile -### Imagepipe (Android) +### ExifEraser (Android) !!! recommendation - ![Imagepipe logo](assets/img/metadata-removal/imagepipe.svg){ align=right } + ![ExifEraser logo](assets/img/metadata-removal/exiferaser.svg){ align=right } - **Imagepipe** is a a paint app for Android that can be used to redact photos and also delete Exif metadata. It has been translated into [many](https://codeberg.org/Starfish/Imagepipe#translations) languages. + **ExifEraser** is a modern, permissionless image metadata erasing application for Android. - [:octicons-repo-16: Repository](https://codeberg.org/Starfish/Imagepipe){ .md-button .md-button--primary } - [:octicons-info-16:](https://codeberg.org/Starfish/Imagepipe/src/branch/master/README.md){ .card-link title=Documentation} - [:octicons-code-16:](https://codeberg.org/Starfish/Imagepipe){ .card-link title="Source Code" } + 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-code-16:](https://github.com/Tommy-Geenexus/exif-eraser){ .card-link title="Source Code" } ??? downloads - - [:pg-f-droid: F-Droid](https://f-droid.org/en/packages/de.kaffeemitkoffein.imagepipe/) + - [:fontawesome-brands-google-play: Google Play](https://play.google.com/store/apps/details?id=com.none.tom.exiferaser) + - [:fontawesome-brands-android: IzzyOnDroid (APK)](https://android.izzysoft.de/repo/apk/com.none.tom.exiferaser) + - [:fontawesome-brands-github: GitHub](https://github.com/Tommy-Geenexus/exif-eraser/releases) -Imagepipe is only available from F-Droid and not in Google Play. If you're looking for a paint app in Google Play we suggest [Pocket Paint](https://play.google.com/store/apps/details?id=org.catrobat.paintroid). +The metadata that is erased depends on the image's file type: + +* **JPEG**: ICC Profile, Exif, Photoshop Image Resources and XMP/ExtendedXMP metadata will be erased if it exists. +* **PNG**: ICC Profile, Exif and XMP metadata will be erased if it exists. +* **WebP**: ICC Profile, Exif and XMP metadata will be erased if it exists. + +After processing the images, ExifEraser provides you with a full report about what exactly was removed from each image. + +The app offers multiple ways to erase metadata from images. Namely: + +* You can share an image from another application with ExifEraser. +* Through the app itself, you can select a single image, multiple images at once, or even an entire directory. +* It features a "Camera" option, which uses your operating system's camera app to take a photo, and then it removes the metadata from it. +* 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) @@ -72,7 +90,7 @@ Imagepipe is only available from F-Droid and not in Google Play. If you're looki ![Metapho logo](assets/img/metadata-removal/metapho.jpg){ align=right } Metapho is a simple and clean viewer for photo metadata such as date, file name, size, camera model, shutter speed, and location. - + Metapho is closed source, however we recommend it due to the few choices there are for iOS. [:octicons-home-16: Homepage](https://zininworks.com/metapho){ .md-button .md-button--primary } @@ -82,25 +100,6 @@ Imagepipe is only available from F-Droid and not in Google Play. If you're looki - [:fontawesome-brands-app-store-ios: App Store](https://apps.apple.com/us/app/metapho/id914457352) -### Scrambled Exif (Android) - -!!! recommendation - - ![Scrambled Exif logo](assets/img/metadata-removal/scrambled-exif.svg){ align=right } - - **Scrambled Exif** is a metadata removal tool for Android. It can remove Exif data for many file formats and has been translated into [many](https://gitlab.com/juanitobananas/scrambled-exif/-/tree/master/app/src/main/res) languages. - - [:octicons-repo-16: Repository](https://gitlab.com/juanitobananas/scrambled-exif){ .md-button .md-button--primary } - [:octicons-eye-16:](https://gitlab.com/juanitobananas/scrambled-exif/-/blob/master/PRIVACY.md){ .card-link title="Privacy Policy" } - [:octicons-info-16:](https://gitlab.com/juanitobananas/scrambled-exif/-/blob/master/README.md){ .card-link title=Documentation} - [:octicons-code-16:](https://gitlab.com/juanitobananas/scrambled-exif){ .card-link title="Source Code" } - [:octicons-heart-16:](https://gitlab.com/juanitobananas/scrambled-exif#donating){ .card-link title=Contribute } - - ??? downloads - - - [:fontawesome-brands-google-play: Google Play](https://play.google.com/store/apps/details?id=com.jarsilio.android.scrambledeggsif) - - [:pg-f-droid: F-Droid](https://f-droid.org/en/packages/com.jarsilio.android.scrambledeggsif) - ## Command-line ### ExifTool diff --git a/docs/tools.en.md b/docs/tools.en.md index c627b10e..440a35b5 100644 --- a/docs/tools.en.md +++ b/docs/tools.en.md @@ -316,9 +316,8 @@ We [recommend](dns.md#recommended-providers) a number of encrypted DNS servers b - ![ExifCleaner logo](assets/img/metadata-removal/exifcleaner.svg){ .twemoji } [ExifCleaner](metadata-removal-tools.md#exifcleaner) - ![MAT2 logo](assets/img/metadata-removal/mat2.svg){ .twemoji } [MAT2](metadata-removal-tools.md#mat2) -- ![Imagepipe logo](assets/img/metadata-removal/imagepipe.svg){ .twemoji } [Imagepipe (Android)](metadata-removal-tools.md#imagepipe) +- ![ExifEraser logo](assets/img/metadata-removal/exiferaser.svg){ .twemoji } [ExifEraser (Android)](metadata-removal-tools.md#exiferaser-android) - ![Metapho logo](assets/img/metadata-removal/metapho.jpg){ .twemoji } [Metapho (iOS)](metadata-removal-tools.md#metapho) -- ![Scrambled Exif logo](assets/img/metadata-removal/scrambled-exif.svg){ .twemoji } [Scrambled Exif (Android)](metadata-removal-tools.md#scrambled-exif) - ![ExifTool logo](assets/img/metadata-removal/exiftool.png){ .twemoji } [ExifTool (CLI)](metadata-removal-tools.md#exiftool)