clarify EXIF stripping being planned for videos

This commit is contained in:
Daniel Micay 2022-03-01 20:41:55 -05:00
parent af5852c3bf
commit c865afa0d8

View File

@ -602,10 +602,11 @@
explicitly enabling location tagging, which is an experimental feature.</p> explicitly enabling location tagging, which is an experimental feature.</p>
<p>By default, EXIF metadata is stripped for captured images and only includes <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 the orientation. Stripping metadata for videos is planned but not supported
from how the image is displayed so it doesn't count as hidden metadata and is yet. Orientation metadata isn't stripped since it's fully visible from how the
needed for proper display. You can toggle off stripping EXIF metadata in the image is displayed so it doesn't count as hidden metadata and is needed for
More Settings menu opened from the settings dialog. Disabling EXIF metadata 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 stripping will include an EXIF timestamp, the phone model and an abstraction
of the exposure configuration. Location tagging is disabled by default and the 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> EXIF stripping option respects the toggle for it rather than stripping it.</p>