Add TOC to Advanced Stamps How-To
This commit is contained in:
parent
de778ec1e1
commit
1b911ad948
11 changed files with 514 additions and 26 deletions
|
|
@ -8,7 +8,7 @@ http://www.tuxpaint.org/
|
||||||
|
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
2021.August.15 (0.9.27)
|
2021.August.29 (0.9.27)
|
||||||
* Documentation updates
|
* Documentation updates
|
||||||
---------------------
|
---------------------
|
||||||
* Ensured Tux Paint's built-in help ("tuxpaint --help"),
|
* Ensured Tux Paint's built-in help ("tuxpaint --help"),
|
||||||
|
|
@ -28,6 +28,9 @@ $Id$
|
||||||
'tuxpaint-docs' project, just like the HTML & plaintext
|
'tuxpaint-docs' project, just like the HTML & plaintext
|
||||||
documentation files (since 0.9.26).
|
documentation files (since 0.9.26).
|
||||||
|
|
||||||
|
* Added table of contents to some documentation
|
||||||
|
(OPTIONS, "Advanced Stamps 'How-To'").
|
||||||
|
|
||||||
2021.June.28 (0.9.26)
|
2021.June.28 (0.9.26)
|
||||||
* New Features
|
* New Features
|
||||||
------------
|
------------
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,24 @@
|
||||||
Copyright © 2006-2021 by Albert Cahalan and others; see AUTHORS.
|
Copyright © 2006-2021 by Albert Cahalan and others; see AUTHORS.
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
|
August 29, 2021
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
+----------------------------------------+
|
||||||
|
|Table of Contents |
|
||||||
|
|----------------------------------------|
|
||||||
|
| * About this 'How-To' |
|
||||||
|
| * Image choice is crucial |
|
||||||
|
| * Prepare the mask |
|
||||||
|
| * Replace the fringe and junk pixels |
|
||||||
|
| * Save the image for Tux Paint |
|
||||||
|
+----------------------------------------+
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
About this 'How-To'
|
About this 'How-To'
|
||||||
|
|
||||||
This 'How-To' assumes that you want to make an excellent Tux Paint
|
This 'How-To' assumes that you want to make an excellent Tux Paint
|
||||||
|
|
@ -18,6 +36,8 @@ About this 'How-To'
|
||||||
also best done with custom software, but are not troublesome to do as
|
also best done with custom software, but are not troublesome to do as
|
||||||
follows.
|
follows.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Image choice is crucial
|
Image choice is crucial
|
||||||
|
|
||||||
License
|
License
|
||||||
|
|
@ -66,6 +86,8 @@ Image choice is crucial
|
||||||
will need to draw new ones. If only one is buried, you might be able
|
will need to draw new ones. If only one is buried, you might be able
|
||||||
to copy the other one as a replacement.
|
to copy the other one as a replacement.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Prepare the image
|
Prepare the image
|
||||||
|
|
||||||
First of all, be sure to avoid re-saving the image as a JPEG. This
|
First of all, be sure to avoid re-saving the image as a JPEG. This
|
||||||
|
|
@ -101,6 +123,8 @@ Prepare the image
|
||||||
normally. This would cause data loss. You will be given special scaling
|
normally. This would cause data loss. You will be given special scaling
|
||||||
instructions later.
|
instructions later.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Prepare the mask
|
Prepare the mask
|
||||||
|
|
||||||
Get used to doing [Ctrl]-click and [Alt]-click on the thumbnail images
|
Get used to doing [Ctrl]-click and [Alt]-click on the thumbnail images
|
||||||
|
|
@ -161,6 +185,8 @@ Prepare the mask
|
||||||
expected color. Invert the selection, then paint these away using the
|
expected color. Invert the selection, then paint these away using the
|
||||||
pencil tool. Do this operation for both white and black.
|
pencil tool. Do this operation for both white and black.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Replace the fringe and junk pixels
|
Replace the fringe and junk pixels
|
||||||
|
|
||||||
Still viewing the mask, select by color. Choose black. Shrink the
|
Still viewing the mask, select by color. Choose black. Shrink the
|
||||||
|
|
@ -222,6 +248,8 @@ Replace the fringe and junk pixels
|
||||||
edge, you should use the pencil tool (or sloppy select with
|
edge, you should use the pencil tool (or sloppy select with
|
||||||
drag-and-drop color) to ensure that the result will compress well.
|
drag-and-drop color) to ensure that the result will compress well.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Save the image for Tux Paint
|
Save the image for Tux Paint
|
||||||
|
|
||||||
It is very easy to ruin your hard work. Image editors can silently
|
It is very easy to ruin your hard work. Image editors can silently
|
||||||
|
|
|
||||||
|
|
@ -23,10 +23,56 @@
|
||||||
Copyright © 2006-2021 by Albert Cahalan and others; see AUTHORS.<br>
|
Copyright © 2006-2021 by Albert Cahalan and others; see AUTHORS.<br>
|
||||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a>
|
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
August 29, 2021 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
|
<table border="2"
|
||||||
|
cellspacing="0"
|
||||||
|
cellpadding="2"
|
||||||
|
summary="Table of Contents">
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
Table of Contents </th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<ul>
|
||||||
|
<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>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
About this 'How-To' </h2>
|
<a name="about" id="about">
|
||||||
|
About this 'How-To' </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -36,8 +82,13 @@
|
||||||
This 'How-To' assumes you are dealing with normal opaque objects. Dealing with semi-transparent objects (fire, moving fan blade, kid's balloon) or light-giving objects (fire, lightbulb, sun) is best done with custom software. Images with perfect solid-color backgrounds are also best done with custom software, but are not troublesome to do as follows. </p>
|
This 'How-To' assumes you are dealing with normal opaque objects. Dealing with semi-transparent objects (fire, moving fan blade, kid's balloon) or light-giving objects (fire, lightbulb, sun) is best done with custom software. Images with perfect solid-color backgrounds are also best done with custom software, but are not troublesome to do as follows. </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Image choice is crucial </h2>
|
<a name="choice" id="choice">
|
||||||
|
Image choice is crucial </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
|
|
@ -78,6 +129,9 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Prepare the image </h2>
|
Prepare the image </h2>
|
||||||
|
|
||||||
|
|
@ -116,8 +170,13 @@
|
||||||
<b>Warning:</b> once you have the mask, you may not rotate or scale the image normally. This would cause data loss. You will be given special scaling instructions later. </p>
|
<b>Warning:</b> once you have the mask, you may not rotate or scale the image normally. This would cause data loss. You will be given special scaling instructions later. </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Prepare the mask </h2>
|
<a name="prepare_mask" id="prepare_mask">
|
||||||
|
Prepare the mask </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -151,8 +210,13 @@
|
||||||
View and edit the mask. Select by color, choosing either black or white. Most likely you will see unselected specks that are not quite the expected color. Invert the selection, then paint these away using the pencil tool. Do this operation for both white and black. </p>
|
View and edit the mask. Select by color, choosing either black or white. Most likely you will see unselected specks that are not quite the expected color. Invert the selection, then paint these away using the pencil tool. Do this operation for both white and black. </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Replace the fringe and junk pixels </h2>
|
<a name="replace_fringe" id="replace_fringe">
|
||||||
|
Replace the fringe and junk pixels </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -188,8 +252,13 @@
|
||||||
Tux Paint can scale images down by a very large factor, so it is important to extend the edge of your object outward by a great deal. Right at the edge of your object, you should be very accurate about this. As you go outward away from the object, you can get a bit sloppy. It is reasonable to paint outward by a dozen pixels or more. The farther you go, the more Tux Paint can scale down without creating ugly color fringes. For areas that are more than a few pixels away from the object edge, you should use the pencil tool (or sloppy select with drag-and-drop color) to ensure that the result will compress well. </p>
|
Tux Paint can scale images down by a very large factor, so it is important to extend the edge of your object outward by a great deal. Right at the edge of your object, you should be very accurate about this. As you go outward away from the object, you can get a bit sloppy. It is reasonable to paint outward by a dozen pixels or more. The farther you go, the more Tux Paint can scale down without creating ugly color fringes. For areas that are more than a few pixels away from the object edge, you should use the pencil tool (or sloppy select with drag-and-drop color) to ensure that the result will compress well. </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Save the image for Tux Paint </h2>
|
<a name="save" id="save">
|
||||||
|
Save the image for Tux Paint </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,24 @@
|
||||||
Copyright © 2006-2021 by Albert Cahalan and others; see AUTHORS.
|
Copyright © 2006-2021 by Albert Cahalan and others; see AUTHORS.
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
|
agosto 29, 2021
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
+----------------------------------------+
|
||||||
|
|Table of Contents |
|
||||||
|
|----------------------------------------|
|
||||||
|
| * About this 'How-To' |
|
||||||
|
| * Image choice is crucial |
|
||||||
|
| * Prepare the mask |
|
||||||
|
| * Replace the fringe and junk pixels |
|
||||||
|
| * Save the image for Tux Paint |
|
||||||
|
+----------------------------------------+
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
About this 'How-To'
|
About this 'How-To'
|
||||||
|
|
||||||
This 'How-To' assumes that you want to make an excellent Tux Paint
|
This 'How-To' assumes that you want to make an excellent Tux Paint
|
||||||
|
|
@ -18,6 +36,8 @@ About this 'How-To'
|
||||||
also best done with custom software, but are not troublesome to do as
|
also best done with custom software, but are not troublesome to do as
|
||||||
follows.
|
follows.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Image choice is crucial
|
Image choice is crucial
|
||||||
|
|
||||||
License
|
License
|
||||||
|
|
@ -66,6 +86,8 @@ Image choice is crucial
|
||||||
will need to draw new ones. If only one is buried, you might be able
|
will need to draw new ones. If only one is buried, you might be able
|
||||||
to copy the other one as a replacement.
|
to copy the other one as a replacement.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Prepare the image
|
Prepare the image
|
||||||
|
|
||||||
First of all, be sure to avoid re-saving the image as a JPEG. This
|
First of all, be sure to avoid re-saving the image as a JPEG. This
|
||||||
|
|
@ -101,6 +123,8 @@ Prepare the image
|
||||||
normally. This would cause data loss. You will be given special scaling
|
normally. This would cause data loss. You will be given special scaling
|
||||||
instructions later.
|
instructions later.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Prepare the mask
|
Prepare the mask
|
||||||
|
|
||||||
Get used to doing [Ctrl]-click and [Alt]-click on the thumbnail images
|
Get used to doing [Ctrl]-click and [Alt]-click on the thumbnail images
|
||||||
|
|
@ -161,6 +185,8 @@ Prepare the mask
|
||||||
expected color. Invert the selection, then paint these away using the
|
expected color. Invert the selection, then paint these away using the
|
||||||
pencil tool. Do this operation for both white and black.
|
pencil tool. Do this operation for both white and black.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Replace the fringe and junk pixels
|
Replace the fringe and junk pixels
|
||||||
|
|
||||||
Still viewing the mask, select by color. Choose black. Shrink the
|
Still viewing the mask, select by color. Choose black. Shrink the
|
||||||
|
|
@ -222,6 +248,8 @@ Replace the fringe and junk pixels
|
||||||
edge, you should use the pencil tool (or sloppy select with
|
edge, you should use the pencil tool (or sloppy select with
|
||||||
drag-and-drop color) to ensure that the result will compress well.
|
drag-and-drop color) to ensure that the result will compress well.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Save the image for Tux Paint
|
Save the image for Tux Paint
|
||||||
|
|
||||||
It is very easy to ruin your hard work. Image editors can silently
|
It is very easy to ruin your hard work. Image editors can silently
|
||||||
|
|
|
||||||
|
|
@ -23,10 +23,56 @@
|
||||||
Copyright © 2006-2021 by Albert Cahalan and others; see AUTHORS.<br>
|
Copyright © 2006-2021 by Albert Cahalan and others; see AUTHORS.<br>
|
||||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a>
|
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
agosto 29, 2021 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
|
<table border="2"
|
||||||
|
cellspacing="0"
|
||||||
|
cellpadding="2"
|
||||||
|
summary="Table of Contents">
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
Table of Contents </th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<ul>
|
||||||
|
<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>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
About this 'How-To' </h2>
|
<a name="about" id="about">
|
||||||
|
About this 'How-To' </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -36,8 +82,13 @@
|
||||||
This 'How-To' assumes you are dealing with normal opaque objects. Dealing with semi-transparent objects (fire, moving fan blade, kid's balloon) or light-giving objects (fire, lightbulb, sun) is best done with custom software. Images with perfect solid-color backgrounds are also best done with custom software, but are not troublesome to do as follows. </p>
|
This 'How-To' assumes you are dealing with normal opaque objects. Dealing with semi-transparent objects (fire, moving fan blade, kid's balloon) or light-giving objects (fire, lightbulb, sun) is best done with custom software. Images with perfect solid-color backgrounds are also best done with custom software, but are not troublesome to do as follows. </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Image choice is crucial </h2>
|
<a name="choice" id="choice">
|
||||||
|
Image choice is crucial </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
|
|
@ -78,6 +129,9 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Prepare the image </h2>
|
Prepare the image </h2>
|
||||||
|
|
||||||
|
|
@ -116,8 +170,13 @@
|
||||||
<b>Warning:</b> once you have the mask, you may not rotate or scale the image normally. This would cause data loss. You will be given special scaling instructions later. </p>
|
<b>Warning:</b> once you have the mask, you may not rotate or scale the image normally. This would cause data loss. You will be given special scaling instructions later. </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Prepare the mask </h2>
|
<a name="prepare_mask" id="prepare_mask">
|
||||||
|
Prepare the mask </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -151,8 +210,13 @@
|
||||||
View and edit the mask. Select by color, choosing either black or white. Most likely you will see unselected specks that are not quite the expected color. Invert the selection, then paint these away using the pencil tool. Do this operation for both white and black. </p>
|
View and edit the mask. Select by color, choosing either black or white. Most likely you will see unselected specks that are not quite the expected color. Invert the selection, then paint these away using the pencil tool. Do this operation for both white and black. </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Replace the fringe and junk pixels </h2>
|
<a name="replace_fringe" id="replace_fringe">
|
||||||
|
Replace the fringe and junk pixels </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -188,8 +252,13 @@
|
||||||
Tux Paint can scale images down by a very large factor, so it is important to extend the edge of your object outward by a great deal. Right at the edge of your object, you should be very accurate about this. As you go outward away from the object, you can get a bit sloppy. It is reasonable to paint outward by a dozen pixels or more. The farther you go, the more Tux Paint can scale down without creating ugly color fringes. For areas that are more than a few pixels away from the object edge, you should use the pencil tool (or sloppy select with drag-and-drop color) to ensure that the result will compress well. </p>
|
Tux Paint can scale images down by a very large factor, so it is important to extend the edge of your object outward by a great deal. Right at the edge of your object, you should be very accurate about this. As you go outward away from the object, you can get a bit sloppy. It is reasonable to paint outward by a dozen pixels or more. The farther you go, the more Tux Paint can scale down without creating ugly color fringes. For areas that are more than a few pixels away from the object edge, you should use the pencil tool (or sloppy select with drag-and-drop color) to ensure that the result will compress well. </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Save the image for Tux Paint </h2>
|
<a name="save" id="save">
|
||||||
|
Save the image for Tux Paint </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,24 @@
|
||||||
Copyright &copie; 2006-2021 par Albert Cahalan et d'autres; voir AUTHORS.
|
Copyright &copie; 2006-2021 par Albert Cahalan et d'autres; voir AUTHORS.
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
|
août 29, 2021
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
+----------------------------------------------------+
|
||||||
|
|Table des matières |
|
||||||
|
|----------------------------------------------------|
|
||||||
|
| * À propos de ce 'guide pratique' |
|
||||||
|
| * Le choix de l'image est crucial |
|
||||||
|
| * Préparez le masque |
|
||||||
|
| * Remplacer la frange et les pixels indésirables |
|
||||||
|
| * Sauvegarder l'image pour Tux Paint |
|
||||||
|
+----------------------------------------------------+
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
À propos de ce 'guide pratique'
|
À propos de ce 'guide pratique'
|
||||||
|
|
||||||
Ce 'guide pratique' suppose que vous vouliez créer un excellent tampon
|
Ce 'guide pratique' suppose que vous vouliez créer un excellent tampon
|
||||||
|
|
@ -18,6 +36,8 @@
|
||||||
de parfaits arrière-plans de couleur unie sont mieux réalisées avec un
|
de parfaits arrière-plans de couleur unie sont mieux réalisées avec un
|
||||||
logiciel adapté, mais ne posent pas de problèmes avec ce qui suit.
|
logiciel adapté, mais ne posent pas de problèmes avec ce qui suit.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Le choix de l'image est crucial
|
Le choix de l'image est crucial
|
||||||
|
|
||||||
Licence
|
Licence
|
||||||
|
|
@ -74,6 +94,8 @@ Le choix de l'image est crucial
|
||||||
camouflée, vous devriez pouvoir effectuer un copié-collé pour le
|
camouflée, vous devriez pouvoir effectuer un copié-collé pour le
|
||||||
remplacement.
|
remplacement.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Préparez l'image
|
Préparez l'image
|
||||||
|
|
||||||
Tout d'abord, ne re-sauvegardez pas une image au format JPEG. Cela
|
Tout d'abord, ne re-sauvegardez pas une image au format JPEG. Cela
|
||||||
|
|
@ -116,6 +138,8 @@ Préparez l'image
|
||||||
de données. On vous donnera plus tard des instructions pour la mise à
|
de données. On vous donnera plus tard des instructions pour la mise à
|
||||||
l'échelle.
|
l'échelle.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Préparez le masque
|
Préparez le masque
|
||||||
|
|
||||||
Prenez l'habitude de faire un [Ctrl]-clic et un [Alt]-clic sur les
|
Prenez l'habitude de faire un [Ctrl]-clic et un [Alt]-clic sur les
|
||||||
|
|
@ -180,6 +204,8 @@ Préparez le masque
|
||||||
sélection, et coloriez les avec l'outil crayon. Faites ces opérations
|
sélection, et coloriez les avec l'outil crayon. Faites ces opérations
|
||||||
pour le blanc et le noir.
|
pour le blanc et le noir.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Remplacer la frange et les pixels indésirables
|
Remplacer la frange et les pixels indésirables
|
||||||
|
|
||||||
Toujours en regardant le masque, sélectionnez par couleur. Choisissez le
|
Toujours en regardant le masque, sélectionnez par couleur. Choisissez le
|
||||||
|
|
@ -250,6 +276,8 @@ Remplacer la frange et les pixels indésirables
|
||||||
l'outil Crayon (ou une vague sélection avec une couleur en
|
l'outil Crayon (ou une vague sélection avec une couleur en
|
||||||
glisser-déposer) pour vous assurer que le résultat se compressera bien.
|
glisser-déposer) pour vous assurer que le résultat se compressera bien.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Sauvegarder l'image pour Tux Paint
|
Sauvegarder l'image pour Tux Paint
|
||||||
|
|
||||||
Il est très facile de gâcher votre travail, lui qui vous a demandé
|
Il est très facile de gâcher votre travail, lui qui vous a demandé
|
||||||
|
|
|
||||||
|
|
@ -23,10 +23,56 @@
|
||||||
Copyright &copie; 2006-2021 par Albert Cahalan et d'autres; voir AUTHORS.<br>
|
Copyright &copie; 2006-2021 par Albert Cahalan et d'autres; voir AUTHORS.<br>
|
||||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a>
|
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
août 29, 2021 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
|
<table border="2"
|
||||||
|
cellspacing="0"
|
||||||
|
cellpadding="2"
|
||||||
|
summary="Table des matières">
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
Table des matières </th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<ul>
|
||||||
|
<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>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
À propos de ce 'guide pratique' </h2>
|
<a name="about" id="about">
|
||||||
|
À propos de ce 'guide pratique' </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -36,8 +82,13 @@
|
||||||
Ce 'guide pratique' suppose que vous travaillez avec des objets normalement opaques. Pour des objets semi-transparents (flamme, hélice de ventilateur en mouvement) ou des objets luminescents (feu, ampoule, soleil) mieux vaut travailler avec un logiciel adapté. Des images avec de parfaits arrière-plans de couleur unie sont mieux réalisées avec un logiciel adapté, mais ne posent pas de problèmes avec ce qui suit. </p>
|
Ce 'guide pratique' suppose que vous travaillez avec des objets normalement opaques. Pour des objets semi-transparents (flamme, hélice de ventilateur en mouvement) ou des objets luminescents (feu, ampoule, soleil) mieux vaut travailler avec un logiciel adapté. Des images avec de parfaits arrière-plans de couleur unie sont mieux réalisées avec un logiciel adapté, mais ne posent pas de problèmes avec ce qui suit. </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Le choix de l'image est crucial </h2>
|
<a name="choice" id="choice">
|
||||||
|
Le choix de l'image est crucial </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
|
|
@ -78,6 +129,9 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Préparez l'image </h2>
|
Préparez l'image </h2>
|
||||||
|
|
||||||
|
|
@ -116,8 +170,13 @@
|
||||||
<b>Attention :</b> une fois que avez le masque, vous ne pourrez plus tourner ou modifier la taille de l'image normalement. Cela entraînerait des pertes de données. On vous donnera plus tard des instructions pour la mise à l'échelle. </p>
|
<b>Attention :</b> une fois que avez le masque, vous ne pourrez plus tourner ou modifier la taille de l'image normalement. Cela entraînerait des pertes de données. On vous donnera plus tard des instructions pour la mise à l'échelle. </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Préparez le masque </h2>
|
<a name="prepare_mask" id="prepare_mask">
|
||||||
|
Préparez le masque </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -151,8 +210,13 @@
|
||||||
Affichez et modifiez le masque. Sélectionnez par couleur, en choisissant le noir ou le blanc. Vous verrez sûrement des tâches non sélectionnées qui ne sont pas tout à fait à la couleur attendue. Inversez la sélection, et coloriez les avec l'outil crayon. Faites ces opérations pour le blanc et le noir. </p>
|
Affichez et modifiez le masque. Sélectionnez par couleur, en choisissant le noir ou le blanc. Vous verrez sûrement des tâches non sélectionnées qui ne sont pas tout à fait à la couleur attendue. Inversez la sélection, et coloriez les avec l'outil crayon. Faites ces opérations pour le blanc et le noir. </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Remplacer la frange et les pixels indésirables </h2>
|
<a name="replace_fringe" id="replace_fringe">
|
||||||
|
Remplacer la frange et les pixels indésirables </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -189,8 +253,13 @@ déposez cette couleur dans la sélection, supprimant ainsi la plupart des pixel
|
||||||
Tux Paint peut réduire considérablement la taille des images, il est donc important d'étendre considérablement le bord de votre objet vers l'extérieur. Juste au bord de votre objet, vous devez être très précis sur ce point. Lorsque vous vous éloignez de l'objet, cela risque de faire négligé. Il est raisonnable de peindre vers l'extérieur sur une douzaine de pixels ou plus. Plus vous irez loin, plus Tux Paint pourra réduire la taille sans créer de franges avec des couleurs moches. Pour les zones situées à plus de quelques pixels du bord, vous devez utiliser l'outil Crayon (ou une vague sélection avec une couleur en glisser-déposer) pour vous assurer que le résultat se compressera bien. </p>
|
Tux Paint peut réduire considérablement la taille des images, il est donc important d'étendre considérablement le bord de votre objet vers l'extérieur. Juste au bord de votre objet, vous devez être très précis sur ce point. Lorsque vous vous éloignez de l'objet, cela risque de faire négligé. Il est raisonnable de peindre vers l'extérieur sur une douzaine de pixels ou plus. Plus vous irez loin, plus Tux Paint pourra réduire la taille sans créer de franges avec des couleurs moches. Pour les zones situées à plus de quelques pixels du bord, vous devez utiliser l'outil Crayon (ou une vague sélection avec une couleur en glisser-déposer) pour vous assurer que le résultat se compressera bien. </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Sauvegarder l'image pour Tux Paint </h2>
|
<a name="save" id="save">
|
||||||
|
Sauvegarder l'image pour Tux Paint </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,24 @@
|
||||||
Copyright © 2006-2021 por Albert Cahalan e outros; vexa AUTHORS (AUTORES).
|
Copyright © 2006-2021 por Albert Cahalan e outros; vexa AUTHORS (AUTORES).
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
|
29 de Agosto de 2021
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
+-------------------------------------------+
|
||||||
|
|Índice |
|
||||||
|
|-------------------------------------------|
|
||||||
|
| * Sobre este «Como facelo» |
|
||||||
|
| * A elección da imaxe é crucial |
|
||||||
|
| * Preparar a máscara |
|
||||||
|
| * Substituír a franxa e os píxeles lixo |
|
||||||
|
| * Gardar a imaxe para Tux Paint |
|
||||||
|
+-------------------------------------------+
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Sobre este «Como facelo»
|
Sobre este «Como facelo»
|
||||||
|
|
||||||
Este «Como facelo» supón que quere facer un excelente selo de Tux Paint,
|
Este «Como facelo» supón que quere facer un excelente selo de Tux Paint,
|
||||||
|
|
@ -18,6 +36,8 @@ Sobre este «Como facelo»
|
||||||
sólida perfectos tamén se fan mellor con software personalizado, pero
|
sólida perfectos tamén se fan mellor con software personalizado, pero
|
||||||
non son difíciles de facer do seguinte xeito.
|
non son difíciles de facer do seguinte xeito.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
A elección da imaxe é crucial
|
A elección da imaxe é crucial
|
||||||
|
|
||||||
Licenza
|
Licenza
|
||||||
|
|
@ -71,6 +91,8 @@ A elección da imaxe é crucial
|
||||||
que debuxar outros novos. Se só un está enterrado, pode que poida
|
que debuxar outros novos. Se só un está enterrado, pode que poida
|
||||||
copiar o outro como substituto.
|
copiar o outro como substituto.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Preparar a imaxe
|
Preparar a imaxe
|
||||||
|
|
||||||
Primeiro de todo, asegúrese de evitar gardar de novo a imaxe como JPEG.
|
Primeiro de todo, asegúrese de evitar gardar de novo a imaxe como JPEG.
|
||||||
|
|
@ -108,6 +130,8 @@ Preparar a imaxe
|
||||||
imaxe normalmente. Isto provocaría a perda de datos. Máis adiante se lle
|
imaxe normalmente. Isto provocaría a perda de datos. Máis adiante se lle
|
||||||
darán instrucións especiais de escalado.
|
darán instrucións especiais de escalado.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Preparar a máscara
|
Preparar a máscara
|
||||||
|
|
||||||
Acostúmese a facer [Ctrl]-premer e [Alt]-premer nas imaxes en miniatura
|
Acostúmese a facer [Ctrl]-premer e [Alt]-premer nas imaxes en miniatura
|
||||||
|
|
@ -167,6 +191,8 @@ Preparar a máscara
|
||||||
agardada. Inverta a selección e logo pínteas coa ferramenta de lapis.
|
agardada. Inverta a selección e logo pínteas coa ferramenta de lapis.
|
||||||
Faga esta operación tanto para branco como para negro.
|
Faga esta operación tanto para branco como para negro.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Substituír a franxa e os píxeles lixo
|
Substituír a franxa e os píxeles lixo
|
||||||
|
|
||||||
Se sigue a ver a máscara, seleccione por cor. Escolla o negro. Reduza a
|
Se sigue a ver a máscara, seleccione por cor. Escolla o negro. Reduza a
|
||||||
|
|
@ -231,6 +257,8 @@ Substituír a franxa e os píxeles lixo
|
||||||
empregar a ferramenta de lapis (ou seleccionar arrastrar e soltar cor)
|
empregar a ferramenta de lapis (ou seleccionar arrastrar e soltar cor)
|
||||||
para garantir que o resultado se comprime ben.
|
para garantir que o resultado se comprime ben.
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Gardar a imaxe para Tux Paint
|
Gardar a imaxe para Tux Paint
|
||||||
|
|
||||||
É moi doado esnaquizar un traballo arreo. Os editores de imaxes poden
|
É moi doado esnaquizar un traballo arreo. Os editores de imaxes poden
|
||||||
|
|
|
||||||
|
|
@ -23,10 +23,56 @@
|
||||||
Copyright © 2006-2021 por Albert Cahalan e outros; vexa AUTHORS (AUTORES).<br>
|
Copyright © 2006-2021 por Albert Cahalan e outros; vexa AUTHORS (AUTORES).<br>
|
||||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a>
|
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
29 de Agosto de 2021 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
|
<table border="2"
|
||||||
|
cellspacing="0"
|
||||||
|
cellpadding="2"
|
||||||
|
summary="Índice">
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
Índice </th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<ul>
|
||||||
|
<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>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Sobre este «Como facelo» </h2>
|
<a name="about" id="about">
|
||||||
|
Sobre este «Como facelo» </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -36,8 +82,13 @@
|
||||||
Este «Como facelo» supón que está a tratar con obxectos opacos normais. O tratamento de obxectos semitransparentes (lume, ventilador en movemento, globo infantil) ou obxectos que dan luz (lume, bombilla, sol) faise mellor cun software personalizado. As imaxes con fondos de cor sólida perfectos tamén se fan mellor con software personalizado, pero non son difíciles de facer do seguinte xeito. </p>
|
Este «Como facelo» supón que está a tratar con obxectos opacos normais. O tratamento de obxectos semitransparentes (lume, ventilador en movemento, globo infantil) ou obxectos que dan luz (lume, bombilla, sol) faise mellor cun software personalizado. As imaxes con fondos de cor sólida perfectos tamén se fan mellor con software personalizado, pero non son difíciles de facer do seguinte xeito. </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
A elección da imaxe é crucial </h2>
|
<a name="choice" id="choice">
|
||||||
|
A elección da imaxe é crucial </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
|
|
@ -78,6 +129,9 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Preparar a imaxe </h2>
|
Preparar a imaxe </h2>
|
||||||
|
|
||||||
|
|
@ -116,8 +170,13 @@
|
||||||
<b>Advertencia:</b> unha vez que teña a máscara, non pode rotar nin escalar a imaxe normalmente. Isto provocaría a perda de datos. Máis adiante se lle darán instrucións especiais de escalado. </p>
|
<b>Advertencia:</b> unha vez que teña a máscara, non pode rotar nin escalar a imaxe normalmente. Isto provocaría a perda de datos. Máis adiante se lle darán instrucións especiais de escalado. </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Preparar a máscara </h2>
|
<a name="prepare_mask" id="prepare_mask">
|
||||||
|
Preparar a máscara </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -151,8 +210,13 @@
|
||||||
Ver e editar a máscara. Seleccione por cor, escollendo negro ou branco. O máis probábel é que vexa pintas non seleccionadas que non son da cor agardada. Inverta a selección e logo pínteas coa ferramenta de lapis. Faga esta operación tanto para branco como para negro. </p>
|
Ver e editar a máscara. Seleccione por cor, escollendo negro ou branco. O máis probábel é que vexa pintas non seleccionadas que non son da cor agardada. Inverta a selección e logo pínteas coa ferramenta de lapis. Faga esta operación tanto para branco como para negro. </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Substituír a franxa e os píxeles lixo </h2>
|
<a name="replace_fringe" id="replace_fringe">
|
||||||
|
Substituír a franxa e os píxeles lixo </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -188,8 +252,13 @@
|
||||||
Tux Paint pode reducir a escala das imaxes nun factor moi grande, polo que é importante estender moito o bordo do obxecto cara a fóra. Xusto no bordo do obxecto, debe ser moi preciso respecto diso. A medida que se afasta do o, pode ser un pouco desleixado. É razoábel pintar cara a fóra unha ducia de píxeles ou máis. Canto máis lonxe vaia, máis pode Tux Paint reducir sen crear franxas de cor feas. Para as áreas que están a máis duns poucos píxeles de distancia do bordo do obxecto, debería empregar a ferramenta de lapis (ou seleccionar arrastrar e soltar cor) para garantir que o resultado se comprime ben. </p>
|
Tux Paint pode reducir a escala das imaxes nun factor moi grande, polo que é importante estender moito o bordo do obxecto cara a fóra. Xusto no bordo do obxecto, debe ser moi preciso respecto diso. A medida que se afasta do o, pode ser un pouco desleixado. É razoábel pintar cara a fóra unha ducia de píxeles ou máis. Canto máis lonxe vaia, máis pode Tux Paint reducir sen crear franxas de cor feas. Para as áreas que están a máis duns poucos píxeles de distancia do bordo do obxecto, debería empregar a ferramenta de lapis (ou seleccionar arrastrar e soltar cor) para garantir que o resultado se comprime ben. </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Gardar a imaxe para Tux Paint </h2>
|
<a name="save" id="save">
|
||||||
|
Gardar a imaxe para Tux Paint </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,24 @@
|
||||||
Copyright © 2006-2021 by Albert Cahalan ほか; "AUTHORS" 参照.
|
Copyright © 2006-2021 by Albert Cahalan ほか; "AUTHORS" 参照.
|
||||||
http://www.tuxpaint.org/
|
http://www.tuxpaint.org/
|
||||||
|
|
||||||
|
2021年8月29日
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
+-----------------------+
|
||||||
|
|目次 |
|
||||||
|
|-----------------------|
|
||||||
|
| * この解説について |
|
||||||
|
| * 使用する画像の選択 |
|
||||||
|
| * マスクの設定 |
|
||||||
|
| * 縁取りと不要なピクセルの除去 |
|
||||||
|
| * Tux Paint 用の画像の保存 |
|
||||||
|
+-----------------------+
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
この解説について
|
この解説について
|
||||||
|
|
||||||
この解説では、デジカメ写真などのJPEG画像をもとに、PNG形式で、高いクォリティの Tux Paint
|
この解説では、デジカメ写真などのJPEG画像をもとに、PNG形式で、高いクォリティの Tux Paint
|
||||||
|
|
@ -11,6 +29,8 @@
|
||||||
|
|
||||||
扱う対象としては、通常の透明ではないものを前提としており、半透明のもの(火、動く扇風機の羽根、風船)や発光するもの(火、電球、太陽)を扱うには、専用のソフトウェアを使用するのが最適です。背景が完全なベタ塗りの画像も、専用のソフトを使うのが良いですが、以下のようにしても問題はありません。
|
扱う対象としては、通常の透明ではないものを前提としており、半透明のもの(火、動く扇風機の羽根、風船)や発光するもの(火、電球、太陽)を扱うには、専用のソフトウェアを使用するのが最適です。背景が完全なベタ塗りの画像も、専用のソフトを使うのが良いですが、以下のようにしても問題はありません。
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
使用する画像の選択
|
使用する画像の選択
|
||||||
|
|
||||||
著作権
|
著作権
|
||||||
|
|
@ -40,6 +60,8 @@
|
||||||
|
|
||||||
生き物の足や車のホイールなどにも注意が必要です。これらが何かに隠れて見えなくなっている場合は新しく描き足す必要があります。隠れているのが一部だけの場合は、他の部分をコピーして描き換えることができるかもしれません。
|
生き物の足や車のホイールなどにも注意が必要です。これらが何かに隠れて見えなくなっている場合は新しく描き足す必要があります。隠れているのが一部だけの場合は、他の部分をコピーして描き換えることができるかもしれません。
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
画像の準備
|
画像の準備
|
||||||
|
|
||||||
まず、画像をJPEGで保存し直さないようにしてください。これは品質低下の原因となります。jpegtranという特別なツールを使えば、品質を維持したまま画像を切り抜くことができます。
|
まず、画像をJPEGで保存し直さないようにしてください。これは品質低下の原因となります。jpegtranという特別なツールを使えば、品質を維持したまま画像を切り抜くことができます。
|
||||||
|
|
@ -64,6 +86,8 @@
|
||||||
|
|
||||||
注意:マスクを設定した後は、画像の回転や拡大縮小は行えません。これはデータ損失の原因となります。サイズを調整するための特別な方法は後述します。
|
注意:マスクを設定した後は、画像の回転や拡大縮小は行えません。これはデータ損失の原因となります。サイズを調整するための特別な方法は後述します。
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
マスクの設定
|
マスクの設定
|
||||||
|
|
||||||
レイヤーダイアログのサムネイル画像を [Ctrl] キーを押しながらクリックしたり、[Alt]
|
レイヤーダイアログのサムネイル画像を [Ctrl] キーを押しながらクリックしたり、[Alt]
|
||||||
|
|
@ -91,6 +115,8 @@
|
||||||
|
|
||||||
マスクを表示して編集します。黒か白の色で領域を選択します。ほとんどの場合、選択されていない色の斑点が残っていると思います。選択範囲を反転させ、鉛筆ツールを使ってこれらの点を取り除きます。この作業を白と黒の両方で行います。
|
マスクを表示して編集します。黒か白の色で領域を選択します。ほとんどの場合、選択されていない色の斑点が残っていると思います。選択範囲を反転させ、鉛筆ツールを使ってこれらの点を取り除きます。この作業を白と黒の両方で行います。
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
縁取りと不要なピクセルの除去
|
縁取りと不要なピクセルの除去
|
||||||
|
|
||||||
マスクをを表示しながら、黒で領域を選択した後、選択範囲を数ピクセル縮小します。ただし、マスクの端から縮小しないように注意してください(縮小することで、ミスを防いだりやり直したりすることができます)
|
マスクをを表示しながら、黒で領域を選択した後、選択範囲を数ピクセル縮小します。ただし、マスクの端から縮小しないように注意してください(縮小することで、ミスを防いだりやり直したりすることができます)
|
||||||
|
|
@ -118,6 +144,8 @@
|
||||||
タックスペイントでは、画像を非常に大きく縮小することができるため、オブジェクトの輪郭を外側に大きく広げることが重要です。オブジェクトの輪郭の部分では、非常に正確に処理する必要がありますが、輪郭から離れるにつれて、少々手を抜いても大丈夫です。十数ピクセル以上外側まで描くとちょうど良くなります。これを太くすればするだけ、Tux
|
タックスペイントでは、画像を非常に大きく縮小することができるため、オブジェクトの輪郭を外側に大きく広げることが重要です。オブジェクトの輪郭の部分では、非常に正確に処理する必要がありますが、輪郭から離れるにつれて、少々手を抜いても大丈夫です。十数ピクセル以上外側まで描くとちょうど良くなります。これを太くすればするだけ、Tux
|
||||||
Paintは汚い色の縁どりを発生させずにスケールダウンすることができます。オブジェクトの端から数ピクセル以上離れた部分については、鉛筆ツール(またはドラッグ&ドロップで適当に色を選択)を使用して、結果がきれいに縮小されるようにしてください。
|
Paintは汚い色の縁どりを発生させずにスケールダウンすることができます。オブジェクトの端から数ピクセル以上離れた部分については、鉛筆ツール(またはドラッグ&ドロップで適当に色を選択)を使用して、結果がきれいに縮小されるようにしてください。
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Tux Paint 用の画像の保存
|
Tux Paint 用の画像の保存
|
||||||
|
|
||||||
せっかくの労作も簡単にダメになることがあります。画像編集ソフトは、不透明度0%の領域のピクセルを勝手にで破棄することがあります。この現象が発生する条件は、ソフトウェアのバージョンによっても異なります。慎重を期すため、画像を直接PNGとして保存してみてください。その後、不透明度0%の部分が黒くなったり白くなったりしていないことを確認するために、もう一度画像を読み込んでみてください。ディスクスペースを節約するため(そして自分のミスを隠すため)に画像を縮小する必要がある場合、ほぼ確実に
|
せっかくの労作も簡単にダメになることがあります。画像編集ソフトは、不透明度0%の領域のピクセルを勝手にで破棄することがあります。この現象が発生する条件は、ソフトウェアのバージョンによっても異なります。慎重を期すため、画像を直接PNGとして保存してみてください。その後、不透明度0%の部分が黒くなったり白くなったりしていないことを確認するために、もう一度画像を読み込んでみてください。ディスクスペースを節約するため(そして自分のミスを隠すため)に画像を縮小する必要がある場合、ほぼ確実に
|
||||||
|
|
|
||||||
|
|
@ -23,10 +23,56 @@
|
||||||
Copyright © 2006-2021 by Albert Cahalan ほか; "AUTHORS" 参照.<br>
|
Copyright © 2006-2021 by Albert Cahalan ほか; "AUTHORS" 参照.<br>
|
||||||
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a>
|
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
2021年8月29日 </p>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
|
<table border="2"
|
||||||
|
cellspacing="0"
|
||||||
|
cellpadding="2"
|
||||||
|
summary="目次">
|
||||||
|
<tr>
|
||||||
|
<th>
|
||||||
|
目次 </th>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<ul>
|
||||||
|
<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>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
この解説について </h2>
|
<a name="about" id="about">
|
||||||
|
この解説について </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -36,8 +82,13 @@
|
||||||
扱う対象としては、通常の透明ではないものを前提としており、半透明のもの(火、動く扇風機の羽根、風船)や発光するもの(火、電球、太陽)を扱うには、専用のソフトウェアを使用するのが最適です。背景が完全なベタ塗りの画像も、専用のソフトを使うのが良いですが、以下のようにしても問題はありません。 </p>
|
扱う対象としては、通常の透明ではないものを前提としており、半透明のもの(火、動く扇風機の羽根、風船)や発光するもの(火、電球、太陽)を扱うには、専用のソフトウェアを使用するのが最適です。背景が完全なベタ塗りの画像も、専用のソフトを使うのが良いですが、以下のようにしても問題はありません。 </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
使用する画像の選択 </h2>
|
<a name="choice" id="choice">
|
||||||
|
使用する画像の選択 </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<h3>
|
<h3>
|
||||||
|
|
@ -78,6 +129,9 @@
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
画像の準備 </h2>
|
画像の準備 </h2>
|
||||||
|
|
||||||
|
|
@ -116,8 +170,13 @@
|
||||||
<b>注意:</b>マスクを設定した後は、画像の回転や拡大縮小は行えません。これはデータ損失の原因となります。サイズを調整するための特別な方法は後述します。 </p>
|
<b>注意:</b>マスクを設定した後は、画像の回転や拡大縮小は行えません。これはデータ損失の原因となります。サイズを調整するための特別な方法は後述します。 </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
マスクの設定 </h2>
|
<a name="prepare_mask" id="prepare_mask">
|
||||||
|
マスクの設定 </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -151,8 +210,13 @@
|
||||||
マスクを表示して編集します。黒か白の色で領域を選択します。ほとんどの場合、選択されていない色の斑点が残っていると思います。選択範囲を反転させ、鉛筆ツールを使ってこれらの点を取り除きます。この作業を白と黒の両方で行います。 </p>
|
マスクを表示して編集します。黒か白の色で領域を選択します。ほとんどの場合、選択されていない色の斑点が残っていると思います。選択範囲を反転させ、鉛筆ツールを使ってこれらの点を取り除きます。この作業を白と黒の両方で行います。 </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
縁取りと不要なピクセルの除去 </h2>
|
<a name="replace_fringe" id="replace_fringe">
|
||||||
|
縁取りと不要なピクセルの除去 </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
@ -188,8 +252,13 @@
|
||||||
タックスペイントでは、画像を非常に大きく縮小することができるため、オブジェクトの輪郭を外側に大きく広げることが重要です。オブジェクトの輪郭の部分では、非常に正確に処理する必要がありますが、輪郭から離れるにつれて、少々手を抜いても大丈夫です。十数ピクセル以上外側まで描くとちょうど良くなります。これを太くすればするだけ、Tux Paintは汚い色の縁どりを発生させずにスケールダウンすることができます。オブジェクトの端から数ピクセル以上離れた部分については、鉛筆ツール(またはドラッグ&ドロップで適当に色を選択)を使用して、結果がきれいに縮小されるようにしてください。 </p>
|
タックスペイントでは、画像を非常に大きく縮小することができるため、オブジェクトの輪郭を外側に大きく広げることが重要です。オブジェクトの輪郭の部分では、非常に正確に処理する必要がありますが、輪郭から離れるにつれて、少々手を抜いても大丈夫です。十数ピクセル以上外側まで描くとちょうど良くなります。これを太くすればするだけ、Tux Paintは汚い色の縁どりを発生させずにスケールダウンすることができます。オブジェクトの端から数ピクセル以上離れた部分については、鉛筆ツール(またはドラッグ&ドロップで適当に色を選択)を使用して、結果がきれいに縮小されるようにしてください。 </p>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
<hr size="2"
|
||||||
|
noshade>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
Tux Paint 用の画像の保存 </h2>
|
<a name="save" id="save">
|
||||||
|
Tux Paint 用の画像の保存 </a>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue