diff options
| author | June <june@eridan.me> | 2022-02-12 04:50:46 +0000 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-02-11 23:55:06 -0500 |
| commit | f16b3b816117dcd61825185ed2c9bd507f01541c (patch) | |
| tree | 29e82466d2be314102bab6cce25bd3007f3e1281 /static | |
| parent | c40b71271571acae459b5633a8e5838ab18cc29b (diff) | |
EXIF metadata stripping is now a default
Signed-off-by: June <june@eridan.me>
Diffstat (limited to 'static')
| -rw-r--r-- | static/usage.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/static/usage.html b/static/usage.html index d8798783..84e78954 100644 --- a/static/usage.html +++ b/static/usage.html @@ -601,14 +601,14 @@ when including audio is disabled. Location permission is only needed if you explicitly enabling location tagging, which is an experimental feature.</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> + <p>By default, EXIF metadata is stripped for captured images and only includes + the orientation. 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. You can toggle off stripping EXIF metadata in the + More Settings menu opened from the settings dialog. Disabling EXIF metadata + stripping will include an EXIF timestamp, the phone model and an abstraction + of the exposure configuration. 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"> |
