Adding PrivacyBlur (#690)

This commit is contained in:
Daniel Gray 2022-03-10 14:10:35 +00:00
parent ec83340292
commit f6f8fd8ac4
No known key found for this signature in database
GPG Key ID: 41911F722B0F9AE3
3 changed files with 20 additions and 2 deletions

View File

@ -10,9 +10,9 @@ description: |
- Microphone permission not required unless you want to record sound
### Notes
Metadata is not currently stripped from video files but that is planned.
Metadata is not currently deleted from video files but that is planned.
The orientation metadata is not stripped, and if you enable location that is not stripped as well.
The image orientation metadata is not deleted. If you enable location (GPS) that **won't** be either and you may need to use an external app such as [Scrambled Exif](https://gitlab.com/juanitobananas/scrambled-exif/).
website: 'https://github.com/GrapheneOS/Camera'
downloads:

View File

@ -0,0 +1,16 @@
title: PrivacyBlur
type: Recommendation
logo: /assets/img/android/privacyblur.svg
description: |
**PrivacyBlur** is a free app which can blur sensitive portions of pictures before sharing them online.
### Notes
You should **never** use blur to redact [text in images](https://bishopfox.com/blog/unredacter-tool-never-pixelation). If you want to redact text in an image, draw a box over the text. For this we suggest [Pocket Paint](https://github.com/Catrobat/Paintroid) or [Imagepipe](https://codeberg.org/Starfish/Imagepipe).
website: 'https://privacyblur.app/'
downloads:
- icon: fab fa-android
url: 'https://f-droid.org/en/packages/de.mathema.privacyblur/'
- icon: fab fa-google-play
url: 'https://play.google.com/store/apps/details?id=de.mathema.privacyblur'
- icon: fab fa-github
url: 'https://github.com/MATHEMA-GmbH/privacyblur'

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg"><defs><mask id="mask-2" fill="#ffffff"><circle cx="384" cy="384" r="384"/></mask></defs><g id="Group" transform="scale(.044097)" fill-rule="evenodd" mask="url(#mask-2)"><rect id="Rectangle" width="192" height="192" fill="#0d2e46"/><rect x="192" width="192" height="192" fill="#415a6e"/><rect x="384" width="192" height="192" fill="#597961"/><rect x="576" width="192" height="192" fill="#6d4048"/><rect x="576" y="192" width="192" height="192" fill="#e08f88"/><rect x="384" y="192" width="192" height="192" fill="#e3b59c"/><rect x="192" y="192" width="192" height="192" fill="#8ba281"/><rect y="192" width="192" height="192" fill="#6378ab"/><rect y="384" width="192" height="192" fill="#7d5a49"/><rect x="192" y="384" width="192" height="192" fill="#b48268"/><rect x="384" y="384" width="192" height="192" fill="#8f595b"/><rect x="576" y="384" width="192" height="192" fill="#ebe0d3"/><rect x="576" y="576" width="192" height="192" fill="#5f495d"/><rect x="384" y="576" width="192" height="192" fill="#b1a0b8"/><rect x="192" y="576" width="192" height="192" fill="#fbeee9"/><rect y="576" width="192" height="192" fill="#c08679"/></g></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB