summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-03-01 20:41:55 -0500
committerDaniel Micay <danielmicay@gmail.com>2022-03-01 20:41:55 -0500
commitc865afa0d8076ad8b2ae30edefe8e058f8308edf (patch)
tree03443b7ce79f485caa54e1cc4185a49ea9fe53f2
parentaf5852c3bf7638aba3198b2639beaf16566ea79b (diff)
clarify EXIF stripping being planned for videos
-rw-r--r--static/usage.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/static/usage.html b/static/usage.html
index e9583524..e536a485 100644
--- a/static/usage.html
+++ b/static/usage.html
@@ -602,10 +602,11 @@
explicitly enabling location tagging, which is an experimental feature.</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
+ the orientation. Stripping metadata for videos is planned but not supported
+ yet. 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>