[gimp-help-2] Some more updates in Preferences



commit 7455ebb0886c5faa8282ce792b74218195b212b2
Author: Julien Hardelin <jhardlin orange fr>
Date:   Thu Feb 16 07:50:02 2017 +0100

    Some more updates in Preferences

 images/C/menus/file/new/precision.png              |  Bin 0 -> 41362 bytes
 images/C/preferences/prefs-default-new-image.png   |  Bin 0 -> 82747 bytes
 images/C/preferences/prefs-playground.png          |  Bin 0 -> 19263 bytes
 images/C/preferences/prefs-theme.png               |  Bin 42629 -> 39746 bytes
 src/menus/file/new.xml                             |   88 +++++++++++++++++++-
 src/menus/image/configure-grid.xml                 |    5 +-
 src/using/preferences/preferences_introduction.xml |    3 +-
 src/using/preferences/prefs-default-grid.xml       |    4 +-
 src/using/preferences/prefs-default-image.xml      |    8 +-
 src/using/preferences/prefs-interface.xml          |   13 ++-
 src/using/preferences/prefs-playground.xml         |   36 ++++++++
 src/using/preferences/prefs-tool-options.xml       |   52 ++++--------
 12 files changed, 154 insertions(+), 55 deletions(-)
---
diff --git a/images/C/menus/file/new/precision.png b/images/C/menus/file/new/precision.png
new file mode 100644
index 0000000..39af155
Binary files /dev/null and b/images/C/menus/file/new/precision.png differ
diff --git a/images/C/preferences/prefs-default-new-image.png 
b/images/C/preferences/prefs-default-new-image.png
new file mode 100644
index 0000000..8d9e370
Binary files /dev/null and b/images/C/preferences/prefs-default-new-image.png differ
diff --git a/images/C/preferences/prefs-playground.png b/images/C/preferences/prefs-playground.png
new file mode 100644
index 0000000..b2f8e31
Binary files /dev/null and b/images/C/preferences/prefs-playground.png differ
diff --git a/images/C/preferences/prefs-theme.png b/images/C/preferences/prefs-theme.png
index 70a58c8..a7cbb70 100644
Binary files a/images/C/preferences/prefs-theme.png and b/images/C/preferences/prefs-theme.png differ
diff --git a/src/menus/file/new.xml b/src/menus/file/new.xml
index 6dc4537..5bfd346 100644
--- a/src/menus/file/new.xml
+++ b/src/menus/file/new.xml
@@ -23,6 +23,7 @@
     <primary>New Image</primary>
   </indexterm>
 
+
   <para>
     Using the <quote>Create a New Image</quote> dialog, you can
     create a new empty image and set its
@@ -35,7 +36,7 @@
     <itemizedlist>
       <listitem>
         <para>
-          You can access the command in the Image menu through:
+          You can access the command in the image menu through:
           <menuchoice>
             <guimenu>File</guimenu>
             <guimenuitem>New…</guimenuitem>
@@ -153,6 +154,12 @@
 
   <sect3>
     <title>Advanced Options</title>
+    <indexterm>
+      <primary>Precision</primary>
+    </indexterm>
+    <indexterm>
+      <primary>8-bit, 16-bit, 32-bit</primary>
+    </indexterm>
     <figure>
       <title>New Image dialog (Advanced Options)</title>
       <mediaobject>
@@ -257,7 +264,84 @@
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term>Fill</term>
+        <term>Precision</term>
+        <!--From www.gimpusers.com/tutorials/whats-new-in gimp-2-10-->
+        <listitem>
+          <para>
+            A huge step for GIMP: 16-32 bits per channel support is at last 
+            available.
+            You are now able to work with a lot more color information and 
+            detail in your pictures. This support basically gives you the 
+            ability to create super-smooth color transitions on your picture. 
+            Next improvement will be to have RAW files edited with GIMP 
+            <emphasis>directly</emphasis> since there is enough color space to 
+            bring back all the details that are stored inside a RAW file 
+            – however this is not implemented yet.
+          </para>
+          <para>
+            Five options are available:
+            <itemizedlist>
+              <listitem>
+                <para>
+                  8-bit integer
+                </para>
+              </listitem>
+              <listitem>
+                <para>
+                  16-bit integer
+                </para>
+              </listitem>
+              <listitem>
+                <para>
+                  32-bit integer
+                </para>
+              </listitem>
+              <listitem>
+                <para>
+                  16-bit floating point
+                </para>
+              </listitem>
+              <listitem>
+                <para>
+                  32-bit floating point
+                </para>
+              </listitem>
+            </itemizedlist>
+          </para>
+          <para>
+            If you wonder what the difference is between integer and floating 
+            point (in the graphics area): If you have an image with 16-bit 
+            integer precision per channel, then you have 65.536 shades of 
+            different red, green and blue color tones – all of them equally 
+            stepped to each other (equal color distance). If you have it in 
+            floating point, then there are no equal-wide steps – so you can 
+            distribute the possible color values over selected ranges. For 
+            example: if you know that you have a very dark image with many 
+            shades of dark red color tones then you would benefit from floating 
+            point because you can decrease the importance of the brighter color 
+            tones and get most color detail out of only the darker reds.
+          </para>
+          <figure>
+            <title>Precision example</title>
+            <mediaobject>
+              <imageobject>
+                <imagedata format="PNG"
+                  fileref="images/menus/file/new/precision.png"/>
+              </imageobject>
+              <caption>
+                <para>
+                  Left image is 8-bit, right is 32-bit. You can see that there 
+                  are much more available colors between color transitions on 
+                  the right image.
+                </para>
+              </caption>
+            </mediaobject>
+          </figure>
+        </listitem>    
+      </varlistentry>      
+            
+      <varlistentry>
+        <term>Fill with</term>
         <listitem>
           <para>
             Here, you specify the background color that is used for your new
diff --git a/src/menus/image/configure-grid.xml b/src/menus/image/configure-grid.xml
index e209492..6fe8d9d 100644
--- a/src/menus/image/configure-grid.xml
+++ b/src/menus/image/configure-grid.xml
@@ -2,10 +2,7 @@
 <!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
                        "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!-- section history:
-  2007-11-16 j.h: revised 'en;fr' for v2.4
-  2007-09-26 AntI: Added 'es'
-  2007-02-21 alex falappa: added it translation
-  2006-07-29 scb: revised 'en'
+  2017-02-10 j.h Reviewed for update. Nothing to be done except figure
 -->
 <sect2 id="gimp-image-configure-grid">
   <title>Configure Grid…</title>
diff --git a/src/using/preferences/preferences_introduction.xml 
b/src/using/preferences/preferences_introduction.xml
index 8ac6656..33000a7 100644
--- a/src/using/preferences/preferences_introduction.xml
+++ b/src/using/preferences/preferences_introduction.xml
@@ -47,12 +47,13 @@
   </sect2>
   <xi:include href="prefs-system-resources.xml"/>
   <xi:include href="prefs-color-management.xml"/>
+  <xi:include href="prefs-playground.xml"/>
+  <xi:include href="prefs-tool-options.xml"/>
   <xi:include href="prefs-default-image.xml"/>
   <xi:include href="prefs-default-grid.xml"/>
   <xi:include href="prefs-interface.xml"/>
   <xi:include href="prefs-theme.xml"/>
   <xi:include href="prefs-toolbox.xml"/>
-  <xi:include href="prefs-tool-options.xml"/>
   <xi:include href="prefs-help.xml"/>
   <xi:include href="prefs-display.xml"/>
   <xi:include href="prefs-window-management.xml"/>
diff --git a/src/using/preferences/prefs-default-grid.xml b/src/using/preferences/prefs-default-grid.xml
index 5f8cbe1..ade045e 100644
--- a/src/using/preferences/prefs-default-grid.xml
+++ b/src/using/preferences/prefs-default-grid.xml
@@ -2,9 +2,7 @@
 <!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
                        "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!-- section history
-  2008-04-16 Mr.Dust : added 'ko'
-  2006-11-01 lexa: made the file docbook compliant
-  2008-01-28 jpl: update text & images
+  2017-02-10 j.h Update
 -->
 <sect2 id="gimp-prefs-default-grid">
   <title>Default Image Grid</title>
diff --git a/src/using/preferences/prefs-default-image.xml b/src/using/preferences/prefs-default-image.xml
index 4e51c4c..2f160a4 100644
--- a/src/using/preferences/prefs-default-image.xml
+++ b/src/using/preferences/prefs-default-image.xml
@@ -2,15 +2,13 @@
 <!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
                        "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!--  section history:
-  2008-04-16 Mr.Dust : added 'ko'
-  2007-09-29 AntI: Added 'es'
-  2006-11-01 lexa: made the file docbook compliant
+  2017-02-09 j.h Update
 -->
 <sect2 id="gimp-prefs-new-image">
   <title>Default Image Preferences</title>
 
   <indexterm>
-    <primary>Dialogs</primary>
+    <primary>Image</primary>
     <secondary>Preferences</secondary>
     <tertiary>Default image</tertiary>
   </indexterm>
@@ -25,7 +23,7 @@
     <mediaobject>
       <imageobject>
         <imagedata format="PNG"
-          fileref="images/preferences/prefs-new-image.png"/>
+          fileref="images/preferences/prefs-default-new-image.png"/>
       </imageobject>
     </mediaobject>
   </figure>
diff --git a/src/using/preferences/prefs-interface.xml b/src/using/preferences/prefs-interface.xml
index c86cd7b..ca74b83 100755
--- a/src/using/preferences/prefs-interface.xml
+++ b/src/using/preferences/prefs-interface.xml
@@ -2,9 +2,7 @@
 <!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
                        "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!--  section history:
-  2008-04-08 Mr.Dust : added 'ko'
-  2006-11-01 lexa: made the file docbook compliant
-  2008-01-28 jpl: update text & images
+  2017-02-10 j.h Update
 -->
 <sect2 id="gimp-prefs-interface">
   <title>Interface</title>
@@ -78,6 +76,10 @@
           layer and channel preview size</guilabel> and <guilabel>Navigation
           preview size</guilabel>.
         </para>
+        <para>
+          You can also customize the <guilabel>Undo preview size</guilabel> and 
+          the <guilabel>Navigation preview size</guilabel>.
+        </para>
       </listitem>
     </varlistentry>
     <varlistentry id="prefs-kbd-shortcuts" xreflabel="Keyboard Shortcuts">
@@ -113,7 +115,7 @@
         <para>
           If you change shortcuts, you will probably want your changes
           to continue to apply in future GIMP sessions.  If not,
-          uncheck <guilabel>Save keyboard shortcuts on exit</guilabel>. But
+          uncheck <guilabel>Save Keyboard Shortcuts on exit</guilabel>. But
           remember that you have done this, or you may be frustrated
           later. If you don't want to save shortcuts on exit every
           session, you can save the current settings at any time using the
@@ -121,7 +123,8 @@
           be applied to future sessions.  If you decide that you have made
           some bad decisions concerning shortcuts, you can reset them to
           their original state by pressing <guilabel>Reset Saved Keyboard
-          Shortcuts to Default Values</guilabel>.
+          Shortcuts to Default Values</guilabel>. A new possibility: 
+          <guilabel>Remove All Keyboard Shortcuts</guilabel>.
         </para>
       </listitem>
     </varlistentry>
diff --git a/src/using/preferences/prefs-playground.xml b/src/using/preferences/prefs-playground.xml
new file mode 100644
index 0000000..f85a966
--- /dev/null
+++ b/src/using/preferences/prefs-playground.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+                       "http://www.docbook.org/xml/4.3/docbookx.dtd";>
+<!-- section history
+  2007-02-09 j.h Create
+-->
+<sect2 id="gimp-prefs-playground">
+  <title>Playground</title>
+
+  <indexterm>
+    <primary>Using</primary>
+    <secondary>Preferences</secondary>
+    <tertiary>Playground</tertiary>
+  </indexterm>
+  <indexterm>
+    <primary>Using</primary>
+    <secondary>Preferences</secondary>
+    <tertiary>Insane Options</tertiary>
+  </indexterm>
+
+  <figure>
+    <title>Insane Options</title>
+    <mediaobject>
+      <imageobject>
+        <imagedata fileref="images/preferences/prefs-playground.png" 
+format="PNG"/>
+      </imageobject>
+      <caption>
+        <para>
+          This page lets you select some experimental tools.
+        </para>
+      </caption>
+    </mediaobject>
+  </figure>
+
+</sect2>
\ No newline at end of file
diff --git a/src/using/preferences/prefs-tool-options.xml b/src/using/preferences/prefs-tool-options.xml
index a711405..f35da8a 100644
--- a/src/using/preferences/prefs-tool-options.xml
+++ b/src/using/preferences/prefs-tool-options.xml
@@ -2,8 +2,7 @@
 <!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
                        "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!--  section history:
-  2008-04-14 Mr.Dust : added 'ko'
-  2007-03-23 KoSt: added 'no'
+  2017-02-09 j.h update
   2006-11-01 lexa: made the file docbook compliant
   2008-01-28 jpl: update text & images
 -->
@@ -61,34 +60,6 @@
     </variablelist>
 
     <variablelist>
-      <title>Guide and Grid Snapping</title>
-      <varlistentry>
-        <term>Snap distance</term>
-        <listitem>
-          <para><quote>Snapping</quote> to guides, or to an image grid, means
-            that when a tool is applied by clicking somewhere on the image
-            display, if the clicked point is near enough to a guide or grid,
-            it is shifted exactly onto the guide or grid.  Snapping to
-            guides can be toggled using
-            <menuchoice>
-              <guimenu>View</guimenu>
-              <guimenuitem>Snap to Guides</guimenuitem>
-            </menuchoice>
-            in the image menu; and if the grid is switched on, snapping
-            to it can be toggled using
-            <menuchoice>
-              <guimenu>View</guimenu>
-              <guimenuitem>Snap to Grid</guimenuitem>
-            </menuchoice>.
-            This preference option determines how close a
-            clicked point must be to a guide or grid in order to be
-            snapped onto it, in pixels.
-          </para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-
-    <variablelist>
       <title>Scaling</title>
       <varlistentry>
         <term>Default interpolation</term>
@@ -133,10 +104,22 @@
               </listitem>
             </varlistentry>
             <varlistentry>
-              <term>Sinc (Lanczos3)</term>
+              <term>NoHalo</term>
               <listitem>
                 <para>
-                  This method performs a high quality interpolation.
+                  This method performs a high quality interpolation. Use the 
+                  NoHalo method when you downscale an image to less than a half 
+                  of the original size.
+                </para>
+              </listitem>
+            </varlistentry>
+            <varlistentry>
+              <term>LoHalo</term>
+              <listitem>
+                <para>
+                  This method performs a high quality interpolation. Use the 
+                  LoHalo method when you do not reduce the size much (rotate, 
+                  shear).
                 </para>
               </listitem>
             </varlistentry>
@@ -147,9 +130,8 @@
 
     <variablelist>
       <title>Paint Options Shared Between Tools</title>
-      <varlistentry>
-      <!-- TODO: change to Brush, Dynamics, Pattern, Gradient -->      
-        <term>Brush, Pattern, Gradient</term>
+      <varlistentry>   
+        <term>Brush, Dynamics,Pattern, Gradient</term>
         <listitem>
           <para>
             You can decide here whether changing the brush etc for one tool


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]