Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1dc01a98 authored by Mark Harman's avatar Mark Harman
Browse files

Clarify in settings that PNG image format is not truly lossless.

parent c6f50e92
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -48,10 +48,11 @@
<p>&lt; <small><a href="index.html">Main Page.</a></small></p>

<pre>
Version 1.48 (Work in progress)
Version 1.47.3 (Work in progress)

FIXED   Grids were being drawing too faintly.
UPDATED Minor accessibility improvements.
UPDATED Clarify in settings that PNG image format is not truly lossless.

Version 1.47.2 (2019/09/04)

+2 −0
Original line number Diff line number Diff line
@@ -893,6 +893,8 @@

    <string name="exposure_compensation_seekbar">Seekbar to change exposure compensation</string>

    <string name="preference_image_format_summary">Select the file format used for saving photos. This affects \"standard\" (not RAW) photos. Note that PNG format is not truly lossless, instead it is converted from a JPEG at 100%% quality.\n%s</string>

    <!-- There's no point translating the What's New text - it'll be updated constantly, and change each version -->
    <string name="whats_new_text">
        <small>[This dialog is shown when Open Camera is updated. You can disable it under
+1 −1
Original line number Diff line number Diff line
@@ -692,7 +692,7 @@
            <ListPreference
                android:key="preference_image_format"
                android:title="@string/preference_image_format"
                android:summary="%s"
                android:summary="@string/preference_image_format_summary"
                android:entries="@array/preference_image_format_entries"
                android:entryValues="@array/preference_image_format_values"
                android:defaultValue="preference_image_format_jpeg"