Regen docs
This commit is contained in:
parent
380967e56d
commit
de5a2a5aae
31 changed files with 41 additions and 214 deletions
|
|
@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
|
|
||||||
2023.March.15 (0.9.29)
|
2023.March.16 (0.9.29) ### RC1
|
||||||
* Improvements to "Stamp" tool:
|
* Improvements to "Stamp" tool:
|
||||||
-----------------------------
|
-----------------------------
|
||||||
* Stamps may now be rotated.
|
* Stamps may now be rotated.
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.29 Frequently Asked Questions
|
version 0.9.29 Frequently Asked Questions
|
||||||
|
|
||||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
June 4, 2022
|
March 16, 2023
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -57,20 +57,6 @@ Drawing-related
|
||||||
with "--stamps" on the command line or either "nostamps=no" or
|
with "--stamps" on the command line or either "nostamps=no" or
|
||||||
"stamps=yes" in a configuration file.
|
"stamps=yes" in a configuration file.
|
||||||
|
|
||||||
The "Fill" Tool Looks Bad
|
|
||||||
|
|
||||||
Tux Paint is probably comparing exact pixel colors when filling.
|
|
||||||
This is faster, but looks worse. Run the command "tuxpaint
|
|
||||||
--verbose-version" from a command line, and you should see,
|
|
||||||
amongst the other output: "Low Quality Flood Fill enabled".
|
|
||||||
|
|
||||||
To change this, you must rebuild Tux Paint from source. Be sure to
|
|
||||||
remove or comment out any line that says:
|
|
||||||
|
|
||||||
#define LOW_QUALITY_FLOOD_FILL
|
|
||||||
|
|
||||||
in the "tuxpaint.c" file in the "src" directory.
|
|
||||||
|
|
||||||
Stamp outlines are always rectangles
|
Stamp outlines are always rectangles
|
||||||
|
|
||||||
Tux Paint was built with low-quality (but faster) stamp outlines.
|
Tux Paint was built with low-quality (but faster) stamp outlines.
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ Options Documentation
|
||||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
February 19, 2023
|
March 16, 2023
|
||||||
|
|
||||||
+---------------------------------------------+
|
+---------------------------------------------+
|
||||||
|Table of Contents |
|
|Table of Contents |
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
March 12, 2023
|
March 16, 2023
|
||||||
|
|
||||||
+----------------------------------------------------+
|
+----------------------------------------------------+
|
||||||
|Table of Contents |
|
|Table of Contents |
|
||||||
|
|
|
||||||
|
|
@ -20,12 +20,12 @@
|
||||||
version 0.9.29 Frequently Asked Questions </h1>
|
version 0.9.29 Frequently Asked Questions </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2022 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>
|
||||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
June 4, 2022 </p>
|
March 16, 2023 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<hr size="2"
|
<hr size="2"
|
||||||
|
|
@ -107,26 +107,6 @@
|
||||||
Either change/remove the "nostamps" option, or you can override it with "<code>--stamps</code>" on the command line or either "<code>nostamps=no</code>" or "<code>stamps=yes</code>" in a configuration file. </p>
|
Either change/remove the "nostamps" option, or you can override it with "<code>--stamps</code>" on the command line or either "<code>nostamps=no</code>" or "<code>stamps=yes</code>" in a configuration file. </p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>
|
|
||||||
The "Fill" Tool Looks Bad </dt>
|
|
||||||
|
|
||||||
<dd>
|
|
||||||
<p>
|
|
||||||
Tux Paint is probably comparing exact pixel colors when filling. This is faster, but looks worse. Run the command "<code>tuxpaint --verbose-version</code>" from a command line, and you should see, amongst the other output: "Low Quality Flood Fill enabled". </p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
To change this, you must rebuild Tux Paint from source. Be sure to remove or comment out any line that says: </p>
|
|
||||||
|
|
||||||
<blockquote>
|
|
||||||
<p>
|
|
||||||
<code>#define LOW_QUALITY_FLOOD_FILL</code>
|
|
||||||
</p>
|
|
||||||
</blockquote>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
in the "tuxpaint.c" file in the "src" directory. </p>
|
|
||||||
</dd>
|
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
Stamp outlines are always rectangles </dt>
|
Stamp outlines are always rectangles </dt>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
February 19, 2023 </p>
|
March 16, 2023 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
March 12, 2023 </p>
|
March 16, 2023 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.29 Frequently Asked Questions
|
versión 0.9.29 Frequently Asked Questions
|
||||||
|
|
||||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
junio 4, 2022
|
marzo 16, 2023
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -57,20 +57,6 @@ Drawing-related
|
||||||
with "--stamps" on the command line or either "nostamps=no" or
|
with "--stamps" on the command line or either "nostamps=no" or
|
||||||
"stamps=yes" in a configuration file.
|
"stamps=yes" in a configuration file.
|
||||||
|
|
||||||
The "Fill" Tool Looks Bad
|
|
||||||
|
|
||||||
Tux Paint is probably comparing exact pixel colors when filling.
|
|
||||||
This is faster, but looks worse. Run the command "tuxpaint
|
|
||||||
--verbose-version" from a command line, and you should see,
|
|
||||||
amongst the other output: "Low Quality Flood Fill enabled".
|
|
||||||
|
|
||||||
To change this, you must rebuild Tux Paint from source. Be sure to
|
|
||||||
remove or comment out any line that says:
|
|
||||||
|
|
||||||
#define LOW_QUALITY_FLOOD_FILL
|
|
||||||
|
|
||||||
in the "tuxpaint.c" file in the "src" directory.
|
|
||||||
|
|
||||||
Stamp outlines are always rectangles
|
Stamp outlines are always rectangles
|
||||||
|
|
||||||
Tux Paint was built with low-quality (but faster) stamp outlines.
|
Tux Paint was built with low-quality (but faster) stamp outlines.
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ Options Documentation
|
||||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
febrero 19, 2023
|
marzo 16, 2023
|
||||||
|
|
||||||
+---------------------------------------------+
|
+---------------------------------------------+
|
||||||
|Table of Contents |
|
|Table of Contents |
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
Copyright © 2002-2023 by various contributors; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
marzo 12, 2023
|
marzo 16, 2023
|
||||||
|
|
||||||
+----------------------------------------------------+
|
+----------------------------------------------------+
|
||||||
|Table of Contents |
|
|Table of Contents |
|
||||||
|
|
|
||||||
|
|
@ -20,12 +20,12 @@
|
||||||
versión 0.9.29 Frequently Asked Questions </h1>
|
versión 0.9.29 Frequently Asked Questions </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2022 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>
|
||||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
junio 4, 2022 </p>
|
marzo 16, 2023 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<hr size="2"
|
<hr size="2"
|
||||||
|
|
@ -107,26 +107,6 @@
|
||||||
Either change/remove the "nostamps" option, or you can override it with "<code>--stamps</code>" on the command line or either "<code>nostamps=no</code>" or "<code>stamps=yes</code>" in a configuration file. </p>
|
Either change/remove the "nostamps" option, or you can override it with "<code>--stamps</code>" on the command line or either "<code>nostamps=no</code>" or "<code>stamps=yes</code>" in a configuration file. </p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>
|
|
||||||
The "Fill" Tool Looks Bad </dt>
|
|
||||||
|
|
||||||
<dd>
|
|
||||||
<p>
|
|
||||||
Tux Paint is probably comparing exact pixel colors when filling. This is faster, but looks worse. Run the command "<code>tuxpaint --verbose-version</code>" from a command line, and you should see, amongst the other output: "Low Quality Flood Fill enabled". </p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
To change this, you must rebuild Tux Paint from source. Be sure to remove or comment out any line that says: </p>
|
|
||||||
|
|
||||||
<blockquote>
|
|
||||||
<p>
|
|
||||||
<code>#define LOW_QUALITY_FLOOD_FILL</code>
|
|
||||||
</p>
|
|
||||||
</blockquote>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
in the "tuxpaint.c" file in the "src" directory. </p>
|
|
||||||
</dd>
|
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
Stamp outlines are always rectangles </dt>
|
Stamp outlines are always rectangles </dt>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
febrero 19, 2023 </p>
|
marzo 16, 2023 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
marzo 12, 2023 </p>
|
marzo 16, 2023 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
version 0.9.29 Questions fréquemment posées
|
version 0.9.29 Questions fréquemment posées
|
||||||
|
|
||||||
Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt.
|
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
juin 4, 2022
|
mars 16, 2023
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -62,22 +62,6 @@ Liées au dessin
|
||||||
"--stamps" sur la ligne de commande ou "nostamps=no" ou
|
"--stamps" sur la ligne de commande ou "nostamps=no" ou
|
||||||
"stamps=yes" dans un des fichiers de configuration.
|
"stamps=yes" dans un des fichiers de configuration.
|
||||||
|
|
||||||
L'outil magique "Remplir" semble mauvais
|
|
||||||
|
|
||||||
Tux Paint compare probablement les couleurs exactes des pixels
|
|
||||||
lors du remplissage. C'est plus rapide, mais semble pire. Exécutez
|
|
||||||
la commande "tuxpaint --verbose-version" à partir d'une ligne de
|
|
||||||
commande, et vous devriez voir, parmi les autres résultats: "Low
|
|
||||||
Quality Flood Fill enabled".
|
|
||||||
|
|
||||||
Pour changer cela, vous devez reconstruire Tux Paint à partir des
|
|
||||||
sources. Assurez-vous de supprimer ou de commenter toute ligne qui
|
|
||||||
dit :
|
|
||||||
|
|
||||||
#define LOW_QUALITY_FLOOD_FILL
|
|
||||||
|
|
||||||
dans le fichier "tuxpaint.c" du répertoire "src".
|
|
||||||
|
|
||||||
Les contours des tampons sont toujours des rectangles
|
Les contours des tampons sont toujours des rectangles
|
||||||
|
|
||||||
Tux Paint a été élaboré avec des contours de basse qualité (mais
|
Tux Paint a été élaboré avec des contours de basse qualité (mais
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ Documentation sur les options
|
||||||
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
|
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
février 19, 2023
|
mars 16, 2023
|
||||||
|
|
||||||
+---------------------------------------------------------------------+
|
+---------------------------------------------------------------------+
|
||||||
|Table des matières |
|
|Table des matières |
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
|
Copyright © 2002-2023 by divers contributeurs; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
mars 12, 2023
|
mars 16, 2023
|
||||||
|
|
||||||
+----------------------------------------------------------+
|
+----------------------------------------------------------+
|
||||||
|Table des matières |
|
|Table des matières |
|
||||||
|
|
|
||||||
|
|
@ -20,12 +20,12 @@
|
||||||
version 0.9.29 Questions fréquemment posées </h1>
|
version 0.9.29 Questions fréquemment posées </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2022 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>
|
||||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
juin 4, 2022 </p>
|
mars 16, 2023 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<hr size="2"
|
<hr size="2"
|
||||||
|
|
@ -107,26 +107,6 @@
|
||||||
Modifiez / supprimez l'option "nostamps" ou remplacez-la par "<code>--stamps</code>" sur la ligne de commande ou "<code>nostamps=no</code>" ou "<code>stamps=yes</code>" dans un des fichiers de configuration. </p>
|
Modifiez / supprimez l'option "nostamps" ou remplacez-la par "<code>--stamps</code>" sur la ligne de commande ou "<code>nostamps=no</code>" ou "<code>stamps=yes</code>" dans un des fichiers de configuration. </p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>
|
|
||||||
L'outil magique "Remplir" semble mauvais </dt>
|
|
||||||
|
|
||||||
<dd>
|
|
||||||
<p>
|
|
||||||
Tux Paint compare probablement les couleurs exactes des pixels lors du remplissage. C'est plus rapide, mais semble pire. Exécutez la commande "<code>tuxpaint --verbose-version</code>" à partir d'une ligne de commande, et vous devriez voir, parmi les autres résultats: "Low Quality Flood Fill enabled". </p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Pour changer cela, vous devez reconstruire Tux Paint à partir des sources. Assurez-vous de supprimer ou de commenter toute ligne qui dit : </p>
|
|
||||||
|
|
||||||
<blockquote>
|
|
||||||
<p>
|
|
||||||
<code>#define LOW_QUALITY_FLOOD_FILL</code>
|
|
||||||
</p>
|
|
||||||
</blockquote>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
dans le fichier "tuxpaint.c" du répertoire "src". </p>
|
|
||||||
</dd>
|
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
Les contours des tampons sont toujours des rectangles </dt>
|
Les contours des tampons sont toujours des rectangles </dt>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
février 19, 2023 </p>
|
mars 16, 2023 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
mars 12, 2023 </p>
|
mars 16, 2023 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
versión 0.9.29 Preguntas máis frecuentes
|
versión 0.9.29 Preguntas máis frecuentes
|
||||||
|
|
||||||
Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
4 de Xuño de 2022
|
16 de Marzo de 2023
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -60,21 +60,6 @@ Relacionado co debuxo
|
||||||
«--stamps» na liña de ordes ou con «nostamps=no» ou »stamps=yes»
|
«--stamps» na liña de ordes ou con «nostamps=no» ou »stamps=yes»
|
||||||
nun ficheiro de configuración.
|
nun ficheiro de configuración.
|
||||||
|
|
||||||
A ferramenta «Encher» vese mal
|
|
||||||
|
|
||||||
Tux Paint probabelmente estea a comparar as cores exactas dos
|
|
||||||
píxeles ao encher. Isto é máis rápido, pero ten un aspecto peor.
|
|
||||||
Execute a orde «tuxpaint --verbose-version» dende unha liña de
|
|
||||||
ordes e debe ver, entre outras saídas: «Low Quality Flood Fill
|
|
||||||
enabled».
|
|
||||||
|
|
||||||
Para cambialo, debe volver compilar Tux Paint dende o código
|
|
||||||
fonte. Asegúrese de eliminar ou comentar calquera liña que diga:
|
|
||||||
|
|
||||||
#define LOW_QUALITY_FLOOD_FILL
|
|
||||||
|
|
||||||
no ficheiro «tuxpaint.c» no directorio «src».
|
|
||||||
|
|
||||||
Os contornos do selo son sempre rectángulos
|
Os contornos do selo son sempre rectángulos
|
||||||
|
|
||||||
Tux Paint foi compilado con contornos de selo de baixa calidade
|
Tux Paint foi compilado con contornos de selo de baixa calidade
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ Documentación de opcións
|
||||||
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
19 de Febreiro de 2023
|
16 de Marzo de 2023
|
||||||
|
|
||||||
+----------------------------------------------------+
|
+----------------------------------------------------+
|
||||||
|Índice |
|
|Índice |
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
|
Copyright © 2002-2023 by varios colaboradores; see AUTHORS.txt.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
12 de Marzo de 2023
|
16 de Marzo de 2023
|
||||||
|
|
||||||
+-----------------------------------------------------------+
|
+-----------------------------------------------------------+
|
||||||
|Índice |
|
|Índice |
|
||||||
|
|
|
||||||
|
|
@ -20,12 +20,12 @@
|
||||||
versión 0.9.29 Preguntas máis frecuentes </h1>
|
versión 0.9.29 Preguntas máis frecuentes </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2022 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>
|
||||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
4 de Xuño de 2022 </p>
|
16 de Marzo de 2023 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<hr size="2"
|
<hr size="2"
|
||||||
|
|
@ -107,26 +107,6 @@
|
||||||
Cambie ou elimine a opción «nostamps» ou pode anulala con «<code>--stamps</code>» na liña de ordes ou con «<code>nostamps=no</code>» ou »<code>stamps=yes</code>» nun ficheiro de configuración. </p>
|
Cambie ou elimine a opción «nostamps» ou pode anulala con «<code>--stamps</code>» na liña de ordes ou con «<code>nostamps=no</code>» ou »<code>stamps=yes</code>» nun ficheiro de configuración. </p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>
|
|
||||||
A ferramenta «Encher» vese mal </dt>
|
|
||||||
|
|
||||||
<dd>
|
|
||||||
<p>
|
|
||||||
Tux Paint probabelmente estea a comparar as cores exactas dos píxeles ao encher. Isto é máis rápido, pero ten un aspecto peor. Execute a orde «<code>tuxpaint --verbose-version</code>» dende unha liña de ordes e debe ver, entre outras saídas: «Low Quality Flood Fill enabled». </p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Para cambialo, debe volver compilar Tux Paint dende o código fonte. Asegúrese de eliminar ou comentar calquera liña que diga: </p>
|
|
||||||
|
|
||||||
<blockquote>
|
|
||||||
<p>
|
|
||||||
<code>#define LOW_QUALITY_FLOOD_FILL</code>
|
|
||||||
</p>
|
|
||||||
</blockquote>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
no ficheiro «tuxpaint.c» no directorio «src». </p>
|
|
||||||
</dd>
|
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
Os contornos do selo son sempre rectángulos </dt>
|
Os contornos do selo son sempre rectángulos </dt>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
19 de Febreiro de 2023 </p>
|
16 de Marzo de 2023 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
12 de Marzo de 2023 </p>
|
16 de Marzo de 2023 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
Tux Paint
|
Tux Paint
|
||||||
バージョン 0.9.29 Frequently Asked Questions
|
バージョン 0.9.29 Frequently Asked Questions
|
||||||
|
|
||||||
Copyright © 2002-2022 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
2022年6月 4日
|
2023年3月16日
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -57,20 +57,6 @@ Drawing-related
|
||||||
with "--stamps" on the command line or either "nostamps=no" or
|
with "--stamps" on the command line or either "nostamps=no" or
|
||||||
"stamps=yes" in a configuration file.
|
"stamps=yes" in a configuration file.
|
||||||
|
|
||||||
The "Fill" Tool Looks Bad
|
|
||||||
|
|
||||||
Tux Paint is probably comparing exact pixel colors when filling.
|
|
||||||
This is faster, but looks worse. Run the command "tuxpaint
|
|
||||||
--verbose-version" from a command line, and you should see,
|
|
||||||
amongst the other output: "Low Quality Flood Fill enabled".
|
|
||||||
|
|
||||||
To change this, you must rebuild Tux Paint from source. Be sure to
|
|
||||||
remove or comment out any line that says:
|
|
||||||
|
|
||||||
#define LOW_QUALITY_FLOOD_FILL
|
|
||||||
|
|
||||||
in the "tuxpaint.c" file in the "src" directory.
|
|
||||||
|
|
||||||
Stamp outlines are always rectangles
|
Stamp outlines are always rectangles
|
||||||
|
|
||||||
Tux Paint was built with low-quality (but faster) stamp outlines.
|
Tux Paint was built with low-quality (but faster) stamp outlines.
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
2023年2月19日
|
2023年3月16日
|
||||||
|
|
||||||
+---------------------------------+
|
+---------------------------------+
|
||||||
|目次 |
|
|目次 |
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
|
Copyright © 2002-2023 by various contributors; AUTHORS.txt 参照.
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
2023年3月12日
|
2023年3月16日
|
||||||
|
|
||||||
+-------------------------------------+
|
+-------------------------------------+
|
||||||
|目次 |
|
|目次 |
|
||||||
|
|
|
||||||
|
|
@ -20,12 +20,12 @@
|
||||||
バージョン 0.9.29 Frequently Asked Questions </h1>
|
バージョン 0.9.29 Frequently Asked Questions </h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2002-2022 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
Copyright © 2002-2023 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
|
||||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
2022年6月 4日 </p>
|
2023年3月16日 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<hr size="2"
|
<hr size="2"
|
||||||
|
|
@ -107,26 +107,6 @@
|
||||||
Either change/remove the "nostamps" option, or you can override it with "<code>--stamps</code>" on the command line or either "<code>nostamps=no</code>" or "<code>stamps=yes</code>" in a configuration file. </p>
|
Either change/remove the "nostamps" option, or you can override it with "<code>--stamps</code>" on the command line or either "<code>nostamps=no</code>" or "<code>stamps=yes</code>" in a configuration file. </p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>
|
|
||||||
The "Fill" Tool Looks Bad </dt>
|
|
||||||
|
|
||||||
<dd>
|
|
||||||
<p>
|
|
||||||
Tux Paint is probably comparing exact pixel colors when filling. This is faster, but looks worse. Run the command "<code>tuxpaint --verbose-version</code>" from a command line, and you should see, amongst the other output: "Low Quality Flood Fill enabled". </p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
To change this, you must rebuild Tux Paint from source. Be sure to remove or comment out any line that says: </p>
|
|
||||||
|
|
||||||
<blockquote>
|
|
||||||
<p>
|
|
||||||
<code>#define LOW_QUALITY_FLOOD_FILL</code>
|
|
||||||
</p>
|
|
||||||
</blockquote>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
in the "tuxpaint.c" file in the "src" directory. </p>
|
|
||||||
</dd>
|
|
||||||
|
|
||||||
<dt>
|
<dt>
|
||||||
Stamp outlines are always rectangles </dt>
|
Stamp outlines are always rectangles </dt>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
2023年2月19日 </p>
|
2023年3月16日 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
2023年3月12日 </p>
|
2023年3月16日 </p>
|
||||||
</center>
|
</center>
|
||||||
</header>
|
</header>
|
||||||
<table border="2"
|
<table border="2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue