[gimp-help] Updates in Transform other tools
- From: Julien Hardlin <jhardlin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help] Updates in Transform other tools
- Date: Mon, 29 Oct 2018 07:07:23 +0000 (UTC)
commit bf6af0c71a6b130a748e215a06330df954c39e35
Author: Julien Hardelin <jhardlin orange fr>
Date: Mon Oct 29 08:06:50 2018 +0100
Updates in Transform other tools
images/C/toolbox/gegl-operation-box-blur.png | Bin 0 -> 20116 bytes
images/C/toolbox/gegl-operation-gaussian-blur.png | Bin 8903 -> 0 bytes
images/C/toolbox/gegl-operation.png | Bin 7883 -> 18746 bytes
images/C/toolbox/text-editor-dialog.png | Bin 0 -> 18136 bytes
images/C/toolbox/text-language-ex.png | Bin 0 -> 15207 bytes
images/C/toolbox/text-language-menu.png | Bin 0 -> 4467 bytes
images/C/toolbox/text-orientation-LRM.png | Bin 0 -> 4815 bytes
images/C/toolbox/text-orientation-LRU.png | Bin 0 -> 5566 bytes
images/C/toolbox/text-orientation-RLM.png | Bin 0 -> 4836 bytes
images/C/toolbox/text-orientation-RLU.png | Bin 0 -> 4896 bytes
images/C/toolbox/text-tool-dialog.png | Bin 0 -> 16652 bytes
images/C/toolbox/tool-dialog-text.png | Bin 13472 -> 0 bytes
images/C/toolbox/tool-options-text.png | Bin 13508 -> 0 bytes
src/toolbox/gegl-operation.xml | 17 ++-
src/toolbox/path.xml | 8 +-
src/toolbox/text.xml | 131 ++++++++++++++++++----
16 files changed, 116 insertions(+), 40 deletions(-)
---
diff --git a/images/C/toolbox/gegl-operation-box-blur.png b/images/C/toolbox/gegl-operation-box-blur.png
new file mode 100644
index 000000000..693a59354
Binary files /dev/null and b/images/C/toolbox/gegl-operation-box-blur.png differ
diff --git a/images/C/toolbox/gegl-operation.png b/images/C/toolbox/gegl-operation.png
index 2af29d1c4..9b4fa97e9 100644
Binary files a/images/C/toolbox/gegl-operation.png and b/images/C/toolbox/gegl-operation.png differ
diff --git a/images/C/toolbox/text-editor-dialog.png b/images/C/toolbox/text-editor-dialog.png
new file mode 100644
index 000000000..b7dd68309
Binary files /dev/null and b/images/C/toolbox/text-editor-dialog.png differ
diff --git a/images/C/toolbox/text-language-ex.png b/images/C/toolbox/text-language-ex.png
new file mode 100644
index 000000000..5593aba49
Binary files /dev/null and b/images/C/toolbox/text-language-ex.png differ
diff --git a/images/C/toolbox/text-language-menu.png b/images/C/toolbox/text-language-menu.png
new file mode 100644
index 000000000..2b537f0ad
Binary files /dev/null and b/images/C/toolbox/text-language-menu.png differ
diff --git a/images/C/toolbox/text-orientation-LRM.png b/images/C/toolbox/text-orientation-LRM.png
new file mode 100644
index 000000000..eb948deaa
Binary files /dev/null and b/images/C/toolbox/text-orientation-LRM.png differ
diff --git a/images/C/toolbox/text-orientation-LRU.png b/images/C/toolbox/text-orientation-LRU.png
new file mode 100644
index 000000000..da54c5292
Binary files /dev/null and b/images/C/toolbox/text-orientation-LRU.png differ
diff --git a/images/C/toolbox/text-orientation-RLM.png b/images/C/toolbox/text-orientation-RLM.png
new file mode 100644
index 000000000..30b28c8f1
Binary files /dev/null and b/images/C/toolbox/text-orientation-RLM.png differ
diff --git a/images/C/toolbox/text-orientation-RLU.png b/images/C/toolbox/text-orientation-RLU.png
new file mode 100644
index 000000000..31dc934bb
Binary files /dev/null and b/images/C/toolbox/text-orientation-RLU.png differ
diff --git a/images/C/toolbox/text-tool-dialog.png b/images/C/toolbox/text-tool-dialog.png
new file mode 100644
index 000000000..4e76e5452
Binary files /dev/null and b/images/C/toolbox/text-tool-dialog.png differ
diff --git a/src/toolbox/gegl-operation.xml b/src/toolbox/gegl-operation.xml
index 0b56e5605..87971bcc8 100644
--- a/src/toolbox/gegl-operation.xml
+++ b/src/toolbox/gegl-operation.xml
@@ -2,6 +2,7 @@
<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.docbook.org/xml/4.3/docbookx.dtd">
<!-- section history
+ 2118-10-29 j.h: update to v2.10
2010-02-18 ude: created
-->
<sect2 id="gimp-tool-gegl">
@@ -37,15 +38,11 @@
tool enables applying <acronym>GEGL</acronym> operations to the image and
gives on-canvas previews of the results.
</para>
- <warning>
- <para>
- <acronym>GEGL</acronym> is in a very early phase and still under
- construction.
- </para>
- <para>
- The GEGL Operation tool is <emphasis>experimental</emphasis>.
- </para>
- </warning>
+ <para>
+ <acronym>GIMP-2.10</acronym> is nearly fully ported to
+ <acronym>GEGL</acronym>. You will find here some operations that still are
+ experimental.
+ </para>
<sect3>
<title>Activating the Tool</title>
@@ -109,7 +106,7 @@
<mediaobject>
<imageobject>
<imagedata format="PNG"
- fileref="images/toolbox/gegl-operation-gaussian-blur.png"/>
+ fileref="images/toolbox/gegl-operation-box-blur.png"/>
</imageobject>
<caption>
<para>
diff --git a/src/toolbox/path.xml b/src/toolbox/path.xml
index 3e197d4e1..f3148a767 100644
--- a/src/toolbox/path.xml
+++ b/src/toolbox/path.xml
@@ -2,17 +2,11 @@
<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.docbook.org/xml/4.3/docbookx.dtd">
<!-- section history:
+ 2018-10-27 j.h: update to v2.10
2008-09-17 aprokoudine: fixed bugs
2008-01-11 j.h: updated to v2.4 'en;fr'
- 2007-06-04 kost: added 'no'
- 2007-06-14 alex falappa: updated italian translation
- 2007-04-29 lexa: enhanced docbook compliance
2007-02-23 note added to Key Modifiers by j.h
2006-06-07 added link to path concept by j.h
- 2006-02-15 en;fr revised by j.h
- 2005-12-06 replaced sect3 by sect3 by lexa
- 2005-12-06 replaced informalfigure by figure by lexa
- 2005-08-14 de reviewed by axel.wernicke
-->
<sect2 id="gimp-tool-path">
<title>Paths</title>
diff --git a/src/toolbox/text.xml b/src/toolbox/text.xml
index 4fa39394e..864820699 100755
--- a/src/toolbox/text.xml
+++ b/src/toolbox/text.xml
@@ -2,17 +2,15 @@
<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.docbook.org/xml/4.3/docbookx.dtd">
<!-- section history:
+ 2018-10-27 j.h: update to v2.10
2015-12-12 j.h fix bug #675745: add on-canvas editor
2012-03-18 j.h: update to v2.7
2009-07-09 ude: added scroll wheel tip (#585823),
fixed "entering special chars" (#580532)
2009-03-09 j.h: updated to v2.6
2008-01-05 j.h: updated to v2.4.
- 2006-07-03 lexa: enhanced docbook compliance
2006-06-17 added note for special characters by j.h
- 2005-12-07 replaced <simplesect> by <sect3> by lexa
- 2005-12-06 replaced informalfigure by figure by lexa
- -->
+-->
<sect2 id="gimp-tool-text">
<title>Text</title>
@@ -51,7 +49,6 @@
adapted to the frame size. You can enlarge this frame as you do with
rectangular selections.
</para>
-
<mediaobject>
<imageobject>
<imagedata format="PNG" fileref="images/using/text-toolbar.png"/>
@@ -102,7 +99,8 @@
<title>Text tool options</title>
<mediaobject>
<imageobject>
- <imagedata fileref="images/toolbox/tool-options-text.png" format="PNG"/>
+ <imagedata fileref="images/toolbox/text-tool-dialog.png"
+format="PNG"/>
</imageobject>
</mediaobject>
</figure>
@@ -251,7 +249,7 @@
</varlistentry>
<varlistentry>
- <term>Line Spacing</term>
+ <term>Adjust line spacing</term>
<listitem>
<indexterm>
<primary>Line spacing</primary>
@@ -267,7 +265,7 @@
</varlistentry>
<varlistentry>
- <term>Letter Spacing</term>
+ <term>Adjust letter spacing</term>
<listitem>
<para>
Controls the spacing between letters. Also in this case the number
@@ -301,7 +299,35 @@
image. The indent option works on the first line only.
</para>
</listitem>
- </varlistentry>
+ </varlistentry>
+
+ <varlistentry>
+ <term>Language</term>
+ <listitem>
+ <para>
+ The text language may have an effect on the way the text is
+ rendered. The default language is <quote>Caddo</quote>, the
+ language of several Southeastern Native American tribes. If you
+ enter a letter in this field, you get the list of all available
+ languages whose names begin by this letter:
+ <mediaobject>
+ <imageobject>
+ <imagedata format="PNG" fileref="images/toolbox/text-language-ex.png"/>
+ </imageobject>
+ </mediaobject>
+ </para>
+ <para>
+ Right clicking on this field opens a menu that allows you to manage
+ languages:
+ <mediaobject>
+ <imageobject>
+ <imagedata format="PNG"
+ fileref="images/toolbox/text-language-menu.png"/>
+ </imageobject>
+ </mediaobject>
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</sect3>
@@ -318,17 +344,15 @@
<mediaobject>
<imageobject>
<imagedata format="PNG"
- fileref="images/toolbox/tool-dialog-text.png"/>
+ fileref="images/toolbox/text-editor-dialog.png"/>
</imageobject>
</mediaobject>
</figure>
<para>
- With <acronym>GIMP-2.8</acronym>, this text editor is available only if
- the <guilabel>Use editor</guilabel> option is checked. It persists
- probably because all its functions are not transferred to the
- direct-on-canvas mode. We will
- limit description to commands that has not been transferred.
+ Since <acronym>GIMP-2.8</acronym>, you can edit text directly on
+ canvas and this text editor is available only if the <guilabel>Use
+ editor</guilabel> option is checked.
</para>
<para>
As soon as you start writing, a Text layer is created in the Layer
@@ -351,6 +375,14 @@
<primary>Text</primary>
<secondary>Load from file</secondary>
</indexterm>
+ <para>
+ All these options are also in the text context menu.
+ </para>
+ <para>
+ With GIMP-2.10.6, vertical text (top-to-bottom writing) became
+ possible. This feature is particularly for East-Asian writing systems,
+ but also for anyone wishing to design fancy vertical text.
+ </para>
<varlistentry>
<term>Load Text from file</term>
<listitem>
@@ -358,9 +390,6 @@
Text can be loaded from a text file by clicking the folder icon in
the text editor. All the text in the file is loaded.
</para>
- <para>
- This option is also in the text context menu.
- </para>
</listitem>
</varlistentry>
<varlistentry>
@@ -371,9 +400,6 @@
is the case with most Western languages and may Eastern
languages.
</para>
- <para>
- This option is also in the text context menu.
- </para>
</listitem>
</varlistentry>
<varlistentry>
@@ -384,9 +410,66 @@
the case with some Eastern languages, such as Arabic (illustrated
in the icon).
</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Vertical, right to left (mixed orientation)</term>
+ <listitem>
+ <para>
+ Text is written top-to-bottom in columns, from right to left, and
+ is rotated 90° clockwise.
+ </para>
+ <mediaobject>
+ <imageobject>
+ <imagedata format="PNG"
+ fileref="images/toolbox/text-orientation-RLM.png"/>
+ </imageobject>
+ </mediaobject>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Vertical, right to left (upright orientation)</term>
+ <listitem>
<para>
- This option is also in the text context menu.
+ Text is written top-to-bottom in columns, from right to left,
+ upright.
</para>
+ <mediaobject>
+ <imageobject>
+ <imagedata format="PNG"
+ fileref="images/toolbox/text-orientation-RLU.png"/>
+ </imageobject>
+ </mediaobject>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Vertical, left to right (mixed orientation)</term>
+ <listitem>
+ <para>
+ Text is written top-to-bottom in columns, from left to right, and
+ is rotated 90° clockwise.
+ </para>
+ <mediaobject>
+ <imageobject>
+ <imagedata format="PNG"
+ fileref="images/toolbox/text-orientation-LRM.png"/>
+ </imageobject>
+ </mediaobject>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>Vertical, left to right (upright orientation)</term>
+ <listitem>
+ <para>
+ Text is written top-to-bottom in columns, from left to right,
+ upright.
+ </para>
+ <mediaobject>
+ <imageobject>
+ <imagedata format="PNG"
+ fileref="images/toolbox/text-orientation-LRU.png"/>
+ </imageobject>
+ </mediaobject>
</listitem>
</varlistentry>
<varlistentry>
@@ -397,7 +480,9 @@
dialog. If you want to use it, check this option.
</para>
<note>
- <para>See also <xref linkend="gimp-using-text"/>.</para>
+ <para>
+ See also <xref linkend="gimp-using-text"/>
+ </para>
</note>
</listitem>
</varlistentry>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]