1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 09:42:35 +00:00

General site-wide consistency updates (#1085)

Co-Authored-By: Daniel Gray <dng@disroot.org>
This commit is contained in:
lexi
2022-04-23 03:59:26 +00:00
committed by Daniel Gray
parent ba59882e94
commit c8bd1533d8
11 changed files with 161 additions and 131 deletions

View File

@ -63,10 +63,6 @@ When sharing files, be sure to remove associated metadata. Image files commonly
### Imagepipe
!!! info
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).
!!! recommendation
![Imagepipe logo](assets/img/metadata-removal/imagepipe.svg){ align=right }
@ -80,12 +76,12 @@ When sharing files, be sure to remove associated metadata. Image files commonly
- [:pg-f-droid: F-Droid](https://f-droid.org/en/packages/de.kaffeemitkoffein.imagepipe/)
- [:fontawesome-brands-git: Source](https://codeberg.org/Starfish/Imagepipe)
!!! info
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).
### Metapho
!!! attention
Metapho is closed source. We recommend it, due to the few choices there are for iOS devices.
!!! recommendation
![Metapho logo](assets/img/metadata-removal/metapho.jpg){ align=right }
@ -98,6 +94,11 @@ When sharing files, be sure to remove associated metadata. Image files commonly
- [:fontawesome-brands-app-store-ios: App Store](https://apps.apple.com/us/app/metapho/id914457352)
!!! attention
Metapho is closed source. We recommend it, due to the few choices there are for iOS devices.
## Command-line
### ExifTool
@ -120,10 +121,11 @@ When sharing files, be sure to remove associated metadata. Image files commonly
- [:fontawesome-brands-git: Source](https://sourceforge.net/projects/exiftool)
- [:fontawesome-brands-github: Source](https://github.com/exiftool/exiftool)
To delete data from a directory of files:
```bash
exiftool -all= *.file_extension
```
??? example "Deleting data from a directory of files"
```bash
exiftool -all= *.file_extension
```
--8<-- "includes/abbreviations.en.md"