EXIF metadata stripping is now a default

Signed-off-by: June <june@eridan.me>
This commit is contained in:
June 2022-02-12 04:50:46 +00:00 committed by Daniel Micay
parent c40b712715
commit f16b3b8161

View File

@ -601,14 +601,14 @@
when including audio is disabled. Location permission is only needed if you when including audio is disabled. Location permission is only needed if you
explicitly enabling location tagging, which is an experimental feature.</p> explicitly enabling location tagging, which is an experimental feature.</p>
<p>By default, captured images currently include an EXIF timestamp, the phone <p>By default, EXIF metadata is stripped for captured images and only includes
model and an abstraction of the exposure configuration. You can toggle on the orientation. Orientation metadata isn't stripped since it's fully visible
stripping EXIF metadata in the More Settings menu opened from the settings from how the image is displayed so it doesn't count as hidden metadata and is
dialog. Stripping EXIF metadata will become the default in the future. needed for proper display. You can toggle off stripping EXIF metadata in the
Orientation metadata isn't stripped since it's fully visible from how the More Settings menu opened from the settings dialog. Disabling EXIF metadata
image is displayed so it doesn't count as hidden metadata and is needed for stripping will include an EXIF timestamp, the phone model and an abstraction
proper display. Location tagging is disabled by default and the EXIF stripping of the exposure configuration. Location tagging is disabled by default and the
option respects the toggle for it rather than stripping it.</p> EXIF stripping option respects the toggle for it rather than stripping it.</p>
</section> </section>
<section id="google-camera"> <section id="google-camera">