Git commit d825e20741fac36a9882293342329e0b9db25046 by Yuri Chornoivan. Committed on 01/06/2020 at 18:07. Pushed by yurchor into branch 'master'.
Add 'Apply only the profile embedded in the image file' option to the docs M +9 -2 doc/index.docbook https://invent.kde.org/graphics/gwenview/commit/d825e20741fac36a9882293342329e0b9db25046 diff --git a/doc/index.docbook b/doc/index.docbook index 409f97c2f..fcf64c665 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -36,8 +36,8 @@ </copyright> <legalnotice>&FDLNotice;</legalnotice> -<date>2019-08-25</date> -<releaseinfo>Applications 19.12</releaseinfo> +<date>2020-06-01</date> +<releaseinfo>Applications 20.08</releaseinfo> <abstract> <para>&gwenview; is an image and video viewer.</para> </abstract> @@ -876,6 +876,13 @@ Link an image.</para></listitem> </itemizedlist> </listitem> </varlistentry> + <varlistentry> + <term><guilabel>Color profile</guilabel></term> + <listitem> + <para>Allows choosing if you want to additionally apply the system-wide <ulink url="https://en.wikipedia.org/wiki/ICC_profile">color profile</ulink> to the color profile from the image file.</para> + <para>If the <guilabel>Apply only the profile embedded in the image file</guilabel> item is checked &gwenview; assumes that the system-wide color correction already applies monitor profile.</para> + </listitem> + </varlistentry> </variablelist> </sect1> <sect1 id="hidden-configuration">
