[gimp-help] Update links to example xcf files to our gitlab repo.



commit 6faaf8993d3e9878f564330af09f6d12403f3ed4
Author: Jacob Boerema <jgboerema gmail com>
Date:   Sun Jun 6 14:02:43 2021 -0400

    Update links to example xcf files to our gitlab repo.
    
    Also made the links more specific to the exact
    xcf needed for the specific example.

 src/toolbox/paint/smudge.xml             | 62 +++++++++++------------
 src/toolbox/transform/warp-transform.xml | 84 ++++++++++++++++----------------
 2 files changed, 73 insertions(+), 73 deletions(-)
---
diff --git a/src/toolbox/paint/smudge.xml b/src/toolbox/paint/smudge.xml
index d6ad57741..a604cb37b 100644
--- a/src/toolbox/paint/smudge.xml
+++ b/src/toolbox/paint/smudge.xml
@@ -23,21 +23,21 @@
     </mediaobject>
   </figure>
   <para>
-    The Smudge tool evokes finger painting . With GIMP-2.10, it works in two 
+    The Smudge tool evokes finger painting . With GIMP-2.10, it works in two
     ways:
     <itemizedlist>
       <listitem>
         <para>
-          If the <guilabel>Flow</guilabel> option is set to 0.00 (default), 
-          the Smudge tool uses the current brush to smudge colors on the         
-          active layer or a selection. It takes color in passing and uses it to 
+          If the <guilabel>Flow</guilabel> option is set to 0.00 (default),
+          the Smudge tool uses the current brush to smudge colors on the
+          active layer or a selection. It takes color in passing and uses it to
           mix it to the next colors it meets.
         </para>
       </listitem>
       <listitem>
         <para>
-          When the <guilabel>Flow</guilabel> option is more than 0.00, the 
-          Smudge tool works as a brush using the foreground color of the 
+          When the <guilabel>Flow</guilabel> option is more than 0.00, the
+          Smudge tool works as a brush using the foreground color of the
           toolbox and blend it with the underlying color.
         </para>
       </listitem>
@@ -90,15 +90,15 @@
           <para>
             The <keycap>Shift</keycap> key places the smudge tool into
             straight line mode.  Holding <keycap>Shift</keycap> while clicking
-            the mouse <mousebutton>Left&nbsp;Button</mousebutton> will smudge 
-            in a straight line. Consecutive clicks will continue smudging in 
+            the mouse <mousebutton>Left&nbsp;Button</mousebutton> will smudge
+            in a straight line. Consecutive clicks will continue smudging in
             straight lines that originate from the end of the last line.
           </para>
           <figure>
             <title>Smudge tool</title>
             <mediaobject>
               <imageobject>
-                <imagedata fileref="images/toolbox/smudge-ex-line.png" 
+                <imagedata fileref="images/toolbox/smudge-ex-line.png"
                 format="PNG"/>
               </imageobject>
               <caption>
@@ -142,31 +142,31 @@
     <variablelist>
       <varlistentry>
         <term>
-          Opacity; Brush; Size; Aspect ratio; Angle; Spacing; 
-          Hardness; Force; Dynamics; Dynamics Options;  
+          Opacity; Brush; Size; Aspect ratio; Angle; Spacing;
+          Hardness; Force; Dynamics; Dynamics Options;
                                        Apply Jitter; Smooth stroke; Lock brush to zoom
         </term>
         <listitem>
           <xi:include href="about-common-paint-options.xml"/>
           <para>
-            <guilabel>Hard edge</guilabel>: this option gives a hard contour to 
+            <guilabel>Hard edge</guilabel>: this option gives a hard contour to
             the smudged area.
           </para>
         </listitem>
       </varlistentry>
-      
+
       <varlistentry>
         <term>Rate</term>
         <listitem>
           <para>
-            This option could be called "Smudge length" since it sets the 
+            This option could be called "Smudge length" since it sets the
             length of the smudging effect in a stroke.
           </para>
           <figure>
             <title>Rate example</title>
             <mediaobject>
               <imageobject>
-                <imagedata fileref="images/toolbox/smudge-ex-rate.png" 
+                <imagedata fileref="images/toolbox/smudge-ex-rate.png"
                 format="PNG"/>
               </imageobject>
               <caption>
@@ -178,52 +178,52 @@
           </figure>
         </listitem>
       </varlistentry>
-      
+
       <varlistentry>
         <term>No erasing effect</term>
         <listitem>
           <para>
-            If smudging will decrease alpha of some pixels; this alpha is not 
-            decreased if this option is checked, and so pixels are not erased. 
+            If smudging will decrease alpha of some pixels; this alpha is not
+            decreased if this option is checked, and so pixels are not erased.
             This is useful to fill a gap between two color areas.
           </para>
-          <!--TRANSLATORS: a xcf file exists for this image at 
-            https://git.gnome.org/browse/gimp-help-2/tree/docs-->
+          <!--TRANSLATORS: a xcf file exists for this image at
+            https://gitlab.gnome.org/GNOME/gimp-help/-/blob/master/docs/xcf%20images/smudge-ex-noerasing.xcf 
-->
           <figure>
             <title>An example of "No erasing" from the programmer</title>
             <mediaobject>
               <imageobject>
-                <imagedata fileref="images/toolbox/smudge-ex-noerasing.jpg" 
+                <imagedata fileref="images/toolbox/smudge-ex-noerasing.jpg"
                 format="JPG"/>
               </imageobject>
             </mediaobject>
           </figure>
         </listitem>
       </varlistentry>
-      
+
       <varlistentry>
         <term>Flow</term>
         <listitem>
           <para>
-            We already saw the different behavior of the <quote>Flow</quote> 
-            option when it is set to 0.00 (works as the original Smudge tool) 
+            We already saw the different behavior of the <quote>Flow</quote>
+            option when it is set to 0.00 (works as the original Smudge tool)
             and set to more than 0.00 (uses the foreground color for smudging).
           </para>
         </listitem>
       </varlistentry>
     </variablelist>
-    
+
     <para>
-      <quote>No erasing effect</quote> and <quote>Flow</quote> are new 
-      options in GIMP-2.10. Here are comments and examples from the 
-      programmer of these options in <ulink 
+      <quote>No erasing effect</quote> and <quote>Flow</quote> are new
+      options in GIMP-2.10. Here are comments and examples from the
+      programmer of these options in <ulink
     
url="https://www.gimp-forum.net/Thread-Customized-smudge-tool-Smudge-with-painting";>gimp-forum.net</ulink>:
     </para>
-    <!--TRANSLATORS: a xcf file exists for this image at 
-            https://git.gnome.org/browse/gimp-help-2/tree/docs-->
+    <!--TRANSLATORS: a xcf file exists for this image at
+      https://gitlab.gnome.org/GNOME/gimp-help/-/blob/master/docs/xcf%20images/smudge-simpletest.xcf -->
     <mediaobject>
       <imageobject>
-        <imagedata fileref="images/toolbox/smudge-simpletest.jpg" 
+        <imagedata fileref="images/toolbox/smudge-simpletest.jpg"
         format="JPG"/>
       </imageobject>
     </mediaobject>
diff --git a/src/toolbox/transform/warp-transform.xml b/src/toolbox/transform/warp-transform.xml
index 86d7747e7..fae2770db 100644
--- a/src/toolbox/transform/warp-transform.xml
+++ b/src/toolbox/transform/warp-transform.xml
@@ -23,9 +23,9 @@
   </figure>
 
   <para>
-    Warp Transform is a GEGL based brush-like tool which replaces the old iWarp 
-    filter and works directly on the image, on real things instead of a tiny 
-    preview window. You can use an erase mode to partially remove warping you 
+    Warp Transform is a GEGL based brush-like tool which replaces the old iWarp
+    filter and works directly on the image, on real things instead of a tiny
+    preview window. You can use an erase mode to partially remove warping you
     applied. You have available options to adapt strength and size of warping.
   </para>
 
@@ -95,7 +95,7 @@
         </inlinemediaobject>
       </guiicon>
     </para>
-    
+
     <variablelist>
       <varlistentry>
         <term>Interpolation</term>
@@ -103,7 +103,7 @@
           <note>
             <para>
               An interpolation method is used during warping.
-              See <xref linkend="gimp-tool-interpolation-methods" /> for a 
+              See <xref linkend="gimp-tool-interpolation-methods" /> for a
               description of these methods.
             </para>
           </note>
@@ -114,7 +114,7 @@
         <term>Move pixels</term>
         <listitem>
           <para>
-            <quote>Move pixels</quote> is the first item of a drop-down list 
+            <quote>Move pixels</quote> is the first item of a drop-down list
              which contains various warping methods:
           </para>
 
@@ -160,7 +160,7 @@
                   </imageobject>
                   <caption>
                     <para>
-                      Clicking 5 times at the center of the image with brush 
+                      Clicking 5 times at the center of the image with brush
                       size = image size.
                     </para>
                   </caption>
@@ -180,7 +180,7 @@
                   </imageobject>
                   <caption>
                     <para>
-                      Swirling clockwise the whole image (brush size = image 
+                      Swirling clockwise the whole image (brush size = image
                       size) with a circular movement of the brush.
                     </para>
                   </caption>
@@ -190,7 +190,7 @@
           </itemizedlist>
         </listitem>
       </varlistentry>
-      
+
       <varlistentry>
         <term>Adapting Size, Hardness, Strength, Spacing</term>
         <listitem>
@@ -198,7 +198,7 @@
             <itemizedlist>
               <listitem>
                 <para>
-                  <guilabel>Size</guilabel> : the size of the brush is 
+                  <guilabel>Size</guilabel> : the size of the brush is
                   increased.
                 </para>
               </listitem>
@@ -209,8 +209,8 @@
               </listitem>
               <listitem>
                 <para>
-                  <guilabel>Strength</guilabel>: set displacement of pixels 
-                  during warping. The maximum of displacement is on the brush 
+                  <guilabel>Strength</guilabel>: set displacement of pixels
+                  during warping. The maximum of displacement is on the brush
                   diameter.
                 </para>
               </listitem>
@@ -223,59 +223,59 @@
           </para>
         </listitem>
       </varlistentry>
-      
+
       <varlistentry id="abyss-policy">
         <term>Abyss policy</term>
         <listitem>
           <indexterm><primary>Abyss Policy</primary></indexterm>
           <para>
-            <quote>Abyss</quote> is a term used by GIMP developers for 
-            <quote>data outside the input buffer</quote>. The warp tool moves 
-            pixels from one point to another.  Some pixels may come from 
-            outside the layer boundary.  These pixels don't actually exist 
-            anywhere, and therefore don't have any associated color; yet, 
+            <quote>Abyss</quote> is a term used by GIMP developers for
+            <quote>data outside the input buffer</quote>. The warp tool moves
+            pixels from one point to another.  Some pixels may come from
+            outside the layer boundary.  These pixels don't actually exist
+            anywhere, and therefore don't have any associated color; yet,
             <emphasis>some</emphasis> color must be assigned to them.
           </para>
           <para>
-            <quote>Abyss policy</quote> has a drop-down list that allows you to 
+            <quote>Abyss policy</quote> has a drop-down list that allows you to
              fill empty areas in different manners:
           </para>
           <itemizedlist>
             <listitem>
               <para>
-                <guilabel>None</guilabel>: this is the default option. Empty 
-                areas are transparent. An alpha layer is necessary for this 
+                <guilabel>None</guilabel>: this is the default option. Empty
+                areas are transparent. An alpha layer is necessary for this
                 option.
               </para>
             </listitem>
             <listitem>
               <para>
-                <guilabel>Clamp</guilabel>: each edge of the transformed layer 
-                stretches out indefinitely, so, for example, a pixel to the left 
-                of the layer boundary has the same color as the leftmost pixel 
-                of the layer with the same y coordinate.  An alternative way to 
-                think of it is that each pixel outside the layer boundary has 
+                <guilabel>Clamp</guilabel>: each edge of the transformed layer
+                stretches out indefinitely, so, for example, a pixel to the left
+                of the layer boundary has the same color as the leftmost pixel
+                of the layer with the same y coordinate.  An alternative way to
+                think of it is that each pixel outside the layer boundary has
                 the same color as the closest pixel inside the layer boundary.
               </para>
             </listitem>
             <listitem>
               <para>
-                <guilabel>Loop</guilabel>: the transformed layer repeats itself 
-                in all directions, so that, for example, falling off the right 
+                <guilabel>Loop</guilabel>: the transformed layer repeats itself
+                in all directions, so that, for example, falling off the right
                 edge of the layer takes you back to the left edge.
               </para>
             </listitem>
             <listitem>
               <para>
                 <guilabel>Black, White></guilabel>: these options are similar
-                to "none", but use black and white for out-of-bounds pixels, 
+                to "none", but use black and white for out-of-bounds pixels,
                 instead of transparency.
               </para>
             </listitem>
           </itemizedlist>
-          
-          <!--TO TRANSLATORS: a xcf file exists for this image at 
-            https://git.gnome.org/browse/gimp-help-2/tree/docs-->
+
+          <!--TO TRANSLATORS: a xcf file exists for this image at
+            https://gitlab.gnome.org/GNOME/gimp-help/-/blob/master/docs/xcf%20images/warp-ex-abyss.xcf -->
           <figure>
             <title>Examples for Abyss policy options</title>
             <mediaobject>
@@ -287,40 +287,40 @@
           </figure>
         </listitem>
       </varlistentry>
-      
+
       <varlistentry>
         <term>High quality preview</term>
         <listitem>
           <para>
-            <quote>preview</quote> is the image window, where you work, before 
-            pressing <keycap>Enter</keycap> to validate the transformation. 
+            <quote>preview</quote> is the image window, where you work, before
+            pressing <keycap>Enter</keycap> to validate the transformation.
             With this option checked, preview is more accurate, but slower.
           </para>
         </listitem>
       </varlistentry>
-      
+
       <varlistentry>
         <term>Stroke</term>
         <listitem>
           <para>TODO (work in progress)</para>
         </listitem>
       </varlistentry>
-      
+
       <varlistentry>
         <term>Animate</term>
         <listitem>
           <para>
-            This option allows you to generate several intermediate images 
+            This option allows you to generate several intermediate images
             between the original image and the final deformation of this image.
           </para>
           <para>
-            <guilabel>Frames</guilabel> to set the number of frames in this 
+            <guilabel>Frames</guilabel> to set the number of frames in this
             animation.
           </para>
           <para>
-            <guibutton>Create Animation</guibutton> button: to create the 
-            animation. A new image window is created. Export it as a GIF image, 
-            checking the <guilabel>As animation</guilabel> option in the export 
+            <guibutton>Create Animation</guibutton> button: to create the
+            animation. A new image window is created. Export it as a GIF image,
+            checking the <guilabel>As animation</guilabel> option in the export
             dialog.
           </para>
         </listitem>


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