diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-01-29 16:32:49 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-01-29 16:32:49 -0500 |
| commit | d46e93734e8f249fedb72ba39f0f7a39b7245d92 (patch) | |
| tree | 05231e75670bc8e540ca93c588b89c44ffb19122 | |
| parent | 17818710c48f0900cc35a05f9e496ed7a5118529 (diff) | |
GrapheneOS Camera has EXIF stripping support
| -rw-r--r-- | static/usage.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/static/usage.html b/static/usage.html index a2960242..693e7b65 100644 --- a/static/usage.html +++ b/static/usage.html @@ -606,11 +606,14 @@ when including audio is disabled. Location permission is only needed if you explicitly enabling location tagging, which is an experimental feature.</p> - <p>Captured images currently include an EXIF timestamp, the phone model and an - abstraction of the exposure configuration. This will become fully optional in - the future and will likely be opt-in rather than opt-out. EXIF orientation - data is crucial for setting the proper orientation of the image. Videos have - their own similar metadata.</p> + <p>By default, captured images currently include an EXIF timestamp, the phone + model and an abstraction of the exposure configuration. You can toggle on + stripping EXIF metadata in the More Settings menu opened from the settings + dialog. Stripping EXIF metadata will become the default in the future. + Orientation metadata isn't stripped since it's fully visible from how the + image is displayed so it doesn't count as hidden metadata and is needed for + proper display. Location tagging is disabled by default and the EXIF stripping + option respects the toggle for it rather than stripping it.</p> </section> <section id="google-camera"> |
