Regen FAQ & Advanced Stamps Howto with CSS & other tweaks

This commit is contained in:
Bill Kendrick 2024-05-14 23:54:08 -07:00
parent 4a79060f26
commit 073c4f422b
28 changed files with 1106 additions and 399 deletions

View file

@ -1,12 +1,12 @@
Tux Paint Tux Paint
version 0.9.33 Advanced Stamps 'How-To' version 0.9.33
Advanced Stamps 'How-To'
Copyright © 2006-2024 by Albert Cahalan and others; see AUTHORS.txt. Copyright © 2006-2024 by Albert Cahalan and others; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
February 28, 2024 February 28, 2024
-------------------------------------------------------------------------------
+----------------------------------------+ +----------------------------------------+
| Table of Contents | | Table of Contents |
|----------------------------------------| |----------------------------------------|

View file

@ -1,12 +1,12 @@
Tux Paint Tux Paint
version 0.9.33 Frequently Asked Questions version 0.9.33
Frequently Asked Questions
Copyright © 2002-2024 by various contributors; see AUTHORS.txt. Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
April 27, 2024 May 14, 2024
-------------------------------------------------------------------------------
+------------------------------+ +------------------------------+
| Table of Contents | | Table of Contents |
|------------------------------| |------------------------------|

View file

@ -5,6 +5,76 @@
Tux Paint Advanced Stamps 'How-To' </title> Tux Paint Advanced Stamps 'How-To' </title>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"
content="text/html; charset=utf-8"> content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head> </head>
<body bgcolor="#FFFFFF" <body bgcolor="#FFFFFF"
text="#000000" text="#000000"
@ -17,7 +87,8 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.33 Advanced Stamps 'How-To' </h1> version 0.9.33<br/>
Advanced Stamps 'How-To' </h1>
<p> <p>
Copyright &copy; 2006-2024 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2006-2024 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -28,13 +99,12 @@
February 28, 2024 </p> February 28, 2024 </p>
</center> </center>
<hr size="2"
noshade>
<table border="2" <table border="2"
cellspacing="0" cellspacing="0"
cellpadding="2" cellpadding="2"
summary="Table of Contents"> summary="Table of Contents"
align="center"
style="page-break-inside: avoid;">
<tr> <tr>
<th> <th>
Table of Contents </th> Table of Contents </th>
@ -43,22 +113,7 @@
<tr> <tr>
<td> <td>
<ul> <ul>
<li> <li><a href="#about">About this 'How-To'</a></li> <li><a href="#choice">Image choice is crucial</a></li> <li><a href="#prepare_mask">Prepare the mask</a></li> <li><a href="#replace_fringe">Replace the fringe and junk pixels</a></li> <li><a href="#save">Save the image for Tux Paint</a></li> </ul>
<a href="#about">About this 'How-To'</a>
</li>
<li>
<a href="#choice">Image choice is crucial</a>
</li>
<li>
<a href="#prepare_mask">Prepare the mask</a>
</li>
<li>
<a href="#replace_fringe">Replace the fringe and junk pixels</a>
</li>
<li>
<a href="#save">Save the image for Tux Paint</a>
</li>
</ul>
</td> </td>
</tr> </tr>
</table> </table>

View file

@ -5,6 +5,76 @@
Tux Paint Frequently Asked Questions </title> Tux Paint Frequently Asked Questions </title>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"
content="text/html; charset=utf-8"> content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head> </head>
<body bgcolor="#FFFFFF" <body bgcolor="#FFFFFF"
text="#000000" text="#000000"
@ -17,7 +87,8 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.33 Frequently Asked Questions </h1> version 0.9.33<br/>
Frequently Asked Questions </h1>
<p> <p>
Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -25,16 +96,15 @@
</p> </p>
<p> <p>
April 27, 2024 </p> May 14, 2024 </p>
</center> </center>
<hr size="2"
noshade>
<table border="2" <table border="2"
cellspacing="0" cellspacing="0"
cellpadding="2" cellpadding="2"
summary="Table of Contents"> summary="Table of Contents"
align="center"
style="page-break-inside: avoid;">
<tr> <tr>
<th> <th>
Table of Contents </th> Table of Contents </th>
@ -43,31 +113,7 @@
<tr> <tr>
<td> <td>
<ul> <ul>
<li> <li><a href="#drawing">Drawing-related</a></li> <li><a href="#interface">Interface Problems</a></li> <li><a href="#printing">Printing</a></li> <li><a href="#saving">Saving</a></li> <li><a href="#audio">Audio Problems</a></li> <li><a href="#fullscreen">Fullscreen Mode Problems</a></li> <li><a href="#other">Other Problems</a></li> <li><a href="#contact">Help / Contact</a></li> </ul>
<a href="#drawing">Drawing-related</a>
</li>
<li>
<a href="#interface">Interface Problems</a>
</li>
<li>
<a href="#printing">Printing</a>
</li>
<li>
<a href="#saving">Saving</a>
</li>
<li>
<a href="#audio">Audio Problems</a>
</li>
<li>
<a href="#fullscreen">Fullscreen Mode Problems</a>
</li>
<li>
<a href="#other">Other Problems</a>
</li>
<li>
<a href="#contact">Help / Contact</a>
</li>
</ul>
</td> </td>
</tr> </tr>
</table> </table>

View file

@ -1,12 +1,12 @@
Tux Paint Tux Paint
versión 0.9.33 Advanced Stamps 'How-To' versión 0.9.33
Advanced Stamps 'How-To'
Copyright © 2006-2024 by Albert Cahalan and others; see AUTHORS.txt. Copyright © 2006-2024 by Albert Cahalan and others; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
febrero 28, 2024 febrero 28, 2024
-------------------------------------------------------------------------------
+----------------------------------------+ +----------------------------------------+
| Table of Contents | | Table of Contents |
|----------------------------------------| |----------------------------------------|

View file

@ -1,12 +1,12 @@
Tux Paint Tux Paint
versión 0.9.33 Frequently Asked Questions versión 0.9.33
Frequently Asked Questions
Copyright © 2002-2024 by various contributors; see AUTHORS.txt. Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
abril 27, 2024 mayo 14, 2024
-------------------------------------------------------------------------------
+------------------------------+ +------------------------------+
| Table of Contents | | Table of Contents |
|------------------------------| |------------------------------|

View file

@ -5,6 +5,76 @@
Tux Paint Advanced Stamps 'How-To' </title> Tux Paint Advanced Stamps 'How-To' </title>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"
content="text/html; charset=utf-8"> content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head> </head>
<body bgcolor="#FFFFFF" <body bgcolor="#FFFFFF"
text="#000000" text="#000000"
@ -17,7 +87,8 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versi&oacute;n 0.9.33 Advanced Stamps 'How-To' </h1> versi&oacute;n 0.9.33<br/>
Advanced Stamps 'How-To' </h1>
<p> <p>
Copyright &copy; 2006-2024 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2006-2024 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -28,13 +99,12 @@
febrero 28, 2024 </p> febrero 28, 2024 </p>
</center> </center>
<hr size="2"
noshade>
<table border="2" <table border="2"
cellspacing="0" cellspacing="0"
cellpadding="2" cellpadding="2"
summary="Table of Contents"> summary="Table of Contents"
align="center"
style="page-break-inside: avoid;">
<tr> <tr>
<th> <th>
Table of Contents </th> Table of Contents </th>
@ -43,22 +113,7 @@
<tr> <tr>
<td> <td>
<ul> <ul>
<li> <li><a href="#about">About this 'How-To'</a></li> <li><a href="#choice">Image choice is crucial</a></li> <li><a href="#prepare_mask">Prepare the mask</a></li> <li><a href="#replace_fringe">Replace the fringe and junk pixels</a></li> <li><a href="#save">Save the image for Tux Paint</a></li> </ul>
<a href="#about">About this 'How-To'</a>
</li>
<li>
<a href="#choice">Image choice is crucial</a>
</li>
<li>
<a href="#prepare_mask">Prepare the mask</a>
</li>
<li>
<a href="#replace_fringe">Replace the fringe and junk pixels</a>
</li>
<li>
<a href="#save">Save the image for Tux Paint</a>
</li>
</ul>
</td> </td>
</tr> </tr>
</table> </table>

View file

@ -5,6 +5,76 @@
Tux Paint Frequently Asked Questions </title> Tux Paint Frequently Asked Questions </title>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"
content="text/html; charset=utf-8"> content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head> </head>
<body bgcolor="#FFFFFF" <body bgcolor="#FFFFFF"
text="#000000" text="#000000"
@ -17,7 +87,8 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versi&oacute;n 0.9.33 Frequently Asked Questions </h1> versi&oacute;n 0.9.33<br/>
Frequently Asked Questions </h1>
<p> <p>
Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -25,16 +96,15 @@
</p> </p>
<p> <p>
abril 27, 2024 </p> mayo 14, 2024 </p>
</center> </center>
<hr size="2"
noshade>
<table border="2" <table border="2"
cellspacing="0" cellspacing="0"
cellpadding="2" cellpadding="2"
summary="Table of Contents"> summary="Table of Contents"
align="center"
style="page-break-inside: avoid;">
<tr> <tr>
<th> <th>
Table of Contents </th> Table of Contents </th>
@ -43,31 +113,7 @@
<tr> <tr>
<td> <td>
<ul> <ul>
<li> <li><a href="#drawing">Drawing-related</a></li> <li><a href="#interface">Interface Problems</a></li> <li><a href="#printing">Printing</a></li> <li><a href="#saving">Saving</a></li> <li><a href="#audio">Audio Problems</a></li> <li><a href="#fullscreen">Fullscreen Mode Problems</a></li> <li><a href="#other">Other Problems</a></li> <li><a href="#contact">Help / Contact</a></li> </ul>
<a href="#drawing">Drawing-related</a>
</li>
<li>
<a href="#interface">Interface Problems</a>
</li>
<li>
<a href="#printing">Printing</a>
</li>
<li>
<a href="#saving">Saving</a>
</li>
<li>
<a href="#audio">Audio Problems</a>
</li>
<li>
<a href="#fullscreen">Fullscreen Mode Problems</a>
</li>
<li>
<a href="#other">Other Problems</a>
</li>
<li>
<a href="#contact">Help / Contact</a>
</li>
</ul>
</td> </td>
</tr> </tr>
</table> </table>

View file

@ -1,12 +1,12 @@
Tux Paint Tux Paint
version 0.9.33 'Guide pratique" pour les tampons de haute qualité version 0.9.33
'Guide pratique" pour les tampons de haute qualité
Copyright © 2006-2024 by Albert Cahalan et d'autres; voir AUTHORS.txt. Copyright © 2006-2024 by Albert Cahalan et d'autres; voir AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
février 28, 2024 février 28, 2024
-------------------------------------------------------------------------------
+----------------------------------------------------+ +----------------------------------------------------+
| Table des matières | | Table des matières |
|----------------------------------------------------| |----------------------------------------------------|

View file

@ -1,12 +1,12 @@
Tux Paint Tux Paint
version 0.9.33 Questions fréquemment posées version 0.9.33
Questions fréquemment posées
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt. Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
avril 27, 2024 mai 14, 2024
-------------------------------------------------------------------------------
+-----------------------------------+ +-----------------------------------+
| Table des matières | | Table des matières |
|-----------------------------------| |-----------------------------------|

View file

@ -5,6 +5,76 @@
'Guide pratique' pour des tampons de haute qualité pour Tux Paint </title> 'Guide pratique' pour des tampons de haute qualité pour Tux Paint </title>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"
content="text/html; charset=utf-8"> content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head> </head>
<body bgcolor="#FFFFFF" <body bgcolor="#FFFFFF"
text="#000000" text="#000000"
@ -17,7 +87,8 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.33 'Guide pratique" pour les tampons de haute qualité </h1> version 0.9.33<br/>
'Guide pratique" pour les tampons de haute qualité </h1>
<p> <p>
Copyright &copy; 2006-2024 by Albert Cahalan et d'autres; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2006-2024 by Albert Cahalan et d'autres; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -28,13 +99,12 @@
février 28, 2024 </p> février 28, 2024 </p>
</center> </center>
<hr size="2"
noshade>
<table border="2" <table border="2"
cellspacing="0" cellspacing="0"
cellpadding="2" cellpadding="2"
summary="Table des matières"> summary="Table des matières"
align="center"
style="page-break-inside: avoid;">
<tr> <tr>
<th> <th>
Table des matières </th> Table des matières </th>
@ -43,22 +113,7 @@
<tr> <tr>
<td> <td>
<ul> <ul>
<li> <li><a href="#about">À propos de ce 'guide pratique'</a></li> <li><a href="#choice">Le choix de l'image est crucial</a></li> <li><a href="#prepare_mask">Préparez le masque</a></li> <li><a href="#replace_fringe">Remplacer la frange et les pixels indésirables</a></li> <li><a href="#save">Sauvegarder l'image pour Tux Paint</a></li> </ul>
<a href="#about">À propos de ce 'guide pratique'</a>
</li>
<li>
<a href="#choice">Le choix de l'image est crucial</a>
</li>
<li>
<a href="#prepare_mask">Préparez le masque</a>
</li>
<li>
<a href="#replace_fringe">Remplacer la frange et les pixels indésirables</a>
</li>
<li>
<a href="#save">Sauvegarder l'image pour Tux Paint</a>
</li>
</ul>
</td> </td>
</tr> </tr>
</table> </table>

View file

@ -5,6 +5,76 @@
Questions fréquemment posées au sujet de Tux Paint </title> Questions fréquemment posées au sujet de Tux Paint </title>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"
content="text/html; charset=utf-8"> content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head> </head>
<body bgcolor="#FFFFFF" <body bgcolor="#FFFFFF"
text="#000000" text="#000000"
@ -17,7 +87,8 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.33 Questions fréquemment posées </h1> version 0.9.33<br/>
Questions fréquemment posées </h1>
<p> <p>
Copyright &copy; 2002-2024 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by divers contributeurs; voir <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -25,16 +96,15 @@
</p> </p>
<p> <p>
avril 27, 2024 </p> mai 14, 2024 </p>
</center> </center>
<hr size="2"
noshade>
<table border="2" <table border="2"
cellspacing="0" cellspacing="0"
cellpadding="2" cellpadding="2"
summary="Table des matières"> summary="Table des matières"
align="center"
style="page-break-inside: avoid;">
<tr> <tr>
<th> <th>
Table des matières </th> Table des matières </th>
@ -43,31 +113,7 @@
<tr> <tr>
<td> <td>
<ul> <ul>
<li> <li><a href="#drawing">Liées au dessin</a></li> <li><a href="#interface">Problèmes d'interface</a></li> <li><a href="#printing">Impression</a></li> <li><a href="#saving">Sauvegarde</a></li> <li><a href="#audio">Problèmes audio</a></li> <li><a href="#fullscreen">Problèmes en mode plein écran</a></li> <li><a href="#other">Autres problèmes</a></li> <li><a href="#contact">Aide / Contact</a></li> </ul>
<a href="#drawing">Liées au dessin</a>
</li>
<li>
<a href="#interface">Problèmes d'interface</a>
</li>
<li>
<a href="#printing">Impression</a>
</li>
<li>
<a href="#saving">Sauvegarde</a>
</li>
<li>
<a href="#audio">Problèmes audio</a>
</li>
<li>
<a href="#fullscreen">Problèmes en mode plein écran</a>
</li>
<li>
<a href="#other">Autres problèmes</a>
</li>
<li>
<a href="#contact">Aide / Contact</a>
</li>
</ul>
</td> </td>
</tr> </tr>
</table> </table>

View file

@ -1,12 +1,12 @@
Tux Paint Tux Paint
versión 0.9.33 «Como facer» os selos avanzados versión 0.9.33
«Como facer» os selos avanzados
Copyright © 2006-2024 by Albert Cahalan e outros; see AUTHORS.txt. Copyright © 2006-2024 by Albert Cahalan e outros; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
28 de Febreiro de 2024 28 de Febreiro de 2024
-------------------------------------------------------------------------------
+-------------------------------------------+ +-------------------------------------------+
| Índice | | Índice |
|-------------------------------------------| |-------------------------------------------|

View file

@ -1,12 +1,12 @@
Tux Paint Tux Paint
versión 0.9.33 Preguntas máis frecuentes versión 0.9.33
Preguntas máis frecuentes
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt. Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
27 de Abril de 2024 14 de Maio de 2024
-------------------------------------------------------------------------------
+--------------------------------------------+ +--------------------------------------------+
| Índice | | Índice |
|--------------------------------------------| |--------------------------------------------|

View file

@ -5,6 +5,76 @@
«Como facer» os selos avanzados de Tux Paint </title> «Como facer» os selos avanzados de Tux Paint </title>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"
content="text/html; charset=utf-8"> content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head> </head>
<body bgcolor="#FFFFFF" <body bgcolor="#FFFFFF"
text="#000000" text="#000000"
@ -17,7 +87,8 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versión 0.9.33 «Como facer» os selos avanzados </h1> versión 0.9.33<br/>
«Como facer» os selos avanzados </h1>
<p> <p>
Copyright &copy; 2006-2024 by Albert Cahalan e outros; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2006-2024 by Albert Cahalan e outros; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -28,13 +99,12 @@
28 de Febreiro de 2024 </p> 28 de Febreiro de 2024 </p>
</center> </center>
<hr size="2"
noshade>
<table border="2" <table border="2"
cellspacing="0" cellspacing="0"
cellpadding="2" cellpadding="2"
summary="Índice"> summary="Índice"
align="center"
style="page-break-inside: avoid;">
<tr> <tr>
<th> <th>
Índice </th> Índice </th>
@ -43,22 +113,7 @@
<tr> <tr>
<td> <td>
<ul> <ul>
<li> <li><a href="#about">Sobre este «Como facelo»</a></li> <li><a href="#choice">A elección da imaxe é crucial</a></li> <li><a href="#prepare_mask">Preparar a máscara</a></li> <li><a href="#replace_fringe">Substituír a franxa e os píxeles lixo</a></li> <li><a href="#save">Gardar a imaxe para Tux Paint</a></li> </ul>
<a href="#about">Sobre este «Como facelo»</a>
</li>
<li>
<a href="#choice">A elección da imaxe é crucial</a>
</li>
<li>
<a href="#prepare_mask">Preparar a máscara</a>
</li>
<li>
<a href="#replace_fringe">Substituír a franxa e os píxeles lixo</a>
</li>
<li>
<a href="#save">Gardar a imaxe para Tux Paint</a>
</li>
</ul>
</td> </td>
</tr> </tr>
</table> </table>

View file

@ -5,6 +5,76 @@
Preguntas máis frecuentes sobre Tux Paint </title> Preguntas máis frecuentes sobre Tux Paint </title>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"
content="text/html; charset=utf-8"> content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head> </head>
<body bgcolor="#FFFFFF" <body bgcolor="#FFFFFF"
text="#000000" text="#000000"
@ -17,7 +87,8 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
versión 0.9.33 Preguntas máis frecuentes </h1> versión 0.9.33<br/>
Preguntas máis frecuentes </h1>
<p> <p>
Copyright &copy; 2002-2024 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -25,16 +96,15 @@
</p> </p>
<p> <p>
27 de Abril de 2024 </p> 14 de Maio de 2024 </p>
</center> </center>
<hr size="2"
noshade>
<table border="2" <table border="2"
cellspacing="0" cellspacing="0"
cellpadding="2" cellpadding="2"
summary="Índice"> summary="Índice"
align="center"
style="page-break-inside: avoid;">
<tr> <tr>
<th> <th>
Índice </th> Índice </th>
@ -43,31 +113,7 @@
<tr> <tr>
<td> <td>
<ul> <ul>
<li> <li><a href="#drawing">Relacionado co debuxo</a></li> <li><a href="#interface">Problemas de interface</a></li> <li><a href="#printing">Impresión</a></li> <li><a href="#saving">Gardar</a></li> <li><a href="#audio">Problemas de son</a></li> <li><a href="#fullscreen">Problemas no modo de pantalla completa</a></li> <li><a href="#other">Other Problems</a></li> <li><a href="#contact">Axuda / Contacto</a></li> </ul>
<a href="#drawing">Relacionado co debuxo</a>
</li>
<li>
<a href="#interface">Problemas de interface</a>
</li>
<li>
<a href="#printing">Impresión</a>
</li>
<li>
<a href="#saving">Gardar</a>
</li>
<li>
<a href="#audio">Problemas de son</a>
</li>
<li>
<a href="#fullscreen">Problemas no modo de pantalla completa</a>
</li>
<li>
<a href="#other">Other Problems</a>
</li>
<li>
<a href="#contact">Axuda / Contacto</a>
</li>
</ul>
</td> </td>
</tr> </tr>
</table> </table>

View file

@ -1,12 +1,12 @@
Tux Paint Tux Paint
version 0.9.33 Advanced Stamps 'How-To' version 0.9.33
Advanced Stamps 'How-To'
Copyright © 2006-2024 by Albert Cahalan and others; see AUTHORS.txt. Copyright © 2006-2024 by Albert Cahalan and others; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
febrúar 28, 2024 febrúar 28, 2024
-------------------------------------------------------------------------------
+----------------------------------------+ +----------------------------------------+
| Table of Contents | | Table of Contents |
|----------------------------------------| |----------------------------------------|

View file

@ -1,12 +1,12 @@
Tux Paint Tux Paint
version 0.9.33 Frequently Asked Questions version 0.9.33
Frequently Asked Questions
Copyright © 2002-2024 by various contributors; see AUTHORS.txt. Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
apríl 27, 2024 maí 14, 2024
-------------------------------------------------------------------------------
+------------------------------+ +------------------------------+
| Table of Contents | | Table of Contents |
|------------------------------| |------------------------------|

View file

@ -5,6 +5,76 @@
Tux Paint Advanced Stamps 'How-To' </title> Tux Paint Advanced Stamps 'How-To' </title>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"
content="text/html; charset=utf-8"> content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head> </head>
<body bgcolor="#FFFFFF" <body bgcolor="#FFFFFF"
text="#000000" text="#000000"
@ -17,7 +87,8 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.33 Advanced Stamps 'How-To' </h1> version 0.9.33<br/>
Advanced Stamps 'How-To' </h1>
<p> <p>
Copyright &copy; 2006-2024 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2006-2024 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -28,13 +99,12 @@
febrúar 28, 2024 </p> febrúar 28, 2024 </p>
</center> </center>
<hr size="2"
noshade>
<table border="2" <table border="2"
cellspacing="0" cellspacing="0"
cellpadding="2" cellpadding="2"
summary="Table of Contents"> summary="Table of Contents"
align="center"
style="page-break-inside: avoid;">
<tr> <tr>
<th> <th>
Table of Contents </th> Table of Contents </th>
@ -43,22 +113,7 @@
<tr> <tr>
<td> <td>
<ul> <ul>
<li> <li><a href="#about">About this 'How-To'</a></li> <li><a href="#choice">Image choice is crucial</a></li> <li><a href="#prepare_mask">Prepare the mask</a></li> <li><a href="#replace_fringe">Replace the fringe and junk pixels</a></li> <li><a href="#save">Save the image for Tux Paint</a></li> </ul>
<a href="#about">About this 'How-To'</a>
</li>
<li>
<a href="#choice">Image choice is crucial</a>
</li>
<li>
<a href="#prepare_mask">Prepare the mask</a>
</li>
<li>
<a href="#replace_fringe">Replace the fringe and junk pixels</a>
</li>
<li>
<a href="#save">Save the image for Tux Paint</a>
</li>
</ul>
</td> </td>
</tr> </tr>
</table> </table>

View file

@ -5,6 +5,76 @@
Tux Paint Frequently Asked Questions </title> Tux Paint Frequently Asked Questions </title>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"
content="text/html; charset=utf-8"> content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head> </head>
<body bgcolor="#FFFFFF" <body bgcolor="#FFFFFF"
text="#000000" text="#000000"
@ -17,7 +87,8 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.33 Frequently Asked Questions </h1> version 0.9.33<br/>
Frequently Asked Questions </h1>
<p> <p>
Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Copyright &copy; 2002-2024 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -25,16 +96,15 @@
</p> </p>
<p> <p>
apríl 27, 2024 </p> maí 14, 2024 </p>
</center> </center>
<hr size="2"
noshade>
<table border="2" <table border="2"
cellspacing="0" cellspacing="0"
cellpadding="2" cellpadding="2"
summary="Table of Contents"> summary="Table of Contents"
align="center"
style="page-break-inside: avoid;">
<tr> <tr>
<th> <th>
Table of Contents </th> Table of Contents </th>
@ -43,31 +113,7 @@
<tr> <tr>
<td> <td>
<ul> <ul>
<li> <li><a href="#drawing">Drawing-related</a></li> <li><a href="#interface">Interface Problems</a></li> <li><a href="#printing">Printing</a></li> <li><a href="#saving">Saving</a></li> <li><a href="#audio">Audio Problems</a></li> <li><a href="#fullscreen">Fullscreen Mode Problems</a></li> <li><a href="#other">Other Problems</a></li> <li><a href="#contact">Help / Contact</a></li> </ul>
<a href="#drawing">Drawing-related</a>
</li>
<li>
<a href="#interface">Interface Problems</a>
</li>
<li>
<a href="#printing">Printing</a>
</li>
<li>
<a href="#saving">Saving</a>
</li>
<li>
<a href="#audio">Audio Problems</a>
</li>
<li>
<a href="#fullscreen">Fullscreen Mode Problems</a>
</li>
<li>
<a href="#other">Other Problems</a>
</li>
<li>
<a href="#contact">Help / Contact</a>
</li>
</ul>
</td> </td>
</tr> </tr>
</table> </table>

View file

@ -1,12 +1,12 @@
Tux Paint Tux Paint
バージョン 0.9.33 スタンプ作成の詳細について バージョン 0.9.33
スタンプ作成の詳細について
Copyright © 2006-2024 by Albert Cahalan ほか; AUTHORS.txt 参照. Copyright © 2006-2024 by Albert Cahalan ほか; AUTHORS.txt 参照.
https://tuxpaint.org/ https://tuxpaint.org/
2024年2月28日 2024年2月28日
-------------------------------------------------------------------------------
+----------------------------------+ +----------------------------------+
| 目次 | | 目次 |
|----------------------------------| |----------------------------------|

View file

@ -1,12 +1,12 @@
Tux Paint Tux Paint
バージョン 0.9.33 Frequently Asked Questions バージョン 0.9.33
Frequently Asked Questions
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照. Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/ https://tuxpaint.org/
2024年4月27 2024年5月14
-------------------------------------------------------------------------------
+------------------------------+ +------------------------------+
| 目次 | | 目次 |
|------------------------------| |------------------------------|

View file

@ -5,6 +5,76 @@
Tux Paint 用のスタンプを作成する方法 </title> Tux Paint 用のスタンプを作成する方法 </title>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"
content="text/html; charset=utf-8"> content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head> </head>
<body bgcolor="#FFFFFF" <body bgcolor="#FFFFFF"
text="#000000" text="#000000"
@ -17,7 +87,8 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
バージョン 0.9.33 スタンプ作成の詳細について </h1> バージョン 0.9.33<br/>
スタンプ作成の詳細について </h1>
<p> <p>
Copyright &copy; 2006-2024 by Albert Cahalan ほか; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br> Copyright &copy; 2006-2024 by Albert Cahalan ほか; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
@ -28,13 +99,12 @@
2024年2月28日 </p> 2024年2月28日 </p>
</center> </center>
<hr size="2"
noshade>
<table border="2" <table border="2"
cellspacing="0" cellspacing="0"
cellpadding="2" cellpadding="2"
summary="目次"> summary="目次"
align="center"
style="page-break-inside: avoid;">
<tr> <tr>
<th> <th>
目次 </th> 目次 </th>
@ -43,22 +113,7 @@
<tr> <tr>
<td> <td>
<ul> <ul>
<li> <li><a href="#about">この解説について</a></li> <li><a href="#choice">使用する画像の選択</a></li> <li><a href="#prepare_mask">マスクの設定</a></li> <li><a href="#replace_fringe">縁取りと不要なピクセルの除去</a></li> <li><a href="#save">Tux Paint 用の画像の保存</a></li> </ul>
<a href="#about">この解説について</a>
</li>
<li>
<a href="#choice">使用する画像の選択</a>
</li>
<li>
<a href="#prepare_mask">マスクの設定</a>
</li>
<li>
<a href="#replace_fringe">縁取りと不要なピクセルの除去</a>
</li>
<li>
<a href="#save">Tux Paint 用の画像の保存</a>
</li>
</ul>
</td> </td>
</tr> </tr>
</table> </table>

View file

@ -5,6 +5,76 @@
Tux Paint Frequently Asked Questions </title> Tux Paint Frequently Asked Questions </title>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"
content="text/html; charset=utf-8"> content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head> </head>
<body bgcolor="#FFFFFF" <body bgcolor="#FFFFFF"
text="#000000" text="#000000"
@ -17,7 +87,8 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
バージョン 0.9.33 Frequently Asked Questions </h1> バージョン 0.9.33<br/>
Frequently Asked Questions </h1>
<p> <p>
Copyright &copy; 2002-2024 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br> Copyright &copy; 2002-2024 by various contributors; <a href="../../AUTHORS.txt">AUTHORS.txt</a> 参照.<br>
@ -25,16 +96,15 @@
</p> </p>
<p> <p>
2024年4月27</p> 2024年5月14</p>
</center> </center>
<hr size="2"
noshade>
<table border="2" <table border="2"
cellspacing="0" cellspacing="0"
cellpadding="2" cellpadding="2"
summary="目次"> summary="目次"
align="center"
style="page-break-inside: avoid;">
<tr> <tr>
<th> <th>
目次 </th> 目次 </th>
@ -43,31 +113,7 @@
<tr> <tr>
<td> <td>
<ul> <ul>
<li> <li><a href="#drawing">Drawing-related</a></li> <li><a href="#interface">Interface Problems</a></li> <li><a href="#printing">印刷</a></li> <li><a href="#saving">保存</a></li> <li><a href="#audio">Audio Problems</a></li> <li><a href="#fullscreen">Fullscreen Mode Problems</a></li> <li><a href="#other">Other Problems</a></li> <li><a href="#contact">Help / Contact</a></li> </ul>
<a href="#drawing">Drawing-related</a>
</li>
<li>
<a href="#interface">Interface Problems</a>
</li>
<li>
<a href="#printing">印刷</a>
</li>
<li>
<a href="#saving">保存</a>
</li>
<li>
<a href="#audio">Audio Problems</a>
</li>
<li>
<a href="#fullscreen">Fullscreen Mode Problems</a>
</li>
<li>
<a href="#other">Other Problems</a>
</li>
<li>
<a href="#contact">Help / Contact</a>
</li>
</ul>
</td> </td>
</tr> </tr>
</table> </table>

View file

@ -1,5 +1,6 @@
Tux Paint Tux Paint
version 0.9.33 “Si-të” të Thelluara rreth Stampash version 0.9.33
“Si-të” të Thelluara rreth Stampash
Të drejta kopjimi © 2006-2024 nga Albert Cahalan dhe të tjerë; shihni Të drejta kopjimi © 2006-2024 nga Albert Cahalan dhe të tjerë; shihni
AUTHORS.txt. AUTHORS.txt.
@ -7,7 +8,6 @@
28 shkurt 2024 28 shkurt 2024
-------------------------------------------------------------------------------
+---------------------------------------------+ +---------------------------------------------+
| Pasqyrë e Lëndës | | Pasqyrë e Lëndës |
|---------------------------------------------| |---------------------------------------------|

View file

@ -1,12 +1,12 @@
Tux Paint Tux Paint
version 0.9.33 Pyetje të Bëra Rëndom version 0.9.33
Pyetje të Bëra Rëndom
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt. Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
https://tuxpaint.org/ https://tuxpaint.org/
27 prill 2024 14 maj 2024
-------------------------------------------------------------------------------
+-------------------------------------------+ +-------------------------------------------+
| Pasqyrë e Lëndës | | Pasqyrë e Lëndës |
|-------------------------------------------| |-------------------------------------------|

View file

@ -5,6 +5,76 @@
“Si-të” e Thelluar për Stampa Tux Paint-i </title> “Si-të” e Thelluar për Stampa Tux Paint-i </title>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"
content="text/html; charset=utf-8"> content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head> </head>
<body bgcolor="#FFFFFF" <body bgcolor="#FFFFFF"
text="#000000" text="#000000"
@ -17,7 +87,8 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.33 “Si-të” të Thelluara rreth Stampash </h1> version 0.9.33<br/>
“Si-të” të Thelluara rreth Stampash </h1>
<p> <p>
Të drejta kopjimi &copy; 2006-2024 nga Albert Cahalan dhe të tjerë; shihni <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Të drejta kopjimi &copy; 2006-2024 nga Albert Cahalan dhe të tjerë; shihni <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -28,13 +99,12 @@
28 shkurt 2024 </p> 28 shkurt 2024 </p>
</center> </center>
<hr size="2"
noshade>
<table border="2" <table border="2"
cellspacing="0" cellspacing="0"
cellpadding="2" cellpadding="2"
summary="Pasqyrë e Lëndës"> summary="Pasqyrë e Lëndës"
align="center"
style="page-break-inside: avoid;">
<tr> <tr>
<th> <th>
Pasqyrë e Lëndës </th> Pasqyrë e Lëndës </th>
@ -43,22 +113,7 @@
<tr> <tr>
<td> <td>
<ul> <ul>
<li> <li><a href="#about">Rreth kësaj “Si-të”-je</a></li> <li><a href="#choice">Zgjedhja e figurës është kyçe</a></li> <li><a href="#prepare_mask">Përgatitni maskën</a></li> <li><a href="#replace_fringe">Zëvendësoni thekë dhe piksela hedhurinë</a></li> <li><a href="#save">Ruajeni figurën për Tux Paint-int</a></li> </ul>
<a href="#about">Rreth kësaj “Si-të”-je</a>
</li>
<li>
<a href="#choice">Zgjedhja e figurës është kyçe</a>
</li>
<li>
<a href="#prepare_mask">Përgatitni maskën</a>
</li>
<li>
<a href="#replace_fringe">Zëvendësoni thekë dhe piksela hedhurinë</a>
</li>
<li>
<a href="#save">Ruajeni figurën për Tux Paint-int</a>
</li>
</ul>
</td> </td>
</tr> </tr>
</table> </table>

View file

@ -5,6 +5,76 @@
Pyetje të Bëra Rëndom rreth Tux Paint-it </title> Pyetje të Bëra Rëndom rreth Tux Paint-it </title>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"
content="text/html; charset=utf-8"> content="text/html; charset=utf-8">
<style>
body { font-size: large; }
table { font-size: large; }
div.screenshot-center {
text-align: center;
}
div.screenshot-right {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
div.screenshot-right-after {
clear: both;
}
div.keeptogether { page-break-inside: avoid; }
section h1 { font-size: 2em; }
h1, h2, h3, h4, h5 { font-family: sans; }
h1 { color: #800; page-break-before: always; break-before: always; }
h2 { color: #440; page-break-after: avoid; break-after: avoid; }
h3 { color: #080; page-break-after: avoid; break-after: avoid; }
h4 { color: #008; page-break-after: avoid; break-after: avoid; }
h5 { color: #808; page-break-after: avoid; break-after: avoid; }
h1 + p { page-break-inside: avoid; }
h2 + p { page-break-inside: avoid; }
h3 + p { page-break-inside: avoid; }
h4 + p { page-break-inside: avoid; }
h5 + p { page-break-inside: avoid; }
dt {
font-size: large;
color: #404;
font-family: sans;
margin-top: 1em;
margin-bottom: 0.25em;
}
dd, blockquote {
border-left: 1px solid #888;
padding-left: 1em;
border-radius: 0 0 0 1em;
}
p.note {
border: 1px solid #000;
background-color: #eee;
border-radius: 0.5em;
padding: 0.5em;
display: inline-block;
margin-right: 3em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
section.outer {
padding-bottom: 1em;
border-bottom: 2px solid #000;
}
section.indent p,dl {
margin-left: 2em;
}
section.indent dl p {
margin-left: 0;
}
p + ul, p + ol {
margin-left: 2em;
}
@media print {
p {
orphans: 3;
widows: 3;
}
}
</style>
</head> </head>
<body bgcolor="#FFFFFF" <body bgcolor="#FFFFFF"
text="#000000" text="#000000"
@ -17,7 +87,8 @@
width="205" width="205"
height="210" height="210"
alt="Tux Paint"><br> alt="Tux Paint"><br>
version 0.9.33 Pyetje të Bëra Rëndom </h1> version 0.9.33<br/>
Pyetje të Bëra Rëndom </h1>
<p> <p>
Të drejta kopjimi &copy; 2002-2024 nga kontribues të ndryshëm; shihni <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br> Të drejta kopjimi &copy; 2002-2024 nga kontribues të ndryshëm; shihni <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
@ -25,16 +96,15 @@
</p> </p>
<p> <p>
27 prill 2024 </p> 14 maj 2024 </p>
</center> </center>
<hr size="2"
noshade>
<table border="2" <table border="2"
cellspacing="0" cellspacing="0"
cellpadding="2" cellpadding="2"
summary="Pasqyrë e Lëndës"> summary="Pasqyrë e Lëndës"
align="center"
style="page-break-inside: avoid;">
<tr> <tr>
<th> <th>
Pasqyrë e Lëndës </th> Pasqyrë e Lëndës </th>
@ -43,31 +113,7 @@
<tr> <tr>
<td> <td>
<ul> <ul>
<li> <li><a href="#drawing">Të lidhura me të vizatuarit</a></li> <li><a href="#interface">Probleme Ndërfaqeje</a></li> <li><a href="#printing">Shtypje</a></li> <li><a href="#saving">Ruajtje</a></li> <li><a href="#audio">Probleme Audio</a></li> <li><a href="#fullscreen">Probleme me Mënyrën “Sa Krejt Ekrani”</a></li> <li><a href="#other">Probleme të Tjera</a></li> <li><a href="#contact">Ndihmë / Lidhuni Me Ne</a></li> </ul>
<a href="#drawing">Të lidhura me të vizatuarit</a>
</li>
<li>
<a href="#interface">Probleme Ndërfaqeje</a>
</li>
<li>
<a href="#printing">Shtypje</a>
</li>
<li>
<a href="#saving">Ruajtje</a>
</li>
<li>
<a href="#audio">Probleme Audio</a>
</li>
<li>
<a href="#fullscreen">Probleme me Mënyrën “Sa Krejt Ekrani”</a>
</li>
<li>
<a href="#other">Probleme të Tjera</a>
</li>
<li>
<a href="#contact">Ndihmë / Lidhuni Me Ne</a>
</li>
</ul>
</td> </td>
</tr> </tr>
</table> </table>