Regen ALL docs after bumping version to 0.9.31
This commit is contained in:
parent
d8f3adc2e7
commit
4b77cc7526
1065 changed files with 1179 additions and 1210 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30 Advanced Stamps 'How-To'
|
version 0.9.31 Advanced Stamps 'How-To'
|
||||||
|
|
||||||
Copyright © 2006-2022 by Albert Cahalan and others; see AUTHORS.txt.
|
Copyright © 2006-2022 by Albert Cahalan and others; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
Environment Variables Documentation
|
Environment Variables Documentation
|
||||||
|
|
||||||
Copyright © 2021-2023 by various contributors; see AUTHORS.txt.
|
Copyright © 2021-2023 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Extending
|
Extending
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
|
|
||||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30 Frequently Asked Questions
|
version 0.9.31 Frequently Asked Questions
|
||||||
|
|
||||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
Installation Documentation
|
Installation Documentation
|
||||||
|
|
||||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
|
|
||||||
Magic Tool Plugin API Documentation
|
Magic Tool Plugin API Documentation
|
||||||
|
|
||||||
|
|
@ -583,7 +583,7 @@ Tux Paint Functions and Data
|
||||||
|
|
||||||
char * tp_version
|
char * tp_version
|
||||||
A string containing the version of Tux Paint that's running (e.g.,
|
A string containing the version of Tux Paint that's running (e.g.,
|
||||||
"0.9.30").
|
"0.9.31").
|
||||||
|
|
||||||
int canvas_w
|
int canvas_w
|
||||||
int canvas_h
|
int canvas_h
|
||||||
|
|
@ -728,7 +728,7 @@ Constant Defintions in "tp_magic_api.h"
|
||||||
your plugin is compatible.
|
your plugin is compatible.
|
||||||
|
|
||||||
Note: This version number does not correspond to Tux Paint's own
|
Note: This version number does not correspond to Tux Paint's own
|
||||||
release number (e.g., "0.9.30"). The API will not change every
|
release number (e.g., "0.9.31"). The API will not change every
|
||||||
time a new version of Tux Paint is released, which means plugins
|
time a new version of Tux Paint is released, which means plugins
|
||||||
compiled for earlier versions of Tux Paint will often run under
|
compiled for earlier versions of Tux Paint will often run under
|
||||||
newer versions.
|
newer versions.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
|
|
||||||
Options Documentation
|
Options Documentation
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
PNG Documentation
|
PNG Documentation
|
||||||
|
|
||||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
|
|
||||||
A simple drawing program for children
|
A simple drawing program for children
|
||||||
|
|
||||||
|
|
@ -92,18 +92,10 @@ License
|
||||||
|
|
||||||
See COPYING.txt for the full text of the GPL license.
|
See COPYING.txt for the full text of the GPL license.
|
||||||
|
|
||||||
What's New in Tux Paint version 0.9.30?
|
What's New in Tux Paint version 0.9.31?
|
||||||
|
|
||||||
Magic Tool sizes
|
TBD
|
||||||
Many Magic Tools will now offer an option to adjust the size of
|
TBD
|
||||||
the effect. For example, thinner lines in the symmetry painting
|
|
||||||
tools, finer or coarser application of effects like blur, or a
|
|
||||||
wider range of shapes. (This feature may be deactivated using the
|
|
||||||
"nomagicsizes" simplification option.)
|
|
||||||
|
|
||||||
Word-wrapped button labels
|
|
||||||
When possible, longer labels shown on Tux Paint's UI buttons will
|
|
||||||
be word-wrapped, to help improve legibility.
|
|
||||||
|
|
||||||
See CHANGES.txt for the complete list of changes.
|
See CHANGES.txt for the complete list of changes.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
Signals Documentation
|
Signals Documentation
|
||||||
|
|
||||||
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
SVG Documentation
|
SVG Documentation
|
||||||
|
|
||||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30 Advanced Stamps 'How-To' </h1>
|
version 0.9.31 Advanced Stamps 'How-To' </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2006-2022 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2006-2022 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30<br/>
|
version 0.9.31<br/>
|
||||||
Environment Variables Documentation </h1>
|
Environment Variables Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30 </h1>
|
version 0.9.31 </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30 Frequently Asked Questions </h1>
|
version 0.9.31 Frequently Asked Questions </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30<br/>
|
version 0.9.31<br/>
|
||||||
Installation Documentation </h1>
|
Installation Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30 </h1>
|
version 0.9.31 </h1>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Magic Tool Plugin API Documentation </h2>
|
Magic Tool Plugin API Documentation </h2>
|
||||||
|
|
@ -599,7 +599,7 @@
|
||||||
<dl>
|
<dl>
|
||||||
<dt><code><b>char * tp_version</b></code></dt>
|
<dt><code><b>char * tp_version</b></code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
A string containing the version of Tux Paint that's running (e.g., "0.9.30"). </dd>
|
A string containing the version of Tux Paint that's running (e.g., "0.9.31"). </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<code><b>int canvas_w</b></code><br/>
|
<code><b>int canvas_w</b></code><br/>
|
||||||
|
|
@ -746,7 +746,7 @@
|
||||||
<p>
|
<p>
|
||||||
It should be referenced by your magic tool's "<code>api_version()</code>" function, to inform the running copy of Tux Paint whether or not your plugin is compatible. </p>
|
It should be referenced by your magic tool's "<code>api_version()</code>" function, to inform the running copy of Tux Paint whether or not your plugin is compatible. </p>
|
||||||
<p>
|
<p>
|
||||||
<b>Note:</b> This version number does not correspond to Tux Paint's own release number (e.g., "0.9.30"). The API will not change every time a new version of Tux Paint is released, which means plugins compiled for earlier versions of Tux Paint will often run under newer versions. </p>
|
<b>Note:</b> This version number does not correspond to Tux Paint's own release number (e.g., "0.9.31"). The API will not change every time a new version of Tux Paint is released, which means plugins compiled for earlier versions of Tux Paint will often run under newer versions. </p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30 </h1>
|
version 0.9.31 </h1>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Options Documentation </h2>
|
Options Documentation </h2>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30<br/>
|
version 0.9.31<br/>
|
||||||
PNG Documentation </h1>
|
PNG Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30 </h1>
|
version 0.9.31 </h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
A simple drawing program for children </h3>
|
A simple drawing program for children </h3>
|
||||||
|
|
@ -215,16 +215,12 @@
|
||||||
<section class="indent">
|
<section class="indent">
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
What's New in Tux Paint version 0.9.30? </h2>
|
What's New in Tux Paint version 0.9.31? </h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Magic Tool sizes</dt>
|
<dt>TBD</dt>
|
||||||
<dd>
|
<dd>TBD</dd>
|
||||||
Many <a href="#using_tools_drawing_magic">Magic Tools</a> will now offer an option to adjust the size of the effect. For example, thinner lines in the symmetry painting tools, finer or coarser application of effects like blur, or a wider range of shapes. (This feature may be deactivated using the <a href="OPTIONS.html#video_sound">"<code>nomagicsizes</code>" simplification option</a>.) </dd>
|
|
||||||
<dt>Word-wrapped button labels</dt>
|
|
||||||
<dd>
|
|
||||||
When possible, longer labels shown on Tux Paint's UI buttons will be word-wrapped, to help improve legibility. </dd>
|
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30<br/>
|
version 0.9.31<br/>
|
||||||
Signals Documentation </h1>
|
Signals Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30<br/>
|
version 0.9.31<br/>
|
||||||
SVG Documentation </h1>
|
SVG Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.30 Advanced Stamps 'How-To'
|
versión 0.9.31 Advanced Stamps 'How-To'
|
||||||
|
|
||||||
Copyright © 2006-2022 by Albert Cahalan and others; see AUTHORS.txt.
|
Copyright © 2006-2022 by Albert Cahalan and others; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.30
|
versión 0.9.31
|
||||||
Environment Variables Documentation
|
Environment Variables Documentation
|
||||||
|
|
||||||
Copyright © 2021-2023 by various contributors; see AUTHORS.txt.
|
Copyright © 2021-2023 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Extending
|
Extending
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.30
|
versión 0.9.31
|
||||||
|
|
||||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.30 Frequently Asked Questions
|
versión 0.9.31 Frequently Asked Questions
|
||||||
|
|
||||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.30
|
versión 0.9.31
|
||||||
Installation Documentation
|
Installation Documentation
|
||||||
|
|
||||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
|
|
||||||
Magic Tool Plugin API Documentation
|
Magic Tool Plugin API Documentation
|
||||||
|
|
||||||
|
|
@ -583,7 +583,7 @@ Tux Paint Functions and Data
|
||||||
|
|
||||||
char * tp_version
|
char * tp_version
|
||||||
A string containing the version of Tux Paint that's running (e.g.,
|
A string containing the version of Tux Paint that's running (e.g.,
|
||||||
"0.9.30").
|
"0.9.31").
|
||||||
|
|
||||||
int canvas_w
|
int canvas_w
|
||||||
int canvas_h
|
int canvas_h
|
||||||
|
|
@ -728,7 +728,7 @@ Constant Defintions in "tp_magic_api.h"
|
||||||
your plugin is compatible.
|
your plugin is compatible.
|
||||||
|
|
||||||
Note: This version number does not correspond to Tux Paint's own
|
Note: This version number does not correspond to Tux Paint's own
|
||||||
release number (e.g., "0.9.30"). The API will not change every
|
release number (e.g., "0.9.31"). The API will not change every
|
||||||
time a new version of Tux Paint is released, which means plugins
|
time a new version of Tux Paint is released, which means plugins
|
||||||
compiled for earlier versions of Tux Paint will often run under
|
compiled for earlier versions of Tux Paint will often run under
|
||||||
newer versions.
|
newer versions.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.30
|
versión 0.9.31
|
||||||
|
|
||||||
Options Documentation
|
Options Documentation
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.30
|
versión 0.9.31
|
||||||
PNG Documentation
|
PNG Documentation
|
||||||
|
|
||||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.30
|
versión 0.9.31
|
||||||
|
|
||||||
A simple drawing program for children
|
A simple drawing program for children
|
||||||
|
|
||||||
|
|
@ -92,18 +92,10 @@ License
|
||||||
|
|
||||||
See COPYING.txt for the full text of the GPL license.
|
See COPYING.txt for the full text of the GPL license.
|
||||||
|
|
||||||
What's New in Tux Paint version 0.9.30?
|
What's New in Tux Paint version 0.9.31?
|
||||||
|
|
||||||
Magic Tool sizes
|
TBD
|
||||||
Many Magic Tools will now offer an option to adjust the size of
|
TBD
|
||||||
the effect. For example, thinner lines in the symmetry painting
|
|
||||||
tools, finer or coarser application of effects like blur, or a
|
|
||||||
wider range of shapes. (This feature may be deactivated using the
|
|
||||||
"nomagicsizes" simplification option.)
|
|
||||||
|
|
||||||
Word-wrapped button labels
|
|
||||||
When possible, longer labels shown on Tux Paint's UI buttons will
|
|
||||||
be word-wrapped, to help improve legibility.
|
|
||||||
|
|
||||||
See CHANGES.txt for the complete list of changes.
|
See CHANGES.txt for the complete list of changes.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.30
|
versión 0.9.31
|
||||||
Signals Documentation
|
Signals Documentation
|
||||||
|
|
||||||
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.30
|
versión 0.9.31
|
||||||
SVG Documentation
|
SVG Documentation
|
||||||
|
|
||||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.30 Advanced Stamps 'How-To' </h1>
|
versión 0.9.31 Advanced Stamps 'How-To' </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2006-2022 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2006-2022 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.30<br/>
|
versión 0.9.31<br/>
|
||||||
Environment Variables Documentation </h1>
|
Environment Variables Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.30 </h1>
|
versión 0.9.31 </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.30 Frequently Asked Questions </h1>
|
versión 0.9.31 Frequently Asked Questions </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2023 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.30<br/>
|
versión 0.9.31<br/>
|
||||||
Installation Documentation </h1>
|
Installation Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30 </h1>
|
version 0.9.31 </h1>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Magic Tool Plugin API Documentation </h2>
|
Magic Tool Plugin API Documentation </h2>
|
||||||
|
|
@ -599,7 +599,7 @@
|
||||||
<dl>
|
<dl>
|
||||||
<dt><code><b>char * tp_version</b></code></dt>
|
<dt><code><b>char * tp_version</b></code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
A string containing the version of Tux Paint that's running (e.g., "0.9.30"). </dd>
|
A string containing the version of Tux Paint that's running (e.g., "0.9.31"). </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<code><b>int canvas_w</b></code><br/>
|
<code><b>int canvas_w</b></code><br/>
|
||||||
|
|
@ -746,7 +746,7 @@
|
||||||
<p>
|
<p>
|
||||||
It should be referenced by your magic tool's "<code>api_version()</code>" function, to inform the running copy of Tux Paint whether or not your plugin is compatible. </p>
|
It should be referenced by your magic tool's "<code>api_version()</code>" function, to inform the running copy of Tux Paint whether or not your plugin is compatible. </p>
|
||||||
<p>
|
<p>
|
||||||
<b>Note:</b> This version number does not correspond to Tux Paint's own release number (e.g., "0.9.30"). The API will not change every time a new version of Tux Paint is released, which means plugins compiled for earlier versions of Tux Paint will often run under newer versions. </p>
|
<b>Note:</b> This version number does not correspond to Tux Paint's own release number (e.g., "0.9.31"). The API will not change every time a new version of Tux Paint is released, which means plugins compiled for earlier versions of Tux Paint will often run under newer versions. </p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.30 </h1>
|
versión 0.9.31 </h1>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Options Documentation </h2>
|
Options Documentation </h2>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.30<br/>
|
versión 0.9.31<br/>
|
||||||
PNG Documentation </h1>
|
PNG Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.30 </h1>
|
versión 0.9.31 </h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
A simple drawing program for children </h3>
|
A simple drawing program for children </h3>
|
||||||
|
|
@ -215,16 +215,12 @@
|
||||||
<section class="indent">
|
<section class="indent">
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
What's New in Tux Paint version 0.9.30? </h2>
|
What's New in Tux Paint version 0.9.31? </h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Magic Tool sizes</dt>
|
<dt>TBD</dt>
|
||||||
<dd>
|
<dd>TBD</dd>
|
||||||
Many <a href="#using_tools_drawing_magic">Magic Tools</a> will now offer an option to adjust the size of the effect. For example, thinner lines in the symmetry painting tools, finer or coarser application of effects like blur, or a wider range of shapes. (This feature may be deactivated using the <a href="OPTIONS.html#video_sound">"<code>nomagicsizes</code>" simplification option</a>.) </dd>
|
|
||||||
<dt>Word-wrapped button labels</dt>
|
|
||||||
<dd>
|
|
||||||
When possible, longer labels shown on Tux Paint's UI buttons will be word-wrapped, to help improve legibility. </dd>
|
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.30<br/>
|
versión 0.9.31<br/>
|
||||||
Signals Documentation </h1>
|
Signals Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.30<br/>
|
versión 0.9.31<br/>
|
||||||
SVG Documentation </h1>
|
SVG Documentation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30 'Guide pratique" pour les tampons de haute qualité
|
version 0.9.31 'Guide pratique" pour les tampons de haute qualité
|
||||||
|
|
||||||
Copyright © 2006-2022 by Albert Cahalan et d'autres; see AUTHORS.txt.
|
Copyright © 2006-2022 by Albert Cahalan et d'autres; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
Documentation sur les variables d'environnement
|
Documentation sur les variables d'environnement
|
||||||
|
|
||||||
Copyright © 2021-2023 by divers contributeurs; see AUTHORS.txt.
|
Copyright © 2021-2023 by divers contributeurs; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Extension
|
Extension
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
|
|
||||||
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
|
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30 Questions fréquemment posées
|
version 0.9.31 Questions fréquemment posées
|
||||||
|
|
||||||
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
|
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
Documentation sur l'installation
|
Documentation sur l'installation
|
||||||
|
|
||||||
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
|
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
|
|
||||||
Magic Tool Plugin API Documentation
|
Magic Tool Plugin API Documentation
|
||||||
|
|
||||||
|
|
@ -583,7 +583,7 @@ Tux Paint Functions and Data
|
||||||
|
|
||||||
char * tp_version
|
char * tp_version
|
||||||
A string containing the version of Tux Paint that's running (e.g.,
|
A string containing the version of Tux Paint that's running (e.g.,
|
||||||
"0.9.30").
|
"0.9.31").
|
||||||
|
|
||||||
int canvas_w
|
int canvas_w
|
||||||
int canvas_h
|
int canvas_h
|
||||||
|
|
@ -728,7 +728,7 @@ Constant Defintions in "tp_magic_api.h"
|
||||||
your plugin is compatible.
|
your plugin is compatible.
|
||||||
|
|
||||||
Note: This version number does not correspond to Tux Paint's own
|
Note: This version number does not correspond to Tux Paint's own
|
||||||
release number (e.g., "0.9.30"). The API will not change every
|
release number (e.g., "0.9.31"). The API will not change every
|
||||||
time a new version of Tux Paint is released, which means plugins
|
time a new version of Tux Paint is released, which means plugins
|
||||||
compiled for earlier versions of Tux Paint will often run under
|
compiled for earlier versions of Tux Paint will often run under
|
||||||
newer versions.
|
newer versions.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
|
|
||||||
Documentation sur les options
|
Documentation sur les options
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
Documentation sur PNG pour Tux Paint
|
Documentation sur PNG pour Tux Paint
|
||||||
|
|
||||||
Copyright © 2007-2022 by divers contributeurs; see AUTHORS.txt.
|
Copyright © 2007-2022 by divers contributeurs; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
|
|
||||||
Un programme simple pour les enfants
|
Un programme simple pour les enfants
|
||||||
|
|
||||||
|
|
@ -97,18 +97,10 @@ Licence
|
||||||
|
|
||||||
Voir COPYING.txt pour le texte complet de la licence GPL.
|
Voir COPYING.txt pour le texte complet de la licence GPL.
|
||||||
|
|
||||||
What's New in Tux Paint version 0.9.30?
|
What's New in Tux Paint version 0.9.31?
|
||||||
|
|
||||||
Magic Tool sizes
|
TBD
|
||||||
Many Magic Tools will now offer an option to adjust the size of
|
TBD
|
||||||
the effect. For example, thinner lines in the symmetry painting
|
|
||||||
tools, finer or coarser application of effects like blur, or a
|
|
||||||
wider range of shapes. (This feature may be deactivated using the
|
|
||||||
"nomagicsizes" simplification option.)
|
|
||||||
|
|
||||||
Word-wrapped button labels
|
|
||||||
When possible, longer labels shown on Tux Paint's UI buttons will
|
|
||||||
be word-wrapped, to help improve legibility.
|
|
||||||
|
|
||||||
See CHANGES.txt for the complete list of changes.
|
See CHANGES.txt for the complete list of changes.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
Documentation sur les signaux
|
Documentation sur les signaux
|
||||||
|
|
||||||
Copyright © 2019-2022 by divers contributeurs; see AUTHORS.txt.
|
Copyright © 2019-2022 by divers contributeurs; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
Documentation sur SVG
|
Documentation sur SVG
|
||||||
|
|
||||||
Copyright © 2007-2022 by divers contributeurs; see AUTHORS.txt.
|
Copyright © 2007-2022 by divers contributeurs; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30 'Guide pratique" pour les tampons de haute qualité </h1>
|
version 0.9.31 'Guide pratique" pour les tampons de haute qualité </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2006-2022 by Albert Cahalan et d'autres; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2006-2022 by Albert Cahalan et d'autres; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30<br/>
|
version 0.9.31<br/>
|
||||||
Documentation sur les variables d'environnement </h1>
|
Documentation sur les variables d'environnement </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30 </h1>
|
version 0.9.31 </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2023 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2023 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30 Questions fréquemment posées </h1>
|
version 0.9.31 Questions fréquemment posées </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2023 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2023 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30<br/>
|
version 0.9.31<br/>
|
||||||
Documentation sur l'installation </h1>
|
Documentation sur l'installation </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30 </h1>
|
version 0.9.31 </h1>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Magic Tool Plugin API Documentation </h2>
|
Magic Tool Plugin API Documentation </h2>
|
||||||
|
|
@ -599,7 +599,7 @@
|
||||||
<dl>
|
<dl>
|
||||||
<dt><code><b>char * tp_version</b></code></dt>
|
<dt><code><b>char * tp_version</b></code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
A string containing the version of Tux Paint that's running (e.g., "0.9.30"). </dd>
|
A string containing the version of Tux Paint that's running (e.g., "0.9.31"). </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<code><b>int canvas_w</b></code><br/>
|
<code><b>int canvas_w</b></code><br/>
|
||||||
|
|
@ -746,7 +746,7 @@
|
||||||
<p>
|
<p>
|
||||||
It should be referenced by your magic tool's "<code>api_version()</code>" function, to inform the running copy of Tux Paint whether or not your plugin is compatible. </p>
|
It should be referenced by your magic tool's "<code>api_version()</code>" function, to inform the running copy of Tux Paint whether or not your plugin is compatible. </p>
|
||||||
<p>
|
<p>
|
||||||
<b>Note:</b> This version number does not correspond to Tux Paint's own release number (e.g., "0.9.30"). The API will not change every time a new version of Tux Paint is released, which means plugins compiled for earlier versions of Tux Paint will often run under newer versions. </p>
|
<b>Note:</b> This version number does not correspond to Tux Paint's own release number (e.g., "0.9.31"). The API will not change every time a new version of Tux Paint is released, which means plugins compiled for earlier versions of Tux Paint will often run under newer versions. </p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30 </h1>
|
version 0.9.31 </h1>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Documentation sur les options </h2>
|
Documentation sur les options </h2>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30<br/>
|
version 0.9.31<br/>
|
||||||
Documentation sur PNG pour Tux Paint </h1>
|
Documentation sur PNG pour Tux Paint </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30 </h1>
|
version 0.9.31 </h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
Un programme simple pour les enfants </h3>
|
Un programme simple pour les enfants </h3>
|
||||||
|
|
@ -215,16 +215,12 @@
|
||||||
<section class="indent">
|
<section class="indent">
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
What's New in Tux Paint version 0.9.30? </h2>
|
What's New in Tux Paint version 0.9.31? </h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Magic Tool sizes</dt>
|
<dt>TBD</dt>
|
||||||
<dd>
|
<dd>TBD</dd>
|
||||||
Many <a href="#using_tools_drawing_magic">Magic Tools</a> will now offer an option to adjust the size of the effect. For example, thinner lines in the symmetry painting tools, finer or coarser application of effects like blur, or a wider range of shapes. (This feature may be deactivated using the <a href="OPTIONS.html#video_sound">"<code>nomagicsizes</code>" simplification option</a>.) </dd>
|
|
||||||
<dt>Word-wrapped button labels</dt>
|
|
||||||
<dd>
|
|
||||||
When possible, longer labels shown on Tux Paint's UI buttons will be word-wrapped, to help improve legibility. </dd>
|
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30<br/>
|
version 0.9.31<br/>
|
||||||
Documentation sur les signaux </h1>
|
Documentation sur les signaux </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30<br/>
|
version 0.9.31<br/>
|
||||||
Documentation sur SVG </h1>
|
Documentation sur SVG </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.30 «Como facer» os selos avanzados
|
versión 0.9.31 «Como facer» os selos avanzados
|
||||||
|
|
||||||
Copyright © 2006-2022 by Albert Cahalan e outros; see AUTHORS.txt.
|
Copyright © 2006-2022 by Albert Cahalan e outros; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.30
|
versión 0.9.31
|
||||||
Documentación de variábeis de contorno
|
Documentación de variábeis de contorno
|
||||||
|
|
||||||
Copyright © 2021-2023 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2021-2023 by varios colaboradores; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Ampliar
|
Ampliar
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.30
|
versión 0.9.31
|
||||||
|
|
||||||
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.30 Preguntas máis frecuentes
|
versión 0.9.31 Preguntas máis frecuentes
|
||||||
|
|
||||||
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.30
|
versión 0.9.31
|
||||||
Documentación da instalación
|
Documentación da instalación
|
||||||
|
|
||||||
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
|
|
||||||
Magic Tool Plugin API Documentation
|
Magic Tool Plugin API Documentation
|
||||||
|
|
||||||
|
|
@ -583,7 +583,7 @@ Tux Paint Functions and Data
|
||||||
|
|
||||||
char * tp_version
|
char * tp_version
|
||||||
A string containing the version of Tux Paint that's running (e.g.,
|
A string containing the version of Tux Paint that's running (e.g.,
|
||||||
"0.9.30").
|
"0.9.31").
|
||||||
|
|
||||||
int canvas_w
|
int canvas_w
|
||||||
int canvas_h
|
int canvas_h
|
||||||
|
|
@ -728,7 +728,7 @@ Constant Defintions in "tp_magic_api.h"
|
||||||
your plugin is compatible.
|
your plugin is compatible.
|
||||||
|
|
||||||
Note: This version number does not correspond to Tux Paint's own
|
Note: This version number does not correspond to Tux Paint's own
|
||||||
release number (e.g., "0.9.30"). The API will not change every
|
release number (e.g., "0.9.31"). The API will not change every
|
||||||
time a new version of Tux Paint is released, which means plugins
|
time a new version of Tux Paint is released, which means plugins
|
||||||
compiled for earlier versions of Tux Paint will often run under
|
compiled for earlier versions of Tux Paint will often run under
|
||||||
newer versions.
|
newer versions.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.30
|
versión 0.9.31
|
||||||
|
|
||||||
Documentación de opcións
|
Documentación de opcións
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.30
|
versión 0.9.31
|
||||||
Documentación PNG
|
Documentación PNG
|
||||||
|
|
||||||
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.30
|
versión 0.9.31
|
||||||
|
|
||||||
Un sinxelo programa de debuxo para cativos
|
Un sinxelo programa de debuxo para cativos
|
||||||
|
|
||||||
|
|
@ -92,18 +92,10 @@ Licenza
|
||||||
|
|
||||||
Consulte o texto completo da licenza GPL en COPYING.txt.
|
Consulte o texto completo da licenza GPL en COPYING.txt.
|
||||||
|
|
||||||
What's New in Tux Paint version 0.9.30?
|
What's New in Tux Paint version 0.9.31?
|
||||||
|
|
||||||
Magic Tool sizes
|
TBD
|
||||||
Many Magic Tools will now offer an option to adjust the size of
|
TBD
|
||||||
the effect. For example, thinner lines in the symmetry painting
|
|
||||||
tools, finer or coarser application of effects like blur, or a
|
|
||||||
wider range of shapes. (This feature may be deactivated using the
|
|
||||||
"nomagicsizes" simplification option.)
|
|
||||||
|
|
||||||
Word-wrapped button labels
|
|
||||||
When possible, longer labels shown on Tux Paint's UI buttons will
|
|
||||||
be word-wrapped, to help improve legibility.
|
|
||||||
|
|
||||||
See CHANGES.txt for the complete list of changes.
|
See CHANGES.txt for the complete list of changes.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.30
|
versión 0.9.31
|
||||||
Documentación de sinais
|
Documentación de sinais
|
||||||
|
|
||||||
Copyright © 2019-2022 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2019-2022 by varios colaboradores; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.30
|
versión 0.9.31
|
||||||
Documentación SVG
|
Documentación SVG
|
||||||
|
|
||||||
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.30 «Como facer» os selos avanzados </h1>
|
versión 0.9.31 «Como facer» os selos avanzados </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2006-2022 by Albert Cahalan e outros; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2006-2022 by Albert Cahalan e outros; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.30<br/>
|
versión 0.9.31<br/>
|
||||||
Documentación de variábeis de contorno </h1>
|
Documentación de variábeis de contorno </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.30 </h1>
|
versión 0.9.31 </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2023 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2023 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.30 Preguntas máis frecuentes </h1>
|
versión 0.9.31 Preguntas máis frecuentes </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2023 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
Copyright © 2002-2023 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.30<br/>
|
versión 0.9.31<br/>
|
||||||
Documentación da instalación </h1>
|
Documentación da instalación </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
version 0.9.30 </h1>
|
version 0.9.31 </h1>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Magic Tool Plugin API Documentation </h2>
|
Magic Tool Plugin API Documentation </h2>
|
||||||
|
|
@ -599,7 +599,7 @@
|
||||||
<dl>
|
<dl>
|
||||||
<dt><code><b>char * tp_version</b></code></dt>
|
<dt><code><b>char * tp_version</b></code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
A string containing the version of Tux Paint that's running (e.g., "0.9.30"). </dd>
|
A string containing the version of Tux Paint that's running (e.g., "0.9.31"). </dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
<code><b>int canvas_w</b></code><br/>
|
<code><b>int canvas_w</b></code><br/>
|
||||||
|
|
@ -746,7 +746,7 @@
|
||||||
<p>
|
<p>
|
||||||
It should be referenced by your magic tool's "<code>api_version()</code>" function, to inform the running copy of Tux Paint whether or not your plugin is compatible. </p>
|
It should be referenced by your magic tool's "<code>api_version()</code>" function, to inform the running copy of Tux Paint whether or not your plugin is compatible. </p>
|
||||||
<p>
|
<p>
|
||||||
<b>Note:</b> This version number does not correspond to Tux Paint's own release number (e.g., "0.9.30"). The API will not change every time a new version of Tux Paint is released, which means plugins compiled for earlier versions of Tux Paint will often run under newer versions. </p>
|
<b>Note:</b> This version number does not correspond to Tux Paint's own release number (e.g., "0.9.31"). The API will not change every time a new version of Tux Paint is released, which means plugins compiled for earlier versions of Tux Paint will often run under newer versions. </p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.30 </h1>
|
versión 0.9.31 </h1>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Documentación de opcións </h2>
|
Documentación de opcións </h2>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.30<br/>
|
versión 0.9.31<br/>
|
||||||
Documentación PNG </h1>
|
Documentación PNG </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.30 </h1>
|
versión 0.9.31 </h1>
|
||||||
|
|
||||||
<h3 align="center">
|
<h3 align="center">
|
||||||
Un sinxelo programa de debuxo para cativos </h3>
|
Un sinxelo programa de debuxo para cativos </h3>
|
||||||
|
|
@ -215,16 +215,12 @@
|
||||||
<section class="indent">
|
<section class="indent">
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
What's New in Tux Paint version 0.9.30? </h2>
|
What's New in Tux Paint version 0.9.31? </h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt>Magic Tool sizes</dt>
|
<dt>TBD</dt>
|
||||||
<dd>
|
<dd>TBD</dd>
|
||||||
Many <a href="#using_tools_drawing_magic">Magic Tools</a> will now offer an option to adjust the size of the effect. For example, thinner lines in the symmetry painting tools, finer or coarser application of effects like blur, or a wider range of shapes. (This feature may be deactivated using the <a href="OPTIONS.html#video_sound">"<code>nomagicsizes</code>" simplification option</a>.) </dd>
|
|
||||||
<dt>Word-wrapped button labels</dt>
|
|
||||||
<dd>
|
|
||||||
When possible, longer labels shown on Tux Paint's UI buttons will be word-wrapped, to help improve legibility. </dd>
|
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.30<br/>
|
versión 0.9.31<br/>
|
||||||
Documentación de sinais </h1>
|
Documentación de sinais </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
versión 0.9.30<br/>
|
versión 0.9.31<br/>
|
||||||
Documentación SVG </h1>
|
Documentación SVG </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.30 スタンプ作成の詳細について
|
バージョン 0.9.31 スタンプ作成の詳細について
|
||||||
|
|
||||||
Copyright © 2006-2022 by Albert Cahalan ほか; AUTHORS.txt 参照.
|
Copyright © 2006-2022 by Albert Cahalan ほか; AUTHORS.txt 参照.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
@ -35,8 +35,9 @@
|
||||||
|
|
||||||
著作権
|
著作権
|
||||||
|
|
||||||
タックスペイントの開発者に作品を提供して公式プロジェクトへの採用を検討してもらいたい場合や、タックスペイントに独自の画像を同梱して配布したい場合には、タックスペイントが採用しているライセンスである
|
Tux Paint の開発者に作品を提供して公式プロジェクトへの採用を検討してもらいたい場合や、Tux Paint
|
||||||
GNU 一般公衆利用許諾 と互換性があるライセンスの画像を用いる必要があります。
|
に独自の画像を同梱して配布したい場合には、Tux Paint が採用しているライセンスである GNU 一般公衆利用許諾
|
||||||
|
と互換性があるライセンスの画像を用いる必要があります。
|
||||||
|
|
||||||
米国政府が制作した画像はパブリックドメインですが、米国政府がウェブ上でパプリックドメイン以外の画像を使用していることもあるので注意が必要です。Googleの画像検索で、site:gov
|
米国政府が制作した画像はパブリックドメインですが、米国政府がウェブ上でパプリックドメイン以外の画像を使用していることもあるので注意が必要です。Googleの画像検索で、site:gov
|
||||||
またはsite:mil のいずれかを指定すると、適切な画像が多数表示されます。(注: *.mil
|
またはsite:mil のいずれかを指定すると、適切な画像が多数表示されます。(注: *.mil
|
||||||
|
|
@ -96,9 +97,18 @@
|
||||||
一番上のオリジナル画像のレイヤーを表示しながら、作業用レイヤーに対して編集を加えるするように設定します。編集作業の必要に応じて画像を約400%に拡大してください(画像の各ピクセルを画面上
|
一番上のオリジナル画像のレイヤーを表示しながら、作業用レイヤーに対して編集を加えるするように設定します。編集作業の必要に応じて画像を約400%に拡大してください(画像の各ピクセルを画面上
|
||||||
4x4 ピクセルのブロックとして表示し、編集することができます)
|
4x4 ピクセルのブロックとして表示し、編集することができます)
|
||||||
|
|
||||||
100%不透明な部分と完全に透明な部分を選択します。色を指定することで、オブジェクトや背景をある程度正確に選択できる場合は、そのようにします。部分的に不透明にすべきピクセル(一般的にはオブジェクトの輪郭)を選択しないように、必要に応じて選択範囲を拡大、縮小、反転させます。
|
Select parts of the image that need to be 100% opaque or 0% opaque. If
|
||||||
|
you can select the object or background somewhat accurately by color, do
|
||||||
|
so. As needed to avoid selecting any pixels that should be partially
|
||||||
|
opaque (generally at the edge of the object) you should grow, shrink,
|
||||||
|
and invert the selection.
|
||||||
|
|
||||||
不透明な部分を白で、透明な部分を黒で塗りつぶします。この作業は、前景/背景色のインジケータからドラッグ&ドロップするのが最も簡単です。作業用レイヤーのマスクを編集しながら、変更されていない画像レイヤーを見ているので、見た目には何も起こらないはずですが、サムネイル画像では大きな変更が見えるかもしれません。
|
Fill the 100% opaque areas with white, and the 0% opaque areas with
|
||||||
|
black. This is most easily done by drag-and-drop from the
|
||||||
|
foreground/background color indicator. You should not see anything
|
||||||
|
happen, because you are viewing the unmodified image layer while editing
|
||||||
|
the mask of the WIP layer. Large changes might be noticable in the
|
||||||
|
thumbnail.
|
||||||
|
|
||||||
次に、画像を拡大します。
|
次に、画像を拡大します。
|
||||||
|
|
||||||
|
|
@ -136,20 +146,32 @@
|
||||||
|
|
||||||
失敗を減らすために、マスクの中の灰色ではないピクセルだけを選択するとよいでしょう。(「マスクから色で領域選択、黒を選択、色加算モード、白を選択、反転」あるいは「すべてを選択、マスクから色で領域選択、色減算モード、黒を選択、白を選択」)この作業を行う際、選択範囲を少し広げて、選択領域を示す線を隠したくなるかもしれません。
|
失敗を減らすために、マスクの中の灰色ではないピクセルだけを選択するとよいでしょう。(「マスクから色で領域選択、黒を選択、色加算モード、白を選択、反転」あるいは「すべてを選択、マスクから色で領域選択、色減算モード、黒を選択、白を選択」)この作業を行う際、選択範囲を少し広げて、選択領域を示す線を隠したくなるかもしれません。
|
||||||
|
|
||||||
ここではクローンツールとブラシツールを使います。必要に応じて不透明度を変えて下さい。3x3か5x5の小さな円形のブラシを主に使います。ぼかし筆かどうかは問いません。(ぼかし筆は不透明度100%、ぼかしではないブラシは不透明度70%程度で組み合わせると良いでしょう)。あまり一般的ではない使い方ですが、半透明のオブジェクトの場合には有効です。
|
Use the clone tool and the brush tool. Vary the opacity as needed. Use
|
||||||
|
small round brushes mostly, perhaps 3x3 or 5x5, fuzzy or not. (It is
|
||||||
|
generally nice to pair up fuzzy brushes with 100% opacity and non-fuzzy
|
||||||
|
brushes with about 70% opacity.) Unusual drawing modes can be helpful
|
||||||
|
with semi-transparent objects.
|
||||||
|
|
||||||
最終目標は、オブジェクトの内側と外側の両方の縁取りを除去することです。内側の縁取りは、マゼンタやグリーンの上にオブジェクトを合成したときに見えるもので、明らかに除去が必要です。外側のフリンジは、画像を縮小したときに見えるようになるため、こちらも除去する必要があります。例として、鋭角なオブジェクトの輪郭にある2x2のピクセルの領域を考えてみましょう。左半分は黒で、不透明度は0%。右半分は白で、100%不透明です。つまり、黒い背景に白い物体がある状態です。Tux
|
最終目標は、オブジェクトの内側と外側の両方の縁取りを除去することです。内側の縁取りは、マゼンタやグリーンの上にオブジェクトを合成したときに見えるもので、明らかに除去が必要です。外側のフリンジは、画像を縮小したときに見えるようになるため、こちらも除去する必要があります。例として、鋭角なオブジェクトの輪郭にある2x2のピクセルの領域を考えてみましょう。左半分は黒で、不透明度は0%。右半分は白で、100%不透明です。つまり、黒い背景に白い物体がある状態です。Tux
|
||||||
Paintがこれを50%(1x1ピクセルの領域)にスケーリングすると、結果はグレーの50%不透明ピクセルになりますが、正しい結果は、白の50%不透明ピクセルです。この結果を得るためには、黒いピクセルを塗り潰します。不透明度が0%であるにもかかわらず、黒いピクセルは重要です。
|
Paintがこれを50%(1x1ピクセルの領域)にスケーリングすると、結果はグレーの50%不透明ピクセルになりますが、正しい結果は、白の50%不透明ピクセルです。この結果を得るためには、黒いピクセルを塗り潰します。不透明度が0%であるにもかかわらず、黒いピクセルは重要です。
|
||||||
|
|
||||||
タックスペイントでは、画像を非常に大きく縮小することができるため、オブジェクトの輪郭を外側に大きく広げることが重要です。オブジェクトの輪郭の部分では、非常に正確に処理する必要がありますが、輪郭から離れるにつれて、少々手を抜いても大丈夫です。十数ピクセル以上外側まで描くとちょうど良くなります。これを太くすればするだけ、Tux
|
Tux Paint
|
||||||
|
では、画像を非常に大きく縮小することができるため、オブジェクトの輪郭を外側に大きく広げることが重要です。オブジェクトの輪郭の部分では、非常に正確に処理する必要がありますが、輪郭から離れるにつれて、少々手を抜いても大丈夫です。十数ピクセル以上外側まで描くとちょうど良くなります。これを太くすればするだけ、Tux
|
||||||
Paintは汚い色の縁どりを発生させずにスケールダウンすることができます。オブジェクトの端から数ピクセル以上離れた部分については、鉛筆ツール(またはドラッグ&ドロップで適当に色を選択)を使用して、結果がきれいに縮小されるようにしてください。
|
Paintは汚い色の縁どりを発生させずにスケールダウンすることができます。オブジェクトの端から数ピクセル以上離れた部分については、鉛筆ツール(またはドラッグ&ドロップで適当に色を選択)を使用して、結果がきれいに縮小されるようにしてください。
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Tux Paint 用の画像の保存
|
Tux Paint 用の画像の保存
|
||||||
|
|
||||||
せっかくの労作も簡単にダメになることがあります。画像編集ソフトは、不透明度0%の領域のピクセルを勝手にで破棄することがあります。この現象が発生する条件は、ソフトウェアのバージョンによっても異なります。慎重を期すため、画像を直接PNGとして保存してみてください。その後、不透明度0%の部分が黒くなったり白くなったりしていないことを確認するために、もう一度画像を読み込んでみてください。ディスクスペースを節約するため(そして自分のミスを隠すため)に画像を縮小する必要がある場合、ほぼ確実に
|
It is very easy to ruin your hard work. Image editors can silently
|
||||||
0%の不透明部分をすべて破壊してしまうことになります。そこで、もっと良い方法があります。
|
destroy pixels in 0% opaque areas. The conditions under which this
|
||||||
|
happens may vary from version to version. If you are very trusting, you
|
||||||
|
can try saving your image directly as a PNG. Be sure to read it back in
|
||||||
|
again to verify that the 0% opaque areas didn't turn black or white,
|
||||||
|
which would create fringes when Tux Paint scales the image down. If you
|
||||||
|
need to scale your image to save space (and hide your mistakes), you are
|
||||||
|
almost certain to destroy all the 0% opaque areas. So here is a better
|
||||||
|
way...
|
||||||
|
|
||||||
より安全な保存方法
|
より安全な保存方法
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.30
|
バージョン 0.9.31
|
||||||
Environment Variables Documentation
|
Environment Variables Documentation
|
||||||
|
|
||||||
Copyright © 2021-2023 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2021-2023 by various contributors; AUTHORS.txt 参照.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Extending
|
Extending
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.30
|
バージョン 0.9.31
|
||||||
|
|
||||||
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.30 Frequently Asked Questions
|
バージョン 0.9.31 Frequently Asked Questions
|
||||||
|
|
||||||
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.30
|
バージョン 0.9.31
|
||||||
Installation Documentation
|
Installation Documentation
|
||||||
|
|
||||||
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.30
|
version 0.9.31
|
||||||
|
|
||||||
Magic Tool Plugin API Documentation
|
Magic Tool Plugin API Documentation
|
||||||
|
|
||||||
|
|
@ -583,7 +583,7 @@ Tux Paint Functions and Data
|
||||||
|
|
||||||
char * tp_version
|
char * tp_version
|
||||||
A string containing the version of Tux Paint that's running (e.g.,
|
A string containing the version of Tux Paint that's running (e.g.,
|
||||||
"0.9.30").
|
"0.9.31").
|
||||||
|
|
||||||
int canvas_w
|
int canvas_w
|
||||||
int canvas_h
|
int canvas_h
|
||||||
|
|
@ -728,7 +728,7 @@ Constant Defintions in "tp_magic_api.h"
|
||||||
your plugin is compatible.
|
your plugin is compatible.
|
||||||
|
|
||||||
Note: This version number does not correspond to Tux Paint's own
|
Note: This version number does not correspond to Tux Paint's own
|
||||||
release number (e.g., "0.9.30"). The API will not change every
|
release number (e.g., "0.9.31"). The API will not change every
|
||||||
time a new version of Tux Paint is released, which means plugins
|
time a new version of Tux Paint is released, which means plugins
|
||||||
compiled for earlier versions of Tux Paint will often run under
|
compiled for earlier versions of Tux Paint will often run under
|
||||||
newer versions.
|
newer versions.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.30
|
バージョン 0.9.31
|
||||||
|
|
||||||
各種設定について
|
各種設定について
|
||||||
|
|
||||||
|
|
@ -116,8 +116,8 @@ Windows のユーザー
|
||||||
* 768x1024
|
* 768x1024
|
||||||
* 1600x1200
|
* 1600x1200
|
||||||
|
|
||||||
💡
|
💡 利用可能なディスプレイが1つのみで Tux Paint
|
||||||
利用可能なディスプレイが1つのみでタックスペイントが(フルスクリーンではなく)ウィンドウモードで実行されており、ウィンドウサイズの設定がディスプレイサイズより大きい場合、ウィンドウサイズは強制的にディスプレイサイズに合わせられます。
|
が(フルスクリーンではなく)ウィンドウモードで実行されており、ウィンドウサイズの設定がディスプレイサイズより大きい場合、ウィンドウサイズは強制的にディスプレイサイズに合わせられます。
|
||||||
|
|
||||||
orient=portrait
|
orient=portrait
|
||||||
|
|
||||||
|
|
@ -172,8 +172,8 @@ Windows のユーザー
|
||||||
SIZE
|
SIZE
|
||||||
の値は24から192までのピクセル値で指定します。ほとんどのボタンは正方形となっており、この設定はボタンの幅と高さの両方に影響します。
|
の値は24から192までのピクセル値で指定します。ほとんどのボタンは正方形となっており、この設定はボタンの幅と高さの両方に影響します。
|
||||||
|
|
||||||
SIZEの値として "auto"
|
SIZEの値として "auto" を指定すると、Tux Paint
|
||||||
を指定すると、タックスペイントのウィンドウ(またはフルスクリーンディスプレイ)のサイズに基づいて、適切なボタンサイズが選択されます。(デフォルトの画面サイズ
|
のウィンドウ(またはフルスクリーンディスプレイ)のサイズに基づいて、適切なボタンサイズが選択されます。(デフォルトの画面サイズ
|
||||||
800x600 の場合、ボタンサイズはデフォルトの "48" になります。)
|
800x600 の場合、ボタンサイズはデフォルトの "48" になります。)
|
||||||
|
|
||||||
💡 注:
|
💡 注:
|
||||||
|
|
@ -226,7 +226,8 @@ Windows のユーザー
|
||||||
|
|
||||||
grab=yes
|
grab=yes
|
||||||
|
|
||||||
タックスペイントがマウスとキーボードを「独占」します。マウスカーソルがタックスペイントのウィンドウ内に限定され、ほとんどすべてのキーボード入力が直接タックスペイントに渡されます。
|
Tux Paint がマウスとキーボードを「独占」します。マウスカーソルが Tux Paint
|
||||||
|
のウィンドウ内に限定され、ほとんどすべてのキーボード入力が直接 Tux Paint に渡されます。
|
||||||
|
|
||||||
これは、ユーザーが Tux Paint から抜け出すことができないようにするのに便利です。 [Alt]-[Tab]
|
これは、ユーザーが Tux Paint から抜け出すことができないようにするのに便利です。 [Alt]-[Tab]
|
||||||
によるウィンドウの切り替えや、[Ctrl]-[Escape]
|
によるウィンドウの切り替えや、[Ctrl]-[Escape]
|
||||||
|
|
@ -291,8 +292,8 @@ Windows のユーザー
|
||||||
|
|
||||||
stampsize=SIZE
|
stampsize=SIZE
|
||||||
|
|
||||||
すべてのスタンプの初期の大きさを 0(最小)から 10(最大)の間で設定します。SIZE
|
すべてのスタンプの初期の大きさを 0(最小)から 10(最大)の間で設定します。SIZE の値はスタンプ自体の大きさと Tux
|
||||||
の値はスタンプ自体の大きさとタックスペイントのキャンバスサイズによって決まる大きさに対する相対的な指定になります。
|
Paint のキャンバスサイズによって決まる大きさに対する相対的な指定になります。
|
||||||
|
|
||||||
SIZE の値に default を指定すると、Tux Paint がスタンプの大きさを自動的に決定します。(これが標準の動作です)
|
SIZE の値に default を指定すると、Tux Paint がスタンプの大きさを自動的に決定します。(これが標準の動作です)
|
||||||
|
|
||||||
|
|
@ -922,7 +923,8 @@ Windows のユーザー
|
||||||
|
|
||||||
nolockfile=yes
|
nolockfile=yes
|
||||||
|
|
||||||
標準では、タックスペイントは「ロックファイル」と呼ばれるものを使用して、30秒間に1回以上起動できないようになっています。これは、シングルクリックのランチャーをダブルクリックしたり、アイコンをせわしなく何度もクリックしたりして、誤って複数回起動してしまうことを防ぐためです。
|
標準では、Tux Paint
|
||||||
|
は「ロックファイル」と呼ばれるものを使用して、30秒間に1回以上起動できないようになっています。これは、シングルクリックのランチャーをダブルクリックしたり、アイコンをせわしなく何度もクリックしたりして、誤って複数回起動してしまうことを防ぐためです。
|
||||||
|
|
||||||
ロックファイルを無視して、起動してから30秒以内であっても再びすぐに実行できるようにするには、設定ファイルでこの設定を有効にするか、コマンドラインで
|
ロックファイルを無視して、起動してから30秒以内であっても再びすぐに実行できるようにするには、設定ファイルでこの設定を有効にするか、コマンドラインで
|
||||||
--nolockfile オプションを指定して Tux Paint を実行してください。
|
--nolockfile オプションを指定して Tux Paint を実行してください。
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.30
|
バージョン 0.9.31
|
||||||
PNG Documentation
|
PNG Documentation
|
||||||
|
|
||||||
Copyright © 2007-2022 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2007-2022 by various contributors; AUTHORS.txt 参照.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.30
|
バージョン 0.9.31
|
||||||
|
|
||||||
子供向けのシンプルなお絵かきプログラム
|
子供向けのシンプルなお絵かきプログラム
|
||||||
|
|
||||||
|
|
@ -73,14 +73,10 @@
|
||||||
|
|
||||||
ライセンスの全文は、COPYING.txtをお読みください。
|
ライセンスの全文は、COPYING.txtをお読みください。
|
||||||
|
|
||||||
Tux Paint バージョン 0.9.30 での変更点
|
Tux Paint バージョン 0.9.31 での変更点
|
||||||
|
|
||||||
「まほう」ツールのサイズ変更機能
|
TBD
|
||||||
多くの「まほう」ツールに、効果の大きさを調整するオプションが追加されました。例えば、「さゆうたいしょう」の描画ツールで線を細くしたり、「ぼかす」ツールでの効果を細かくしたり粗くしたり、描画オブジェクトの大きさを細かく変更することができます。(この機能は、簡略化オプション"nomagicsizes"を使って無効化することができます)
|
TBD
|
||||||
|
|
||||||
ボタンのラベルの折り返し
|
|
||||||
Tux Paint
|
|
||||||
のユーザーインターフェースボタンのラベルの文字列が長い場合、読みやすくするために折り返し表示ができるようになりました。
|
|
||||||
|
|
||||||
全ての変更点については、CHANGES.txt をお読みください。
|
全ての変更点については、CHANGES.txt をお読みください。
|
||||||
|
|
||||||
|
|
@ -582,7 +578,8 @@ Tux Paint の起動
|
||||||
|
|
||||||
「スライドショー」
|
「スライドショー」
|
||||||
|
|
||||||
「スライドショー」の機能は、「ひらく」ダイアログから利用できます。タックスペイントの中で、簡単なアニメーションや画像のスライドショーを再生することができます。また、選択した画像を元にアニメーションGIFを書き出すこともできます。
|
「スライドショー」の機能は、「ひらく」ダイアログから利用できます。Tux Paint
|
||||||
|
の中で、簡単なアニメーションや画像のスライドショーを再生することができます。また、選択した画像を元にアニメーションGIFを書き出すこともできます。
|
||||||
|
|
||||||
画像を選ぶ
|
画像を選ぶ
|
||||||
|
|
||||||
|
|
@ -741,8 +738,8 @@ Tux Paint の起動
|
||||||
|
|
||||||
イメージサイズの計算方法
|
イメージサイズの計算方法
|
||||||
|
|
||||||
"buttonsize"
|
"buttonsize" のオプションが追加されたため、この部分は全面的に書き直す必要があります。とりあえずは、Tux Paint
|
||||||
のオプションが追加されたため、この部分は全面的に書き直す必要があります。とりあえずは、タックスペイントで作成した画像のサイズ(ピクセル幅と高さ)を調べて、取り込む画像をそれに合わせて拡大縮小してみてください。
|
で作成した画像のサイズ(ピクセル幅と高さ)を調べて、取り込む画像をそれに合わせて拡大縮小してみてください。
|
||||||
|
|
||||||
その他のドキュメント
|
その他のドキュメント
|
||||||
|
|
||||||
|
|
@ -791,7 +788,7 @@ Tux Paint の起動
|
||||||
|
|
||||||
プロジェクトへの参加
|
プロジェクトへの参加
|
||||||
|
|
||||||
タックスペイントはボランティアベースのプロジェクトであり、様々な形でのご協力を受け付けています。
|
Tux Paint はボランティアベースのプロジェクトであり、様々な形でのご協力を受け付けています。
|
||||||
* Tux Paint の翻訳の作成
|
* Tux Paint の翻訳の作成
|
||||||
* 既存の翻訳の改善
|
* 既存の翻訳の改善
|
||||||
* アートワークの作成 (スタンプ、背景画像、ペイントブラシなど)
|
* アートワークの作成 (スタンプ、背景画像、ペイントブラシなど)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.30
|
バージョン 0.9.31
|
||||||
Signals Documentation
|
Signals Documentation
|
||||||
|
|
||||||
Copyright © 2019-2022 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2019-2022 by various contributors; AUTHORS.txt 参照.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.30
|
バージョン 0.9.31
|
||||||
SVG Documentation
|
SVG Documentation
|
||||||
|
|
||||||
Copyright © 2007-2022 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2007-2022 by various contributors; AUTHORS.txt 参照.
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
width="205"
|
width="205"
|
||||||
height="210"
|
height="210"
|
||||||
alt="Tux Paint"><br>
|
alt="Tux Paint"><br>
|
||||||
バージョン 0.9.30 スタンプ作成の詳細について </h1>
|
バージョン 0.9.31 スタンプ作成の詳細について </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2006-2022 by Albert Cahalan ほか; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
Copyright © 2006-2022 by Albert Cahalan ほか; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
タックスペイントの開発者に作品を提供して公式プロジェクトへの採用を検討してもらいたい場合や、タックスペイントに独自の画像を同梱して配布したい場合には、タックスペイントが採用しているライセンスである GNU 一般公衆利用許諾 と互換性があるライセンスの画像を用いる必要があります。 </p>
|
Tux Paint の開発者に作品を提供して公式プロジェクトへの採用を検討してもらいたい場合や、Tux Paint に独自の画像を同梱して配布したい場合には、Tux Paint が採用しているライセンスである GNU 一般公衆利用許諾 と互換性があるライセンスの画像を用いる必要があります。 </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
米国政府が制作した画像はパブリックドメインですが、米国政府がウェブ上でパプリックドメイン以外の画像を使用していることもあるので注意が必要です。<a href="http://images.google.com/">Googleの画像検索</a>で、<code>site:gov</code> または<code>site:mil</code> のいずれかを指定すると、適切な画像が多数表示されます。(注: *.mil のサイトには、軍事関係以外のコンテンツも含まれています!) </p>
|
米国政府が制作した画像はパブリックドメインですが、米国政府がウェブ上でパプリックドメイン以外の画像を使用していることもあるので注意が必要です。<a href="http://images.google.com/">Googleの画像検索</a>で、<code>site:gov</code> または<code>site:mil</code> のいずれかを指定すると、適切な画像が多数表示されます。(注: *.mil のサイトには、軍事関係以外のコンテンツも含まれています!) </p>
|
||||||
|
|
@ -186,10 +186,10 @@
|
||||||
一番上のオリジナル画像のレイヤーを表示しながら、作業用レイヤーに対して編集を加えるするように設定します。編集作業の必要に応じて画像を約400%に拡大してください(画像の各ピクセルを画面上 4x4 ピクセルのブロックとして表示し、編集することができます) </p>
|
一番上のオリジナル画像のレイヤーを表示しながら、作業用レイヤーに対して編集を加えるするように設定します。編集作業の必要に応じて画像を約400%に拡大してください(画像の各ピクセルを画面上 4x4 ピクセルのブロックとして表示し、編集することができます) </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
100%不透明な部分と完全に透明な部分を選択します。色を指定することで、オブジェクトや背景をある程度正確に選択できる場合は、そのようにします。部分的に不透明にすべきピクセル(一般的にはオブジェクトの輪郭)を選択しないように、必要に応じて選択範囲を拡大、縮小、反転させます。 </p>
|
Select parts of the image that need to be 100% opaque or 0% opaque. If you can select the object or background somewhat accurately by color, do so. As needed to avoid selecting any pixels that should be partially opaque (generally at the edge of the object) you should grow, shrink, and invert the selection. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
不透明な部分を白で、透明な部分を黒で塗りつぶします。この作業は、前景/背景色のインジケータからドラッグ&ドロップするのが最も簡単です。作業用レイヤーのマスクを編集しながら、変更されていない画像レイヤーを見ているので、見た目には何も起こらないはずですが、サムネイル画像では大きな変更が見えるかもしれません。 </p>
|
Fill the 100% opaque areas with white, and the 0% opaque areas with black. This is most easily done by drag-and-drop from the foreground/background color indicator. You should not see anything happen, because you are viewing the unmodified image layer while editing the mask of the WIP layer. Large changes might be noticable in the thumbnail. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
次に、画像を拡大します。 </p>
|
次に、画像を拡大します。 </p>
|
||||||
|
|
@ -243,13 +243,13 @@
|
||||||
失敗を減らすために、マスクの中の灰色ではないピクセルだけを選択するとよいでしょう。(「マスクから色で領域選択、黒を選択、色加算モード、白を選択、反転」あるいは「すべてを選択、マスクから色で領域選択、色減算モード、黒を選択、白を選択」)この作業を行う際、選択範囲を少し広げて、選択領域を示す線を隠したくなるかもしれません。 </p>
|
失敗を減らすために、マスクの中の灰色ではないピクセルだけを選択するとよいでしょう。(「マスクから色で領域選択、黒を選択、色加算モード、白を選択、反転」あるいは「すべてを選択、マスクから色で領域選択、色減算モード、黒を選択、白を選択」)この作業を行う際、選択範囲を少し広げて、選択領域を示す線を隠したくなるかもしれません。 </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
ここではクローンツールとブラシツールを使います。必要に応じて不透明度を変えて下さい。3x3か5x5の小さな円形のブラシを主に使います。ぼかし筆かどうかは問いません。(ぼかし筆は不透明度100%、ぼかしではないブラシは不透明度70%程度で組み合わせると良いでしょう)。あまり一般的ではない使い方ですが、半透明のオブジェクトの場合には有効です。 </p>
|
Use the clone tool and the brush tool. Vary the opacity as needed. Use small round brushes mostly, perhaps 3x3 or 5x5, fuzzy or not. (It is generally nice to pair up fuzzy brushes with 100% opacity and non-fuzzy brushes with about 70% opacity.) Unusual drawing modes can be helpful with semi-transparent objects. </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
最終目標は、オブジェクトの内側と外側の両方の縁取りを除去することです。内側の縁取りは、マゼンタやグリーンの上にオブジェクトを合成したときに見えるもので、明らかに除去が必要です。外側のフリンジは、画像を縮小したときに見えるようになるため、こちらも除去する必要があります。例として、鋭角なオブジェクトの輪郭にある2x2のピクセルの領域を考えてみましょう。左半分は黒で、不透明度は0%。右半分は白で、100%不透明です。つまり、黒い背景に白い物体がある状態です。Tux Paintがこれを50%(1x1ピクセルの領域)にスケーリングすると、結果はグレーの50%不透明ピクセルになりますが、正しい結果は、白の50%不透明ピクセルです。この結果を得るためには、黒いピクセルを塗り潰します。不透明度が0%であるにもかかわらず、黒いピクセルは重要です。 </p>
|
最終目標は、オブジェクトの内側と外側の両方の縁取りを除去することです。内側の縁取りは、マゼンタやグリーンの上にオブジェクトを合成したときに見えるもので、明らかに除去が必要です。外側のフリンジは、画像を縮小したときに見えるようになるため、こちらも除去する必要があります。例として、鋭角なオブジェクトの輪郭にある2x2のピクセルの領域を考えてみましょう。左半分は黒で、不透明度は0%。右半分は白で、100%不透明です。つまり、黒い背景に白い物体がある状態です。Tux Paintがこれを50%(1x1ピクセルの領域)にスケーリングすると、結果はグレーの50%不透明ピクセルになりますが、正しい結果は、白の50%不透明ピクセルです。この結果を得るためには、黒いピクセルを塗り潰します。不透明度が0%であるにもかかわらず、黒いピクセルは重要です。 </p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
タックスペイントでは、画像を非常に大きく縮小することができるため、オブジェクトの輪郭を外側に大きく広げることが重要です。オブジェクトの輪郭の部分では、非常に正確に処理する必要がありますが、輪郭から離れるにつれて、少々手を抜いても大丈夫です。十数ピクセル以上外側まで描くとちょうど良くなります。これを太くすればするだけ、Tux Paintは汚い色の縁どりを発生させずにスケールダウンすることができます。オブジェクトの端から数ピクセル以上離れた部分については、鉛筆ツール(またはドラッグ&ドロップで適当に色を選択)を使用して、結果がきれいに縮小されるようにしてください。 </p>
|
Tux Paint では、画像を非常に大きく縮小することができるため、オブジェクトの輪郭を外側に大きく広げることが重要です。オブジェクトの輪郭の部分では、非常に正確に処理する必要がありますが、輪郭から離れるにつれて、少々手を抜いても大丈夫です。十数ピクセル以上外側まで描くとちょうど良くなります。これを太くすればするだけ、Tux Paintは汚い色の縁どりを発生させずにスケールダウンすることができます。オブジェクトの端から数ピクセル以上離れた部分については、鉛筆ツール(またはドラッグ&ドロップで適当に色を選択)を使用して、結果がきれいに縮小されるようにしてください。 </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<hr size="2"
|
<hr size="2"
|
||||||
|
|
@ -262,7 +262,7 @@
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
せっかくの労作も簡単にダメになることがあります。画像編集ソフトは、不透明度0%の領域のピクセルを勝手にで破棄することがあります。この現象が発生する条件は、ソフトウェアのバージョンによっても異なります。慎重を期すため、画像を直接PNGとして保存してみてください。その後、不透明度0%の部分が黒くなったり白くなったりしていないことを確認するために、もう一度画像を読み込んでみてください。ディスクスペースを節約するため(そして自分のミスを隠すため)に画像を縮小する必要がある場合、ほぼ確実に 0%の不透明部分をすべて破壊してしまうことになります。そこで、もっと良い方法があります。 </p>
|
It is very easy to ruin your hard work. Image editors can silently destroy pixels in 0% opaque areas. The conditions under which this happens may vary from version to version. If you are very trusting, you can try saving your image directly as a PNG. Be sure to read it back in again to verify that the 0% opaque areas didn't turn black or white, which would create fringes when Tux Paint scales the image down. If you need to scale your image to save space (and hide your mistakes), you are almost certain to destroy all the 0% opaque areas. So here is a better way... </p>
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
より安全な保存方法 </h3>
|
より安全な保存方法 </h3>
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue