[gimp-help-2] Apply save/export concepts on using/web.xml



commit 00b1aa0197e2ad6beffce3c80280e909b9242e6f
Author: SimaMoto,RyōTa <rsimamoto src gnome org>
Date:   Sun Dec 15 16:32:47 2013 +0900

    Apply save/export concepts on using/web.xml
    
    Say 'export file' instead of 'save file' for discussion of generating
    images to be displayed on the web.  Then replace linkend="gimp-file-save"
    with linkend="gimp-file-export" for some <link> tags.
    In addition, remove white spaces on the end of lines.
    
    Bug: 720479

 src/using/web.xml |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/src/using/web.xml b/src/using/web.xml
index 6f8f0cd..8ca458b 100644
--- a/src/using/web.xml
+++ b/src/using/web.xml
@@ -19,7 +19,7 @@
   </indexterm>
 
   <para>
-    One of the most common uses for <acronym>GIMP</acronym>, 
+    One of the most common uses for <acronym>GIMP</acronym>,
     is to prepare images for web sites. This means that
     images should look as nice as possible while keeping the file
     size as small as possible.  This step-by-step guide demonstrates
@@ -71,7 +71,7 @@
             If the image has a soft transition into the transparent areas, you
             should not remove the alpha channel, since the information
             used for the transition is not be saved in the file.
-            To save an image with transparent areas that do not have a
+            To export an image with transparent areas that do not have a
             soft transition, (similar to
             <link linkend="file-gif-save">GIF</link>),
             remove the alpha channel.
@@ -81,7 +81,7 @@
       <step>
         <para>
           After you have flattened the image,
-          <link linkend="gimp-file-save">save the image</link>
+          <link linkend="gimp-file-export">export the image</link>
           in the <link linkend="file-png-save-defaults">PNG format</link>
           for your web site.
         </para>
@@ -89,10 +89,10 @@
     </procedure>
     <note>
       <para>
-        You can save your image in the PNG format with the default settings.
+        You can export your image in the PNG format with the default settings.
         Always using maximum compression when creating the image.
         Maximum compression has no affect on image quality or the time
-        required to display the image, but it does take longer to save. 
+        required to display the image, but it does take longer to export.
         A <link linkend="file-jpeg-save">JPEG</link> image, however,
         loses quality as the compression is increased.
         If your image is a photograph with lots of colors, you should
@@ -108,7 +108,7 @@
     <para>
       If you want to reduce the size of your image a bit more, you could
       convert your image to Indexed mode. That means that all of the colors
-      will be reduced to only 256 values. Do not convert images with 
+      will be reduced to only 256 values. Do not convert images with
       smooth color transitions or gradients to indexed mode, because
       the original smooth gradients are typically converted into a
       series of bands. Indexed mode is not recommended for photographs
@@ -140,7 +140,7 @@
       <step>
         <para>
           After you convert an image to indexed mode, you are once
-          again able to <link linkend="gimp-file-save">save</link> the
+          again able to <link linkend="gimp-file-export">export</link> the
           image in <link linkend="file-png-save-defaults">PNG
           format</link>.
         </para>
@@ -200,7 +200,7 @@
           verify that an entry for <quote>Alpha</quote> exists, besides
           Red, Green and Blue. If this is not the case,
           <link linkend="gimp-layer-alpha-add">add a new alpha channel</link>
-          from the layers menu; 
+          from the layers menu;
           <menuchoice><guimenu>Layer</guimenu><guimenu>Transparency</guimenu>
           <guimenuitem>Add Alpha Channel</guimenuitem></menuchoice>.
         </para>
@@ -209,8 +209,8 @@
         <para>
           The original XCF file contains background layers that you can
           remove. <acronym>GIMP</acronym> comes with standard filters
-          that supports creating gradients; look 
-          under <menuchoice><guimenu>Filters</guimenu> 
+          that supports creating gradients; look
+          under <menuchoice><guimenu>Filters</guimenu>
           <guimenu>Light and Shadow</guimenu></menuchoice>.
           You are only limited by your imagination. To
           demonstrate the capabilities of alpha transparency, a
@@ -220,7 +220,7 @@
       <step>
         <para>
           After you're done with your image, you can
-          <link linkend="gimp-file-save">save</link> it in
+          <link linkend="gimp-file-export">export</link> it in
           <link linkend="file-png-save-defaults">PNG format</link>.
         </para>
       </step>


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