Git commit 2ffc44c5243759ba7399d22a0f464e1132efff83 by Yuri Chornoivan. Committed on 25/08/2019 at 07:04. Pushed by yurchor into branch 'master'.
Add JPEG quality option to the docs M +8 -2 doc/index.docbook https://commits.kde.org/gwenview/2ffc44c5243759ba7399d22a0f464e1132efff83 diff --git a/doc/index.docbook b/doc/index.docbook index 39a65adf..409f97c2 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -36,8 +36,8 @@ </copyright> <legalnotice>&FDLNotice;</legalnotice> -<date>2018-10-14</date> -<releaseinfo>Applications 18.12</releaseinfo> +<date>2019-08-25</date> +<releaseinfo>Applications 19.12</releaseinfo> <abstract> <para>&gwenview; is an image and video viewer.</para> </abstract> @@ -723,6 +723,12 @@ Link an image.</para></listitem> <para>Move the slider to change the color of the gray background in Browse and View mode from black (the leftmost position) to white (the rightmost position).</para> </listitem> </varlistentry> + <varlistentry> + <term><guilabel>JPEG save quality</guilabel></term> + <listitem> + <para>JPEG save/compression quality setting, which can be temporarily overridden in the <guilabel>Save As</guilabel> dialog when saving a file as a JPEG. When saving an existing JPEG file with a new name or after performing a non-lossy edit (⪚ rotation, which only changes the EXIF rotation tag), the appearance of the file is not changed because no actual image manipulation is done.</para> + </listitem> + </varlistentry> <varlistentry> <term><guilabel>Thumbnail actions</guilabel></term> <listitem>
