Sync docs after a bunch of changes, including make-Template

This commit is contained in:
Bill Kendrick 2023-05-29 10:23:27 -07:00
parent 9ab7fdba13
commit 36d7e0daf3
30 changed files with 662 additions and 357 deletions

View file

@ -755,11 +755,11 @@ Starter Options
Template Options
Like 'starters', a configuration file may be specified that defines how
Like 'Starters', a configuration file may be specified that defines how
Tux Paint should behave when applying 'template' images to the canvas when
they do not have identical proportions (aspect ratio). See "Starter
Options", above. (Note: Tux Paint prior to version 0.9.29 did not support
template options.)
starter options.)
Translations

View file

@ -17,7 +17,7 @@
| * Saving |
| * Audio Problems |
| * Fullscreen Mode Problems |
| * Other Probelms |
| * Other Problems |
| * Help / Contact |
+------------------------------+
@ -479,7 +479,7 @@ Fullscreen Mode Problems
----------------------------------------------------------------------
Other Probelms
Other Problems
Tux Paint won't run
@ -563,6 +563,17 @@ Other Probelms
By default, Tux Paint first looks at configuration files for
options.
* Windows
Under Windows, Tux Paint first examines the configuration
file:
tuxpaint.cfg
Finally, any options sent as command-line arguments are used.
* macOS
* Unix and Linux
Under Unix and Linux, it first examines the system-wide
@ -576,14 +587,7 @@ Other Probelms
Finally, any options sent as command-line arguments are used.
* Windows
Under Windows, Tux Paint first examines the configuration
file:
tuxpaint.cfg
Finally, any options sent as command-line arguments are used.
* Haiku
This means that if anything is set in a configuration file that
you don't want set, you'll need to either change the config. file

View file

@ -100,6 +100,10 @@ What's New in Tux Paint version 0.9.31?
New Magic tools
Loops, Ribbon, Smooth, and Squiggles
Create templates from Open dialog
Saved drawings can be turned into templates (used to make new
drawings) via a new option in the Open dialog
See CHANGES.txt for the complete list of changes.
Using Tux Paint
@ -680,34 +684,44 @@ Available Tools
start a new drawing.
Special Solid Background Color Choices
Along with the preset solid colors, you can also choose colors
using a rainbow palette or a "color mixer". These operate
identically to the options found in the color palette shown
below the canvas when drawing a picture. See Main Screen >
Lower: Colors > Special color options for details.
Along with the preset solid colors, you can also
choose colors using a rainbow palette or a "color
mixer". These operate identically to the options
found in the color palette shown below the canvas
when drawing a picture. See Main Screen > Lower:
Colors > Special color options for details.
'Starter' & Template Images
* 'Starters' can behave like a page from a
coloring book — a black-and-white outline of a
picture, which you can then color in, and the
black outline remains intact — or like a 3D
photograph, where you draw in between a
foreground and background layer.
* 'Templates' are similar, but simply provide a
background drawing to work off of. Unlike
'Starters', there is no layer that remains in
the foreground of anything you draw in the
picture.
'Starters' can behave like a page from a coloring book — a
black-and-white outline of a picture, which you can then color
in, and the black outline remains intact — or like a 3D
photograph, where you draw in between a foreground and
background layer.
When using the 'Eraser' tool, the original image from
the 'Starter' or 'Template' will reappear. The 'Flip'
and 'Mirror' Magic tools affect the orientation of
the 'Starter' or 'Template', as well.
'Templates' are similar, but simply provide a background drawing
to work off of. Unlike 'Starters', there is no layer that
remains in the foreground of anything you draw in the picture.
When you load a 'Starter' or 'Template', draw on it,
and then click 'Save,' it creates a new picture file
— it doesn't overwrite the original, so you can use
it again later (by accessing it from the 'New'
dialog).
When using the 'Eraser' tool, the original image from the
'Starter' or 'Template' will reappear. The 'Flip' and 'Mirror'
Magic tools affect the orientation of the 'Starter' or
'Template', as well.
⚙ You can create your own 'Starter' and Template
images. See the Extending Tux Paint documentation's
sections on 'Starters' and Templates.
When you load a 'Starter' or 'Template', draw on it, and then
click 'Save,' it creates a new picture file — it doesn't
overwrite the original, so you can use it again later (by
accessing it from the 'New' dialog).
💡 You can also convert your saved drawings into
Templates directly within Tux Paint, from the 'Open'
dialog. See "Open", below.
"Open" Command
@ -718,7 +732,8 @@ Available Tools
Click a picture to select it, and then...
* Click the green 'Open' button at the lower left of the list
to load the selected picture.
to load the selected picture. You will then be able to edit
it.
(Alternatively, you can double-click a picture's icon to load
it.)
@ -738,13 +753,21 @@ Available Tools
mind).
* Click the 'Export' button near the lower right to export the
image to your export folder. (e.g., "~/Pictures/TuxPaint/")
selected picture to your export folder. (e.g.,
"~/Pictures/TuxPaint/")
From the "Open" screen you can also:
* Click the blue 'Slides' (slide projector) button at the lower
left to go to slideshow mode. See "Slides", below, for
details.
* Click the blue 'Template' button at the lower left to go to
convert the selected picture into a new template, which can
be used as the basis for new drawings.
📜 Note: The Template creation feature was added to Tux Paint
in version 0.9.30.
* Click the red 'Back' arrow button at the lower right of the
list to cancel and return to the picture you were drawing.

View file

@ -947,7 +947,7 @@
</header>
<p>
Like 'starters', a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "Starter Options", above. (Note: Tux Paint prior to version 0.9.29 did not support template options.) </p>
Like <a href="#starters">'Starters'</a>, a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "<a href="#starter_options">Starter Options</a>", above. (Note: Tux Paint prior to version 0.9.29 did not support starter options.) </p>
</section><!-- H2: Template Options -->
</section><!-- H1: 'Templates' -->

View file

@ -62,7 +62,7 @@
<a href="#fullscreen">Fullscreen Mode Problems</a>
</li>
<li>
<a href="#other">Other Probelms</a>
<a href="#other">Other Problems</a>
</li>
<li>
<a href="#contact">Help / Contact</a>
@ -609,7 +609,7 @@
<h2>
<a name="other" id="other">
Other Probelms </a>
Other Problems </a>
</h2>
<dl>
@ -698,6 +698,28 @@
By default, Tux Paint first looks at configuration files for options. </p>
<ul>
<li>
<i>Windows</i>
<p>
Under Windows, Tux Paint first examines the configuration file: </p>
<blockquote>
<p>
<code>tuxpaint.cfg</code>
</p>
</blockquote>
<p>
Finally, any options sent as command-line arguments are used. </p>
</li>
<li>
<i>macOS</i>
<p>
</p>
</li>
<li>
<i>Unix and Linux</i>
<p>
@ -723,18 +745,9 @@
</li>
<li>
<i>Windows</i>
<i>Haiku</i>
<p>
Under Windows, Tux Paint first examines the configuration file: </p>
<blockquote>
<p>
<code>tuxpaint.cfg</code>
</p>
</blockquote>
<p>
Finally, any options sent as command-line arguments are used. </p>
</li>
</ul>

View file

@ -224,6 +224,9 @@
<dt>New Magic tools</dt>
<dd>Loops, Ribbon, Smooth, and Squiggles</dd>
<dt>Create templates from Open dialog</dt>
<dd>Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog</dd>
</dl>
<p>
@ -504,7 +507,7 @@
</section>
<!-- Using: Tools -->
<section class="outer">
<section>
<header>
<h2 id="using_tools">
Available Tools </h2>
@ -1040,26 +1043,31 @@
<p class="note">
<span title="Keyboard shortcut">&#9000;</span> <strong>Note:</strong> You can also press <b><code>[Control / &#8984;]</code></b> + <code><b>[N]</b></code> on the keyboard to start a new drawing. </p>
<strong>Special Solid Background Color Choices</strong>
<blockquote>
<p>
Along with the preset solid colors, you can also choose colors using a rainbow palette or a "color mixer". These operate identically to the options found in the color palette shown below the canvas when drawing a picture. See <a href="#special_color_options">Main Screen &gt; Lower: Colors &gt; Special color options</a> for details. </p>
</blockquote>
<dl>
<dt><strong>Special Solid Background Color Choices</strong></dt>
<dd>
Along with the preset solid colors, you can also choose colors using a rainbow palette or a "color mixer". These operate identically to the options found in the color palette shown below the canvas when drawing a picture. See <a href="#special_color_options">Main Screen &gt; Lower: Colors &gt; Special color options</a> for details. </dd>
<strong>'Starter' &amp; Template Images</strong>
<blockquote>
<p>
'Starters' can behave like a page from a coloring book — a black-and-white outline of a picture, which you can then color in, and the black outline remains intact — or like a 3D photograph, where you draw in between a foreground and background layer. </p>
<p>
'Templates' are similar, but simply provide a background drawing to work off of. Unlike 'Starters', there is no layer that remains in the foreground of anything you draw in the picture. </p>
<dt><strong>'Starter' &amp; Template Images</strong></dt>
<dd>
<ul>
<li>'Starters' can behave like a page from a coloring book — a black-and-white outline of a picture, which you can then color in, and the black outline remains intact — or like a 3D photograph, where you draw in between a foreground and background layer.</li>
<li>'Templates' are similar, but simply provide a background drawing to work off of. Unlike 'Starters', there is no layer that remains in the foreground of anything you draw in the picture.</li>
</ul>
<p>
When using the 'Eraser' tool, the original image from the 'Starter' or 'Template' will reappear. The 'Flip' and 'Mirror' Magic tools affect the orientation of the 'Starter' or 'Template', as well. </p>
<p>
When you load a 'Starter' or 'Template', draw on it, and then click 'Save,' it creates a new picture file — it doesn't overwrite the original, so you can use it again later (by accessing it from the 'New' dialog). </p>
</blockquote>
<p class="note">
<span title="Configuration option">&#9881;</span> You can create your own 'Starter' and Template images. See the <em>Extending Tux Paint</em> documentation's sections on <a href="EXTENDING.html#starters">'Starters'</a> and <a href="EXTENDING.html#templates">Templates</a>. </p>
<p class="note">
<span title="Information">&#128161;</span> You can also convert your saved drawings into Templates directly within Tux Paint, from the 'Open' dialog. See "<a href="#using_tools_other_open">Open</a>", below. </p>
</dd>
</dl>
</dd>
<dt id="using_tools_other_open">
<strong>"Open" Command</strong>
@ -1091,7 +1099,7 @@
alt=""
align="right">
<p>
Click the green 'Open' button at the lower left of the list to load the selected picture. </p>
Click the green 'Open' button at the lower left of the list to load the selected picture. You will then be able to edit it. </p>
<p>
(Alternatively, you can double-click a picture's icon to load it.) </p>
@ -1123,7 +1131,7 @@
alt=""
align="right">
<p>
Click the 'Export' button near the lower right to export the image to your export folder. (e.g., "<code>~/Pictures/TuxPaint/</code>") </p>
Click the 'Export' button near the lower right to export the selected picture to your export folder. (e.g., "<code>~/Pictures/TuxPaint/</code>") </p>
<div class="screenshot-right-after"></div>
</li>
</ul>
@ -1142,6 +1150,20 @@
<div class="screenshot-right-after"></div>
</li>
<li>
<img src="../../html/images/open_template.png"
width="48"
height="48"
alt=""
align="right">
<p>
Click the blue 'Template' button at the lower left to go to convert the selected picture into a new template, which can be used as the basis for new drawings. </p>
<div class="screenshot-right-after"></div>
<p class="note">
<span title="Version variation">&#128220;</span> <strong>Note:</strong> The Template creation feature was added to Tux Paint in version 0.9.30. </p>
</li>
<li>
<img src="../../html/images/open_back.png"
width="48"

View file

@ -755,11 +755,11 @@ Starter Options
Template Options
Like 'starters', a configuration file may be specified that defines how
Like 'Starters', a configuration file may be specified that defines how
Tux Paint should behave when applying 'template' images to the canvas when
they do not have identical proportions (aspect ratio). See "Starter
Options", above. (Note: Tux Paint prior to version 0.9.29 did not support
template options.)
starter options.)
Translations

View file

@ -17,7 +17,7 @@
| * Saving |
| * Audio Problems |
| * Fullscreen Mode Problems |
| * Other Probelms |
| * Other Problems |
| * Help / Contact |
+------------------------------+
@ -479,7 +479,7 @@ Fullscreen Mode Problems
----------------------------------------------------------------------
Other Probelms
Other Problems
Tux Paint won't run
@ -563,6 +563,17 @@ Other Probelms
By default, Tux Paint first looks at configuration files for
options.
* Windows
Under Windows, Tux Paint first examines the configuration
file:
tuxpaint.cfg
Finally, any options sent as command-line arguments are used.
* macOS
* Unix and Linux
Under Unix and Linux, it first examines the system-wide
@ -576,14 +587,7 @@ Other Probelms
Finally, any options sent as command-line arguments are used.
* Windows
Under Windows, Tux Paint first examines the configuration
file:
tuxpaint.cfg
Finally, any options sent as command-line arguments are used.
* Haiku
This means that if anything is set in a configuration file that
you don't want set, you'll need to either change the config. file

View file

@ -100,6 +100,10 @@ What's New in Tux Paint version 0.9.31?
New Magic tools
Loops, Ribbon, Smooth, and Squiggles
Create templates from Open dialog
Saved drawings can be turned into templates (used to make new
drawings) via a new option in the Open dialog
See CHANGES.txt for the complete list of changes.
Using Tux Paint
@ -680,34 +684,44 @@ Available Tools
start a new drawing.
Special Solid Background Color Choices
Along with the preset solid colors, you can also choose colors
using a rainbow palette or a "color mixer". These operate
identically to the options found in the color palette shown
below the canvas when drawing a picture. See Main Screen >
Lower: Colors > Special color options for details.
Along with the preset solid colors, you can also
choose colors using a rainbow palette or a "color
mixer". These operate identically to the options
found in the color palette shown below the canvas
when drawing a picture. See Main Screen > Lower:
Colors > Special color options for details.
'Starter' & Template Images
* 'Starters' can behave like a page from a
coloring book — a black-and-white outline of a
picture, which you can then color in, and the
black outline remains intact — or like a 3D
photograph, where you draw in between a
foreground and background layer.
* 'Templates' are similar, but simply provide a
background drawing to work off of. Unlike
'Starters', there is no layer that remains in
the foreground of anything you draw in the
picture.
'Starters' can behave like a page from a coloring book — a
black-and-white outline of a picture, which you can then color
in, and the black outline remains intact — or like a 3D
photograph, where you draw in between a foreground and
background layer.
When using the 'Eraser' tool, the original image from
the 'Starter' or 'Template' will reappear. The 'Flip'
and 'Mirror' Magic tools affect the orientation of
the 'Starter' or 'Template', as well.
'Templates' are similar, but simply provide a background drawing
to work off of. Unlike 'Starters', there is no layer that
remains in the foreground of anything you draw in the picture.
When you load a 'Starter' or 'Template', draw on it,
and then click 'Save,' it creates a new picture file
— it doesn't overwrite the original, so you can use
it again later (by accessing it from the 'New'
dialog).
When using the 'Eraser' tool, the original image from the
'Starter' or 'Template' will reappear. The 'Flip' and 'Mirror'
Magic tools affect the orientation of the 'Starter' or
'Template', as well.
⚙ You can create your own 'Starter' and Template
images. See the Extending Tux Paint documentation's
sections on 'Starters' and Templates.
When you load a 'Starter' or 'Template', draw on it, and then
click 'Save,' it creates a new picture file — it doesn't
overwrite the original, so you can use it again later (by
accessing it from the 'New' dialog).
💡 You can also convert your saved drawings into
Templates directly within Tux Paint, from the 'Open'
dialog. See "Open", below.
"Open" Command
@ -718,7 +732,8 @@ Available Tools
Click a picture to select it, and then...
* Click the green 'Open' button at the lower left of the list
to load the selected picture.
to load the selected picture. You will then be able to edit
it.
(Alternatively, you can double-click a picture's icon to load
it.)
@ -738,13 +753,21 @@ Available Tools
mind).
* Click the 'Export' button near the lower right to export the
image to your export folder. (e.g., "~/Pictures/TuxPaint/")
selected picture to your export folder. (e.g.,
"~/Pictures/TuxPaint/")
From the "Open" screen you can also:
* Click the blue 'Slides' (slide projector) button at the lower
left to go to slideshow mode. See "Slides", below, for
details.
* Click the blue 'Template' button at the lower left to go to
convert the selected picture into a new template, which can
be used as the basis for new drawings.
📜 Note: The Template creation feature was added to Tux Paint
in version 0.9.30.
* Click the red 'Back' arrow button at the lower right of the
list to cancel and return to the picture you were drawing.

View file

@ -947,7 +947,7 @@
</header>
<p>
Like 'starters', a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "Starter Options", above. (Note: Tux Paint prior to version 0.9.29 did not support template options.) </p>
Like <a href="#starters">'Starters'</a>, a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "<a href="#starter_options">Starter Options</a>", above. (Note: Tux Paint prior to version 0.9.29 did not support starter options.) </p>
</section><!-- H2: Template Options -->
</section><!-- H1: 'Templates' -->

View file

@ -62,7 +62,7 @@
<a href="#fullscreen">Fullscreen Mode Problems</a>
</li>
<li>
<a href="#other">Other Probelms</a>
<a href="#other">Other Problems</a>
</li>
<li>
<a href="#contact">Help / Contact</a>
@ -609,7 +609,7 @@
<h2>
<a name="other" id="other">
Other Probelms </a>
Other Problems </a>
</h2>
<dl>
@ -698,6 +698,28 @@
By default, Tux Paint first looks at configuration files for options. </p>
<ul>
<li>
<i>Windows</i>
<p>
Under Windows, Tux Paint first examines the configuration file: </p>
<blockquote>
<p>
<code>tuxpaint.cfg</code>
</p>
</blockquote>
<p>
Finally, any options sent as command-line arguments are used. </p>
</li>
<li>
<i>macOS</i>
<p>
</p>
</li>
<li>
<i>Unix and Linux</i>
<p>
@ -723,18 +745,9 @@
</li>
<li>
<i>Windows</i>
<i>Haiku</i>
<p>
Under Windows, Tux Paint first examines the configuration file: </p>
<blockquote>
<p>
<code>tuxpaint.cfg</code>
</p>
</blockquote>
<p>
Finally, any options sent as command-line arguments are used. </p>
</li>
</ul>

View file

@ -224,6 +224,9 @@
<dt>New Magic tools</dt>
<dd>Loops, Ribbon, Smooth, and Squiggles</dd>
<dt>Create templates from Open dialog</dt>
<dd>Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog</dd>
</dl>
<p>
@ -504,7 +507,7 @@
</section>
<!-- Using: Tools -->
<section class="outer">
<section>
<header>
<h2 id="using_tools">
Available Tools </h2>
@ -1040,26 +1043,31 @@
<p class="note">
<span title="Keyboard shortcut">&#9000;</span> <strong>Note:</strong> You can also press <b><code>[Control / &#8984;]</code></b> + <code><b>[N]</b></code> on the keyboard to start a new drawing. </p>
<strong>Special Solid Background Color Choices</strong>
<blockquote>
<p>
Along with the preset solid colors, you can also choose colors using a rainbow palette or a "color mixer". These operate identically to the options found in the color palette shown below the canvas when drawing a picture. See <a href="#special_color_options">Main Screen &gt; Lower: Colors &gt; Special color options</a> for details. </p>
</blockquote>
<dl>
<dt><strong>Special Solid Background Color Choices</strong></dt>
<dd>
Along with the preset solid colors, you can also choose colors using a rainbow palette or a "color mixer". These operate identically to the options found in the color palette shown below the canvas when drawing a picture. See <a href="#special_color_options">Main Screen &gt; Lower: Colors &gt; Special color options</a> for details. </dd>
<strong>'Starter' &amp; Template Images</strong>
<blockquote>
<p>
'Starters' can behave like a page from a coloring book — a black-and-white outline of a picture, which you can then color in, and the black outline remains intact — or like a 3D photograph, where you draw in between a foreground and background layer. </p>
<p>
'Templates' are similar, but simply provide a background drawing to work off of. Unlike 'Starters', there is no layer that remains in the foreground of anything you draw in the picture. </p>
<dt><strong>'Starter' &amp; Template Images</strong></dt>
<dd>
<ul>
<li>'Starters' can behave like a page from a coloring book — a black-and-white outline of a picture, which you can then color in, and the black outline remains intact — or like a 3D photograph, where you draw in between a foreground and background layer.</li>
<li>'Templates' are similar, but simply provide a background drawing to work off of. Unlike 'Starters', there is no layer that remains in the foreground of anything you draw in the picture.</li>
</ul>
<p>
When using the 'Eraser' tool, the original image from the 'Starter' or 'Template' will reappear. The 'Flip' and 'Mirror' Magic tools affect the orientation of the 'Starter' or 'Template', as well. </p>
<p>
When you load a 'Starter' or 'Template', draw on it, and then click 'Save,' it creates a new picture file — it doesn't overwrite the original, so you can use it again later (by accessing it from the 'New' dialog). </p>
</blockquote>
<p class="note">
<span title="Configuration option">&#9881;</span> You can create your own 'Starter' and Template images. See the <em>Extending Tux Paint</em> documentation's sections on <a href="EXTENDING.html#starters">'Starters'</a> and <a href="EXTENDING.html#templates">Templates</a>. </p>
<p class="note">
<span title="Information">&#128161;</span> You can also convert your saved drawings into Templates directly within Tux Paint, from the 'Open' dialog. See "<a href="#using_tools_other_open">Open</a>", below. </p>
</dd>
</dl>
</dd>
<dt id="using_tools_other_open">
<strong>"Open" Command</strong>
@ -1091,7 +1099,7 @@
alt=""
align="right">
<p>
Click the green 'Open' button at the lower left of the list to load the selected picture. </p>
Click the green 'Open' button at the lower left of the list to load the selected picture. You will then be able to edit it. </p>
<p>
(Alternatively, you can double-click a picture's icon to load it.) </p>
@ -1123,7 +1131,7 @@
alt=""
align="right">
<p>
Click the 'Export' button near the lower right to export the image to your export folder. (e.g., "<code>~/Pictures/TuxPaint/</code>") </p>
Click the 'Export' button near the lower right to export the selected picture to your export folder. (e.g., "<code>~/Pictures/TuxPaint/</code>") </p>
<div class="screenshot-right-after"></div>
</li>
</ul>
@ -1142,6 +1150,20 @@
<div class="screenshot-right-after"></div>
</li>
<li>
<img src="../../html/images/open_template.png"
width="48"
height="48"
alt=""
align="right">
<p>
Click the blue 'Template' button at the lower left to go to convert the selected picture into a new template, which can be used as the basis for new drawings. </p>
<div class="screenshot-right-after"></div>
<p class="note">
<span title="Version variation">&#128220;</span> <strong>Note:</strong> The Template creation feature was added to Tux Paint in version 0.9.30. </p>
</li>
<li>
<img src="../../html/images/open_back.png"
width="48"

View file

@ -804,11 +804,11 @@ Starter Options
Template Options
Like 'starters', a configuration file may be specified that defines how
Like 'Starters', a configuration file may be specified that defines how
Tux Paint should behave when applying 'template' images to the canvas when
they do not have identical proportions (aspect ratio). See "Starter
Options", above. (Note: Tux Paint prior to version 0.9.29 did not support
template options.)
starter options.)
Traductions

View file

@ -17,7 +17,7 @@
| * Sauvegarde |
| * Problèmes audio |
| * Problèmes en mode plein écran |
| * Autres problèmes |
| * Other Problems |
| * Aide / Contact |
+-----------------------------------+
@ -513,7 +513,7 @@ Problèmes en mode plein écran
----------------------------------------------------------------------
Autres problèmes
Other Problems
Tux Paint ne veut pas fonctionner
@ -605,6 +605,18 @@ Autres problèmes
Par défaut, Tux Paint regarde d'abord les fichiers de
configuration pour les options.
* Windows
Sous Windows, Tux Paint examine d'abord le fichier de
configuration :
tuxpaint.cfg
Et finalement, toutes les options envoyées en tant
qu'arguments de ligne de commande sont utilisées.
* macOS
* Unix et Linux
Sous Unix et Linux, il examine d'abord le fichier de
@ -620,15 +632,7 @@ Autres problèmes
Et finalement, toutes les options envoyées en tant
qu'arguments de ligne de commande sont utilisées.
* Windows
Sous Windows, Tux Paint examine d'abord le fichier de
configuration :
tuxpaint.cfg
Et finalement, toutes les options envoyées en tant
qu'arguments de ligne de commande sont utilisées.
* Haiku
Cela signifie que si quelque chose est défini dans un fichier de
configuration que vous ne souhaitez pas activer, vous devrez soit

View file

@ -105,6 +105,10 @@ What's New in Tux Paint version 0.9.31?
New Magic tools
Loops, Ribbon, Smooth, and Squiggles
Create templates from Open dialog
Saved drawings can be turned into templates (used to make new
drawings) via a new option in the Open dialog
See CHANGES.txt for the complete list of changes.
Utiliser Tux Paint
@ -712,36 +716,47 @@ Outils disponibles
le clavier pour commencer un nouveau dessin.
Special Solid Background Color Choices
Along with the preset solid colors, you can also choose colors
using a rainbow palette or a "color mixer". These operate
identically to the options found in the color palette shown
below the canvas when drawing a picture. See Main Screen >
Lower: Colors > Special color options for details.
Along with the preset solid colors, you can also
choose colors using a rainbow palette or a "color
mixer". These operate identically to the options
found in the color palette shown below the canvas
when drawing a picture. See Main Screen > Lower:
Colors > Special color options for details.
Images de "Démarrage" et images "Modèle"
Les "Images de démarrage" se comportent comme une page d'un
livre de coloriage - un contour noir et blanc d'une image, que
vous pouvez ensuite colorier, et le contour noir reste intact -
ou comme une photographie 3D, où vous dessinez entre une couche
de premier plan et une d'arrière-plan.
Les "Images modèle" sont semblables, mais fournissent simplement
un dessin d'arrière-plan sur lequel travailler. Contrairement
aux «Images de démarrage», rien de ce que vous dessinerez ne
* Les "Images de démarrage" se comportent comme
une page d'un livre de coloriage - un contour
noir et blanc d'une image, que vous pouvez
ensuite colorier, et le contour noir reste
intact - ou comme une photographie 3D, où vous
dessinez entre une couche de premier plan et une
d'arrière-plan.
* Les "Images modèle" sont semblables, mais
fournissent simplement un dessin d'arrière-plan
sur lequel travailler. Contrairement aux «Images
de démarrage», rien de ce que vous dessinerez ne
restera au premier plan.
Lorsque vous utiliserez l'outil «Gomme», l'image d'origine du
«Démarrage» ou du «Modèle» réapparaîtra. Les outils magiques
"Retourner" et "Miroir" affecteront aussi bien l'orientation de
"l'image de démarrage" que celle de "l'image Modèle".
Lorsque vous utiliserez l'outil «Gomme», l'image
d'origine du «Démarrage» ou du «Modèle» réapparaîtra.
Les outils magiques "Retourner" et "Miroir"
affecteront aussi bien l'orientation de "l'image de
démarrage" que celle de "l'image Modèle".
Lorsque vous chargez une 'Image modèle' ou 'image modèle',
dessinez dessus, puis cliquez sur 'Sauvegarder', cela crée un
nouveau fichier image - il n'écrase pas l'original, vous pouvez
donc l'utiliser à nouveau plus tard (en y accédant depuis la
boîte de dialogue 'Nouveau').
Lorsque vous chargez une 'Image modèle' ou 'image
modèle', dessinez dessus, puis cliquez sur
'Sauvegarder', cela crée un nouveau fichier image -
il n'écrase pas l'original, vous pouvez donc
l'utiliser à nouveau plus tard (en y accédant depuis
la boîte de dialogue 'Nouveau').
⚙ You can create your own 'Starter' and Template
images. See the Extending Tux Paint documentation's
sections on 'Starters' and Templates.
💡 You can also convert your saved drawings into
Templates directly within Tux Paint, from the 'Open'
dialog. See "Open", below.
Commande "Ouvrir"
@ -751,8 +766,9 @@ Outils disponibles
pour faire défiler la liste des images.
Cliquez sur une image pour la sélectionner, puis ...
* Cliquez sur le bouton vert "Ouvrir" en bas à gauche de la
liste pour charger l'image sélectionnée.
* Click the green 'Open' button at the lower left of the list
to load the selected picture. You will then be able to edit
it.
(Vous pouvez également double-cliquer sur l'icône d'une image
pour la charger.)
@ -771,15 +787,22 @@ Outils disponibles
bin (where you may recover and restore it, if you change your
mind).
* Cliquez sur le bouton "Exporter" près du coin inférieur droit
pour exporter l'image vers votre dossier d'exportation. (par
exemple, "~/Pictures/TuxPaint/")
* Click the 'Export' button near the lower right to export the
selected picture to your export folder. (e.g.,
"~/Pictures/TuxPaint/")
From the "Open" screen you can also:
* Click the blue 'Slides' (slide projector) button at the lower
left to go to slideshow mode. See "Slides", below, for
details.
* Click the blue 'Template' button at the lower left to go to
convert the selected picture into a new template, which can
be used as the basis for new drawings.
📜 Note: The Template creation feature was added to Tux Paint
in version 0.9.30.
* Ou cliquez sur le bouton fléché rouge «Retour» en bas à
droite de la liste pour annuler et revenir à l'image que vous
étiez en train de dessiner.

View file

@ -947,7 +947,7 @@
</header>
<p>
Like 'starters', a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "Starter Options", above. (Note: Tux Paint prior to version 0.9.29 did not support template options.) </p>
Like <a href="#starters">'Starters'</a>, a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "<a href="#starter_options">Starter Options</a>", above. (Note: Tux Paint prior to version 0.9.29 did not support starter options.) </p>
</section><!-- H2: Template Options -->
</section><!-- H1: 'Templates' -->

View file

@ -62,7 +62,7 @@
<a href="#fullscreen">Problèmes en mode plein écran</a>
</li>
<li>
<a href="#other">Autres problèmes</a>
<a href="#other">Other Problems</a>
</li>
<li>
<a href="#contact">Aide / Contact</a>
@ -610,7 +610,7 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
<h2>
<a name="other" id="other">
Autres problèmes </a>
Other Problems </a>
</h2>
<dl>
@ -699,6 +699,28 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
Par défaut, Tux Paint regarde d'abord les fichiers de configuration pour les options. </p>
<ul>
<li>
<i>Windows</i>
<p>
Sous Windows, Tux Paint examine d'abord le fichier de configuration : </p>
<blockquote>
<p>
<code>tuxpaint.cfg</code>
</p>
</blockquote>
<p>
Et finalement, toutes les options envoyées en tant qu'arguments de ligne de commande sont utilisées. </p>
</li>
<li>
<i>macOS</i>
<p>
</p>
</li>
<li>
<i>Unix et Linux</i>
<p>
@ -724,18 +746,9 @@ cible "nosound". (c'est-à-dire, ne lancez pas "<code>make nosound</code>") Assu
</li>
<li>
<i>Windows</i>
<i>Haiku</i>
<p>
Sous Windows, Tux Paint examine d'abord le fichier de configuration : </p>
<blockquote>
<p>
<code>tuxpaint.cfg</code>
</p>
</blockquote>
<p>
Et finalement, toutes les options envoyées en tant qu'arguments de ligne de commande sont utilisées. </p>
</li>
</ul>

View file

@ -224,6 +224,9 @@
<dt>New Magic tools</dt>
<dd>Loops, Ribbon, Smooth, and Squiggles</dd>
<dt>Create templates from Open dialog</dt>
<dd>Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog</dd>
</dl>
<p>
@ -504,7 +507,7 @@
</section>
<!-- Using: Tools -->
<section class="outer">
<section>
<header>
<h2 id="using_tools">
Outils disponibles </h2>
@ -1040,26 +1043,31 @@
<p class="note">
<span title="Keyboard shortcut">&#9000;</span> <strong>Remarque :</strong> vous pouvez également appuyer <b><code>[Control / &#8984;]</code></b> + <code><b>[N]</b></code> sur le clavier pour commencer un nouveau dessin. </p>
<strong>Special Solid Background Color Choices</strong>
<blockquote>
<p>
Along with the preset solid colors, you can also choose colors using a rainbow palette or a "color mixer". These operate identically to the options found in the color palette shown below the canvas when drawing a picture. See <a href="#special_color_options">Main Screen &gt; Lower: Colors &gt; Special color options</a> for details. </p>
</blockquote>
<dl>
<dt><strong>Special Solid Background Color Choices</strong></dt>
<dd>
Along with the preset solid colors, you can also choose colors using a rainbow palette or a "color mixer". These operate identically to the options found in the color palette shown below the canvas when drawing a picture. See <a href="#special_color_options">Main Screen &gt; Lower: Colors &gt; Special color options</a> for details. </dd>
<strong>Images de "Démarrage" et images "Modèle"</strong>
<blockquote>
<p>
Les "Images de démarrage" se comportent comme une page d'un livre de coloriage - un contour noir et blanc d'une image, que vous pouvez ensuite colorier, et le contour noir reste intact - ou comme une photographie 3D, où vous dessinez entre une couche de premier plan et une d'arrière-plan. </p>
<p>
Les "Images modèle" sont semblables, mais fournissent simplement un dessin d'arrière-plan sur lequel travailler. Contrairement aux «Images de démarrage», rien de ce que vous dessinerez ne restera au premier plan. </p>
<dt><strong>Images de "Démarrage" et images "Modèle"</strong></dt>
<dd>
<ul>
<li>Les "Images de démarrage" se comportent comme une page d'un livre de coloriage - un contour noir et blanc d'une image, que vous pouvez ensuite colorier, et le contour noir reste intact - ou comme une photographie 3D, où vous dessinez entre une couche de premier plan et une d'arrière-plan.</li>
<li>Les "Images modèle" sont semblables, mais fournissent simplement un dessin d'arrière-plan sur lequel travailler. Contrairement aux «Images de démarrage», rien de ce que vous dessinerez ne restera au premier plan.</li>
</ul>
<p>
Lorsque vous utiliserez l'outil «Gomme», l'image d'origine du «Démarrage» ou du «Modèle» réapparaîtra. Les outils magiques "Retourner" et "Miroir" affecteront aussi bien l'orientation de "l'image de démarrage" que celle de "l'image Modèle". </p>
<p>
Lorsque vous chargez une 'Image modèle' ou 'image modèle', dessinez dessus, puis cliquez sur 'Sauvegarder', cela crée un nouveau fichier image - il n'écrase pas l'original, vous pouvez donc l'utiliser à nouveau plus tard (en y accédant depuis la boîte de dialogue 'Nouveau'). </p>
</blockquote>
<p class="note">
<span title="Configuration option">&#9881;</span> You can create your own 'Starter' and Template images. See the <em>Extending Tux Paint</em> documentation's sections on <a href="EXTENDING.html#starters">'Starters'</a> and <a href="EXTENDING.html#templates">Templates</a>. </p>
<p class="note">
<span title="Information">&#128161;</span> You can also convert your saved drawings into Templates directly within Tux Paint, from the 'Open' dialog. See "<a href="#using_tools_other_open">Open</a>", below. </p>
</dd>
</dl>
</dd>
<dt id="using_tools_other_open">
<strong>Commande "Ouvrir"</strong>
@ -1091,7 +1099,7 @@
alt=""
align="right">
<p>
Cliquez sur le bouton vert "Ouvrir" en bas à gauche de la liste pour charger l'image sélectionnée. </p>
Click the green 'Open' button at the lower left of the list to load the selected picture. You will then be able to edit it. </p>
<p>
(Vous pouvez également double-cliquer sur l'icône d'une image pour la charger.) </p>
@ -1123,7 +1131,7 @@
alt=""
align="right">
<p>
Cliquez sur le bouton "Exporter" près du coin inférieur droit pour exporter l'image vers votre dossier d'exportation. (par exemple, "<code>~/Pictures/TuxPaint/</code>") </p>
Click the 'Export' button near the lower right to export the selected picture to your export folder. (e.g., "<code>~/Pictures/TuxPaint/</code>") </p>
<div class="screenshot-right-after"></div>
</li>
</ul>
@ -1142,6 +1150,20 @@
<div class="screenshot-right-after"></div>
</li>
<li>
<img src="../../html/images/open_template.png"
width="48"
height="48"
alt=""
align="right">
<p>
Click the blue 'Template' button at the lower left to go to convert the selected picture into a new template, which can be used as the basis for new drawings. </p>
<div class="screenshot-right-after"></div>
<p class="note">
<span title="Version variation">&#128220;</span> <strong>Note:</strong> The Template creation feature was added to Tux Paint in version 0.9.30. </p>
</li>
<li>
<img src="../../html/images/open_back.png"
width="48"

View file

@ -773,11 +773,11 @@ Starter Options
Template Options
Like 'starters', a configuration file may be specified that defines how
Like 'Starters', a configuration file may be specified that defines how
Tux Paint should behave when applying 'template' images to the canvas when
they do not have identical proportions (aspect ratio). See "Starter
Options", above. (Note: Tux Paint prior to version 0.9.29 did not support
template options.)
starter options.)
Traducións

View file

@ -17,7 +17,7 @@
| * Gardar |
| * Problemas de son |
| * Problemas no modo de pantalla completa |
| * Outros problemas |
| * Other Problems |
| * Axuda / Contacto |
+--------------------------------------------+
@ -496,7 +496,7 @@ Problemas no modo de pantalla completa
----------------------------------------------------------------------
Outros problemas
Other Problems
Tux Paint non funciona
@ -585,6 +585,18 @@ Outros problemas
De xeito predeterminado, Tux Paint primeiro mira os ficheiros de
configuración para ver as opcións.
* Windows
En Windows, Tux Paint examina primeiro o ficheiro de
configuración:
tuxpaint.cfg
Finalmente, úsanse as opcións enviadas como argumentos da
liña de ordes.
* macOS
* Unix e Linux
En Unix e Linux, primeiro examine o ficheiro de configuración
@ -600,15 +612,7 @@ Outros problemas
Finalmente, úsanse as opcións enviadas como argumentos da
liña de ordes.
* Windows
En Windows, Tux Paint examina primeiro o ficheiro de
configuración:
tuxpaint.cfg
Finalmente, úsanse as opcións enviadas como argumentos da
liña de ordes.
* Haiku
Isto significa que se estabelece algo nun ficheiro de
configuración que non quere estabelecer, terá que cambiar o

View file

@ -100,6 +100,10 @@ What's New in Tux Paint version 0.9.31?
New Magic tools
Loops, Ribbon, Smooth, and Squiggles
Create templates from Open dialog
Saved drawings can be turned into templates (used to make new
drawings) via a new option in the Open dialog
See CHANGES.txt for the complete list of changes.
Uso de Tux Paint
@ -692,35 +696,45 @@ Ferramentas dispoñíbeis
iniciar un novo debuxo.
Special Solid Background Color Choices
Along with the preset solid colors, you can also choose colors
using a rainbow palette or a "color mixer". These operate
identically to the options found in the color palette shown
below the canvas when drawing a picture. See Main Screen >
Lower: Colors > Special color options for details.
Along with the preset solid colors, you can also
choose colors using a rainbow palette or a "color
mixer". These operate identically to the options
found in the color palette shown below the canvas
when drawing a picture. See Main Screen > Lower:
Colors > Special color options for details.
Imaxes «de comezo» e de «modelo»
* As «imaxes de inicio» poden comportarse como
unha páxina dun libro para colorar: un contorno
en branco e negro dunha imaxe, que logo pode
colorar e o contorno negro permanecerá intacto,
ou como unha fotografía en 3D, onde debuxa entre
primeiro plano e a capa de fondo.
* Os «modelos» son similares, pero simplemente
fornecen un debuxo de fondo para poder
traballar. A diferenza das «imaxes de inicio»,
non hai ningunha capa que permaneza no primeiro
plano de nada que debuxe na imaxe.
As «imaxes de inicio» poden comportarse como unha páxina dun
libro para colorar: un contorno en branco e negro dunha imaxe,
que logo pode colorar e o contorno negro permanecerá intacto, ou
como unha fotografía en 3D, onde debuxa entre primeiro plano e a
capa de fondo.
Cando se usa a ferramenta «Borrador», reaparecerá a
imaxe orixinal da «imaxe de inicio» ou do «modelo».
As ferramentas máxicas «Inverter» e «Espello» tamén
afectan á orientación da «imaxe de inicio» ou do
«modelo».
Os «modelos» son similares, pero simplemente fornecen un debuxo
de fondo para poder traballar. A diferenza das «imaxes de
inicio», non hai ningunha capa que permaneza no primeiro plano
de nada que debuxe na imaxe.
Cando carga unha «imaxe de inicio» ou un «modelo»,
debuxa nel(a) e logo preme en «Gardar», crea un novo
ficheiro de imaxe; non sobrescribe o orixinal, polo
que pode usalo de novo máis adiante (accedendo a el
dende o diálogo «Novo»).
Cando se usa a ferramenta «Borrador», reaparecerá a imaxe
orixinal da «imaxe de inicio» ou do «modelo». As ferramentas
máxicas «Inverter» e «Espello» tamén afectan á orientación da
«imaxe de inicio» ou do «modelo».
⚙ You can create your own 'Starter' and Template
images. See the Extending Tux Paint documentation's
sections on 'Starters' and Templates.
Cando carga unha «imaxe de inicio» ou un «modelo», debuxa nel(a)
e logo preme en «Gardar», crea un novo ficheiro de imaxe; non
sobrescribe o orixinal, polo que pode usalo de novo máis adiante
(accedendo a el dende o diálogo «Novo»).
💡 You can also convert your saved drawings into
Templates directly within Tux Paint, from the 'Open'
dialog. See "Open", below.
Orde «Abrir»
@ -730,8 +744,9 @@ Ferramentas dispoñíbeis
imaxes.
Prema nunha imaxe para seleccionala e logo...
* Prema no botón verde «Abrir» na parte inferior esquerda da
lista para cargar a imaxe seleccionada.
* Click the green 'Open' button at the lower left of the list
to load the selected picture. You will then be able to edit
it.
(Como alternativa, pode facer dobre clic na icona dunha imaxe
para cargala.)
@ -750,15 +765,22 @@ Ferramentas dispoñíbeis
bin (where you may recover and restore it, if you change your
mind).
* Prema no botón «Exportar» preto da parte inferior dereita
para exportar a imaxe ao cartafol de exportación. (p. ex.:
«~/Pictures/TuxPaint/»)
* Click the 'Export' button near the lower right to export the
selected picture to your export folder. (e.g.,
"~/Pictures/TuxPaint/")
From the "Open" screen you can also:
* Click the blue 'Slides' (slide projector) button at the lower
left to go to slideshow mode. See "Slides", below, for
details.
* Click the blue 'Template' button at the lower left to go to
convert the selected picture into a new template, which can
be used as the basis for new drawings.
📜 Note: The Template creation feature was added to Tux Paint
in version 0.9.30.
* Prema no botón de frecha vermello «Atrás» situado na parte
inferior dereita da lista para cancelar e volver á imaxe que
debuxaba.

View file

@ -947,7 +947,7 @@
</header>
<p>
Like 'starters', a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "Starter Options", above. (Note: Tux Paint prior to version 0.9.29 did not support template options.) </p>
Like <a href="#starters">'Starters'</a>, a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "<a href="#starter_options">Starter Options</a>", above. (Note: Tux Paint prior to version 0.9.29 did not support starter options.) </p>
</section><!-- H2: Template Options -->
</section><!-- H1: 'Templates' -->

View file

@ -62,7 +62,7 @@
<a href="#fullscreen">Problemas no modo de pantalla completa</a>
</li>
<li>
<a href="#other">Outros problemas</a>
<a href="#other">Other Problems</a>
</li>
<li>
<a href="#contact">Axuda / Contacto</a>
@ -609,7 +609,7 @@
<h2>
<a name="other" id="other">
Outros problemas </a>
Other Problems </a>
</h2>
<dl>
@ -698,6 +698,28 @@
De xeito predeterminado, Tux Paint primeiro mira os ficheiros de configuración para ver as opcións. </p>
<ul>
<li>
<i>Windows</i>
<p>
En Windows, Tux Paint examina primeiro o ficheiro de configuración: </p>
<blockquote>
<p>
<code>tuxpaint.cfg</code>
</p>
</blockquote>
<p>
Finalmente, úsanse as opcións enviadas como argumentos da liña de ordes. </p>
</li>
<li>
<i>macOS</i>
<p>
</p>
</li>
<li>
<i>Unix e Linux</i>
<p>
@ -723,18 +745,9 @@
</li>
<li>
<i>Windows</i>
<i>Haiku</i>
<p>
En Windows, Tux Paint examina primeiro o ficheiro de configuración: </p>
<blockquote>
<p>
<code>tuxpaint.cfg</code>
</p>
</blockquote>
<p>
Finalmente, úsanse as opcións enviadas como argumentos da liña de ordes. </p>
</li>
</ul>

View file

@ -224,6 +224,9 @@
<dt>New Magic tools</dt>
<dd>Loops, Ribbon, Smooth, and Squiggles</dd>
<dt>Create templates from Open dialog</dt>
<dd>Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog</dd>
</dl>
<p>
@ -504,7 +507,7 @@
</section>
<!-- Using: Tools -->
<section class="outer">
<section>
<header>
<h2 id="using_tools">
Ferramentas dispoñíbeis </h2>
@ -1040,26 +1043,31 @@
<p class="note">
<span title="Keyboard shortcut">&#9000;</span> <strong>Nota:</strong> Tamén pode premer <b><code>[Control / &#8984;]</code></b> + <code><b>[N]</b></code> no teclado para iniciar un novo debuxo. </p>
<strong>Special Solid Background Color Choices</strong>
<blockquote>
<p>
Along with the preset solid colors, you can also choose colors using a rainbow palette or a "color mixer". These operate identically to the options found in the color palette shown below the canvas when drawing a picture. See <a href="#special_color_options">Main Screen &gt; Lower: Colors &gt; Special color options</a> for details. </p>
</blockquote>
<dl>
<dt><strong>Special Solid Background Color Choices</strong></dt>
<dd>
Along with the preset solid colors, you can also choose colors using a rainbow palette or a "color mixer". These operate identically to the options found in the color palette shown below the canvas when drawing a picture. See <a href="#special_color_options">Main Screen &gt; Lower: Colors &gt; Special color options</a> for details. </dd>
<strong>Imaxes «de comezo» e de «modelo»</strong>
<blockquote>
<p>
As «imaxes de inicio» poden comportarse como unha páxina dun libro para colorar: un contorno en branco e negro dunha imaxe, que logo pode colorar e o contorno negro permanecerá intacto, ou como unha fotografía en 3D, onde debuxa entre primeiro plano e a capa de fondo. </p>
<p>
Os «modelos» son similares, pero simplemente fornecen un debuxo de fondo para poder traballar. A diferenza das «imaxes de inicio», non hai ningunha capa que permaneza no primeiro plano de nada que debuxe na imaxe. </p>
<dt><strong>Imaxes «de comezo» e de «modelo»</strong></dt>
<dd>
<ul>
<li>As «imaxes de inicio» poden comportarse como unha páxina dun libro para colorar: un contorno en branco e negro dunha imaxe, que logo pode colorar e o contorno negro permanecerá intacto, ou como unha fotografía en 3D, onde debuxa entre primeiro plano e a capa de fondo.</li>
<li>Os «modelos» son similares, pero simplemente fornecen un debuxo de fondo para poder traballar. A diferenza das «imaxes de inicio», non hai ningunha capa que permaneza no primeiro plano de nada que debuxe na imaxe.</li>
</ul>
<p>
Cando se usa a ferramenta «Borrador», reaparecerá a imaxe orixinal da «imaxe de inicio» ou do «modelo». As ferramentas máxicas «Inverter» e «Espello» tamén afectan á orientación da «imaxe de inicio» ou do «modelo». </p>
<p>
Cando carga unha «imaxe de inicio» ou un «modelo», debuxa nel(a) e logo preme en «Gardar», crea un novo ficheiro de imaxe; non sobrescribe o orixinal, polo que pode usalo de novo máis adiante (accedendo a el dende o diálogo «Novo»). </p>
</blockquote>
<p class="note">
<span title="Configuration option">&#9881;</span> You can create your own 'Starter' and Template images. See the <em>Extending Tux Paint</em> documentation's sections on <a href="EXTENDING.html#starters">'Starters'</a> and <a href="EXTENDING.html#templates">Templates</a>. </p>
<p class="note">
<span title="Information">&#128161;</span> You can also convert your saved drawings into Templates directly within Tux Paint, from the 'Open' dialog. See "<a href="#using_tools_other_open">Open</a>", below. </p>
</dd>
</dl>
</dd>
<dt id="using_tools_other_open">
<strong>Orde «Abrir»</strong>
@ -1091,7 +1099,7 @@
alt=""
align="right">
<p>
Prema no botón verde «Abrir» na parte inferior esquerda da lista para cargar a imaxe seleccionada. </p>
Click the green 'Open' button at the lower left of the list to load the selected picture. You will then be able to edit it. </p>
<p>
(Como alternativa, pode facer dobre clic na icona dunha imaxe para cargala.) </p>
@ -1123,7 +1131,7 @@
alt=""
align="right">
<p>
Prema no botón «Exportar» preto da parte inferior dereita para exportar a imaxe ao cartafol de exportación. (p. ex.: «<code>~/Pictures/TuxPaint/</code>») </p>
Click the 'Export' button near the lower right to export the selected picture to your export folder. (e.g., "<code>~/Pictures/TuxPaint/</code>") </p>
<div class="screenshot-right-after"></div>
</li>
</ul>
@ -1142,6 +1150,20 @@
<div class="screenshot-right-after"></div>
</li>
<li>
<img src="../../html/images/open_template.png"
width="48"
height="48"
alt=""
align="right">
<p>
Click the blue 'Template' button at the lower left to go to convert the selected picture into a new template, which can be used as the basis for new drawings. </p>
<div class="screenshot-right-after"></div>
<p class="note">
<span title="Version variation">&#128220;</span> <strong>Note:</strong> The Template creation feature was added to Tux Paint in version 0.9.30. </p>
</li>
<li>
<img src="../../html/images/open_back.png"
width="48"

View file

@ -754,11 +754,11 @@ Starter Options
Template Options
Like 'starters', a configuration file may be specified that defines how
Like 'Starters', a configuration file may be specified that defines how
Tux Paint should behave when applying 'template' images to the canvas when
they do not have identical proportions (aspect ratio). See "Starter
Options", above. (Note: Tux Paint prior to version 0.9.29 did not support
template options.)
starter options.)
Translations

View file

@ -17,7 +17,7 @@
| * 保存 |
| * Audio Problems |
| * Fullscreen Mode Problems |
| * Other Probelms |
| * Other Problems |
| * Help / Contact |
+------------------------------+
@ -479,7 +479,7 @@ Fullscreen Mode Problems
----------------------------------------------------------------------
Other Probelms
Other Problems
Tux Paint won't run
@ -563,6 +563,17 @@ Other Probelms
By default, Tux Paint first looks at configuration files for
options.
* Windows
Under Windows, Tux Paint first examines the configuration
file:
tuxpaint.cfg
Finally, any options sent as command-line arguments are used.
* macOS
* Unix and Linux
Under Unix and Linux, it first examines the system-wide
@ -576,14 +587,7 @@ Other Probelms
Finally, any options sent as command-line arguments are used.
* Windows
Under Windows, Tux Paint first examines the configuration
file:
tuxpaint.cfg
Finally, any options sent as command-line arguments are used.
* Haiku
This means that if anything is set in a configuration file that
you don't want set, you'll need to either change the config. file

View file

@ -81,6 +81,10 @@ Tux Paint バージョン 0.9.31 での変更点
New Magic tools
Loops, Ribbon, Smooth, and Squiggles
Create templates from Open dialog
Saved drawings can be turned into templates (used to make new
drawings) via a new option in the Open dialog
全ての変更点については、CHANGES.txt をお読みください。
Tux Paint の使い方
@ -454,26 +458,33 @@ Tux Paint の起動
⌨ 注: キーボードで [Control / ⌘] + [N] を押しても新規作成ができます。
単色のキャンバス
あらかじめ用意されている背景色のほか、レインボーパレットやカラーミキサーで色を選択することができます。これらは、絵を描くときにキャンバスの下に表示されるカラーパレットにあるオプションと同じように操作します。詳細は
メインの画面 > 下部: カラーパレット「いろ」 > 色に関する特別なオプション を参照。
レイヤー画像
レイヤー画像には、塗り絵のページのようなもの(白黒の線で描かれ、色を塗ることができる)や、前景レイヤーと背景レイヤーに挟まれた部分に絵を描ける3D画像のようなものがあります。
また、このほかに、背景レイヤーだけの画像も用意されています。
* レイヤー画像には、塗り絵のページのようなもの(白黒の線で描かれ、色を塗ることができる)や、前景レイヤーと背景レイヤーに挟まれた部分に絵を描ける3D画像のようなものがあります。
* また、このほかに、背景レイヤーだけの画像も用意されています。
「消しゴム」ツールを使用すると、元のレイヤー画像が消されずに残ります。また、マジックツールの「反転」と「ミラー」は、レイヤー画像も反転させます。
レイヤー画像は、その上に絵を描いて保存すると新しい絵として保存され、元々のレイヤー画像自体は上書きされないので、後で(「さいしょから」ダイアログからアクセスして)何度でも使うことができます。
⚙ You can create your own 'Starter' and Template
images. See the Extending Tux Paint documentation's
sections on 'Starters' and Templates.
💡 You can also convert your saved drawings into
Templates directly within Tux Paint, from the 'Open'
dialog. See "Open", below.
「ひらく」
「ひらく」をクリックすると、保存されている全ての作品のリストが表示されます。リストが画面に収まりきらない場合は、上下の矢印のボタンでリストをスクロールできます。
まず、絵をクリックして選択します…
* 左下にある緑色の「ひらく」ボタンで、選択した作品を読み込みます。
* Click the green 'Open' button at the lower left of the list
to load the selected picture. You will then be able to edit
it.
(または、開きたい作品をダブルクリックします)
@ -485,12 +496,20 @@ Tux Paint の起動
0.9.27以降、macOSバージョン
0.9.29以降)では、削除した作品は、デスクトップのゴミ箱に移動するので、後で元に戻すことができます。
* 「かきだす」のボタンをクリックすると、ユーザーの標準の画像フォルダ(例:
"~/Pictures/TuxPaint/")に画像を出力します。
* Click the 'Export' button near the lower right to export the
selected picture to your export folder. (e.g.,
"~/Pictures/TuxPaint/")
「ひらく」の画面からは、以下のこともできます:
* 左側の一番下にある青色の「スライド」のボタンを押すと、スライドショーモードになります。詳しくは「スライドショー」の項を参照。
* Click the blue 'Template' button at the lower left to go to
convert the selected picture into a new template, which can
be used as the basis for new drawings.
📜 Note: The Template creation feature was added to Tux Paint
in version 0.9.30.
* 右下にある赤色の「もどる」ボタンを押すと、絵を描く画面に戻ります。
⌨ 注: キーボードで [Control / ⌘] + [O] を押しても「ひらく」ダイアログを表示できます。

View file

@ -947,7 +947,7 @@
</header>
<p>
Like 'starters', a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "Starter Options", above. (Note: Tux Paint prior to version 0.9.29 did not support template options.) </p>
Like <a href="#starters">'Starters'</a>, a configuration file may be specified that defines how Tux Paint should behave when applying 'template' images to the canvas when they do not have identical proportions (aspect ratio). See "<a href="#starter_options">Starter Options</a>", above. (Note: Tux Paint prior to version 0.9.29 did not support starter options.) </p>
</section><!-- H2: Template Options -->
</section><!-- H1: 'Templates' -->

View file

@ -62,7 +62,7 @@
<a href="#fullscreen">Fullscreen Mode Problems</a>
</li>
<li>
<a href="#other">Other Probelms</a>
<a href="#other">Other Problems</a>
</li>
<li>
<a href="#contact">Help / Contact</a>
@ -609,7 +609,7 @@
<h2>
<a name="other" id="other">
Other Probelms </a>
Other Problems </a>
</h2>
<dl>
@ -698,6 +698,28 @@
By default, Tux Paint first looks at configuration files for options. </p>
<ul>
<li>
<i>Windows</i>
<p>
Under Windows, Tux Paint first examines the configuration file: </p>
<blockquote>
<p>
<code>tuxpaint.cfg</code>
</p>
</blockquote>
<p>
Finally, any options sent as command-line arguments are used. </p>
</li>
<li>
<i>macOS</i>
<p>
</p>
</li>
<li>
<i>Unix and Linux</i>
<p>
@ -723,18 +745,9 @@
</li>
<li>
<i>Windows</i>
<i>Haiku</i>
<p>
Under Windows, Tux Paint first examines the configuration file: </p>
<blockquote>
<p>
<code>tuxpaint.cfg</code>
</p>
</blockquote>
<p>
Finally, any options sent as command-line arguments are used. </p>
</li>
</ul>

View file

@ -224,6 +224,9 @@
<dt>New Magic tools</dt>
<dd>Loops, Ribbon, Smooth, and Squiggles</dd>
<dt>Create templates from Open dialog</dt>
<dd>Saved drawings can be turned into templates (used to make new drawings) via a new option in the Open dialog</dd>
</dl>
<p>
@ -504,7 +507,7 @@
</section>
<!-- Using: Tools -->
<section class="outer">
<section>
<header>
<h2 id="using_tools">
各種のツール </h2>
@ -1040,26 +1043,31 @@
<p class="note">
<span title="Keyboard shortcut">&#9000;</span> <strong>注:</strong> キーボードで <b><code>[Control / &#8984;]</code></b> + <code><b>[N]</b></code> を押しても新規作成ができます。 </p>
<strong>単色のキャンバス</strong>
<blockquote>
<p>
あらかじめ用意されている背景色のほか、レインボーパレットやカラーミキサーで色を選択することができます。これらは、絵を描くときにキャンバスの下に表示されるカラーパレットにあるオプションと同じように操作します。詳細は <a href="#special_color_options">メインの画面 &gt; 下部: カラーパレット「いろ」 &gt; 色に関する特別なオプション</a> を参照。 </p>
</blockquote>
<dl>
<dt><strong>単色のキャンバス</strong></dt>
<dd>
あらかじめ用意されている背景色のほか、レインボーパレットやカラーミキサーで色を選択することができます。これらは、絵を描くときにキャンバスの下に表示されるカラーパレットにあるオプションと同じように操作します。詳細は <a href="#special_color_options">メインの画面 &gt; 下部: カラーパレット「いろ」 &gt; 色に関する特別なオプション</a> を参照。 </dd>
<strong>レイヤー画像</strong>
<blockquote>
<p>
レイヤー画像には、塗り絵のページのようなもの(白黒の線で描かれ、色を塗ることができる)や、前景レイヤーと背景レイヤーに挟まれた部分に絵を描ける3D画像のようなものがあります。 </p>
<p>
また、このほかに、背景レイヤーだけの画像も用意されています。 </p>
<dt><strong>レイヤー画像</strong></dt>
<dd>
<ul>
<li>レイヤー画像には、塗り絵のページのようなもの(白黒の線で描かれ、色を塗ることができる)や、前景レイヤーと背景レイヤーに挟まれた部分に絵を描ける3D画像のようなものがあります。</li>
<li>また、このほかに、背景レイヤーだけの画像も用意されています。</li>
</ul>
<p>
「消しゴム」ツールを使用すると、元のレイヤー画像が消されずに残ります。また、マジックツールの「反転」と「ミラー」は、レイヤー画像も反転させます。 </p>
<p>
レイヤー画像は、その上に絵を描いて保存すると新しい絵として保存され、元々のレイヤー画像自体は上書きされないので、後で(「さいしょから」ダイアログからアクセスして)何度でも使うことができます。 </p>
</blockquote>
<p class="note">
<span title="Configuration option">&#9881;</span> You can create your own 'Starter' and Template images. See the <em>Extending Tux Paint</em> documentation's sections on <a href="EXTENDING.html#starters">'Starters'</a> and <a href="EXTENDING.html#templates">Templates</a>. </p>
<p class="note">
<span title="Information">&#128161;</span> You can also convert your saved drawings into Templates directly within Tux Paint, from the 'Open' dialog. See "<a href="#using_tools_other_open">Open</a>", below. </p>
</dd>
</dl>
</dd>
<dt id="using_tools_other_open">
<strong>「ひらく」</strong>
@ -1091,7 +1099,7 @@
alt=""
align="right">
<p>
左下にある緑色の「ひらく」ボタンで、選択した作品を読み込みます。 </p>
Click the green 'Open' button at the lower left of the list to load the selected picture. You will then be able to edit it. </p>
<p>
(または、開きたい作品をダブルクリックします) </p>
@ -1123,7 +1131,7 @@
alt=""
align="right">
<p>
「かきだす」のボタンをクリックすると、ユーザーの標準の画像フォルダ(例: "<code>~/Pictures/TuxPaint/</code>")に画像を出力します。 </p>
Click the 'Export' button near the lower right to export the selected picture to your export folder. (e.g., "<code>~/Pictures/TuxPaint/</code>") </p>
<div class="screenshot-right-after"></div>
</li>
</ul>
@ -1142,6 +1150,20 @@
<div class="screenshot-right-after"></div>
</li>
<li>
<img src="../../html/images/open_template.png"
width="48"
height="48"
alt=""
align="right">
<p>
Click the blue 'Template' button at the lower left to go to convert the selected picture into a new template, which can be used as the basis for new drawings. </p>
<div class="screenshot-right-after"></div>
<p class="note">
<span title="Version variation">&#128220;</span> <strong>Note:</strong> The Template creation feature was added to Tux Paint in version 0.9.30. </p>
</li>
<li>
<img src="../../html/images/open_back.png"
width="48"