Merge branch 'master' into sdl2.0. Updating with latest changes and improvements, clone, fill,...
This commit is contained in:
commit
00b4aa126f
180 changed files with 15268 additions and 8028 deletions
|
|
@ -7,7 +7,7 @@ Various contributors (see below, and CHANGES.txt)
|
|||
http://www.tuxpaint.org/
|
||||
|
||||
|
||||
June 17, 2002 - February 10, 2021
|
||||
June 17, 2002 - February 15, 2021
|
||||
|
||||
$Id$
|
||||
|
||||
|
|
@ -358,6 +358,11 @@ $Id$
|
|||
* Cartoon
|
||||
* "cartoon6.wav" from http://www.grsites.com/
|
||||
|
||||
* Checkerboard
|
||||
* Horse gallop from
|
||||
https://bigsoundbank.com/detail-0611-horse-gallop.html
|
||||
Creative Commons CC0 1.0 Universal
|
||||
|
||||
* Clone
|
||||
* https://commons.wikimedia.org/wiki/File:Sheep_bleating.ogg
|
||||
Public domain
|
||||
|
|
|
|||
|
|
@ -8,25 +8,37 @@ http://www.tuxpaint.org/
|
|||
|
||||
$Id$
|
||||
|
||||
2021.February.10 (0.9.26)
|
||||
2021.February.20 (0.9.26)
|
||||
* New Features
|
||||
------------
|
||||
* [WIP] Larger UI buttons
|
||||
* Larger UI buttons
|
||||
Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
|
||||
* It's now possible to increase how many rows of buttons are shown
|
||||
for the color palette at the bottom of the screen.
|
||||
(Use the "colorsrows" option.)
|
||||
Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||
|
||||
|
||||
* Adding sub-tools to the Fill tool:
|
||||
+ Solid -- The classic fill tool; click to fill
|
||||
+ Linear -- A linear gradient; click and drag to adjust,
|
||||
release mouse to finish
|
||||
+ Radial -- A radial gradient; click to fill
|
||||
(The gradients transition from the current color to the
|
||||
background that's being filled.)
|
||||
|
||||
* New Magic Tools:
|
||||
----------------
|
||||
* Pixels
|
||||
Draws large squares, for classic computer 'pixel art' style drawings.
|
||||
* Checkerboard
|
||||
Cover the entire canvas with a checkboard pattern using the
|
||||
current color. Drag to change the size of the squares.
|
||||
|
||||
* Clone
|
||||
Clones (copies, via painting) part of a drawing to another position.
|
||||
|
||||
* Pixels
|
||||
Draws large squares, for classic computer 'pixel art' style drawings.
|
||||
|
||||
* Documentation updates
|
||||
---------------------
|
||||
* Documentation is now maintained in a separate source repository,
|
||||
|
|
@ -36,6 +48,9 @@ $Id$
|
|||
few which had previously only been available as plain TXT are now
|
||||
available as HTML).
|
||||
|
||||
+ French translation
|
||||
Jacques Chion <jacques.chion@orange.fr>
|
||||
|
||||
+ Galician
|
||||
Miguel Anxo Bouzada <mbouzada@gmail.com>
|
||||
|
||||
|
|
@ -66,6 +81,15 @@ $Id$
|
|||
* Galician translation
|
||||
Miguel Bouzada <mbouzada@gmail.com>
|
||||
|
||||
* Magic Tool Improvememnts:
|
||||
-------------------------
|
||||
* A new "xorpixel()" function has been added to the Magic Tools API.
|
||||
|
||||
* Bug Fixes:
|
||||
----------
|
||||
* Halftone magic tool wasn't loading due to a problem
|
||||
with its sound effect file.
|
||||
|
||||
2020.December.27 (0.9.25)
|
||||
* New Features
|
||||
------------
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2021 by various contributors; see AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
2 February 2021
|
||||
20 February 2021
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -419,10 +419,19 @@ Available Tools
|
|||
"Fill" Tool
|
||||
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your
|
||||
drawing with a solid color of your choice.
|
||||
drawing with a color of your choice. Three fill options are
|
||||
offered:
|
||||
* Solid — click once to fill an area with a solid color.
|
||||
* Linear — click and then drag to fill the area with
|
||||
color that fades away (a gradient) towards where you
|
||||
drag the mouse.
|
||||
* Radial — click once to fill an area with a color that
|
||||
fades away (a gradient) radially, centered on where you
|
||||
clicked.
|
||||
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see
|
||||
below).
|
||||
below). Note: Prior to Tux Paint 0.9.26, this tool only
|
||||
offered the 'Solid' method of filling.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -874,7 +883,7 @@ Using the import script, "tuxpaint-import"
|
|||
Example:
|
||||
|
||||
$ tuxpaint-import grandma.jpg
|
||||
grandma.jpg -> /home/username/.tuxpaint/saved/20210212093342.png
|
||||
grandma.jpg -> /home/username/.tuxpaint/saved/20210220203651.png
|
||||
jpegtopnm: WRITING A PPM FILE
|
||||
|
||||
The first line ("tuxpaint-import grandma.jpg") is the command to run.
|
||||
|
|
@ -916,7 +925,7 @@ Importing Pictures Manually
|
|||
* mm = Minute (two digits, "00"-"59")
|
||||
* ss = Seconds (two digits, "00"-"59")
|
||||
|
||||
Example: "20210212093342.png", for 12 February 2021 at 09:33:42.
|
||||
Example: "20210220203651.png", for 20 February 2021 at 20:36:51.
|
||||
|
||||
Place this PNG file in your Tux Paint "saved" directory/folder. (See
|
||||
above.)
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2 February 2021 </p>
|
||||
20 February 2021 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -687,10 +687,15 @@
|
|||
alt=""
|
||||
align="right">
|
||||
<p>
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a solid color of your choice. </p>
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a color of your choice. Three fill options are offered: <ul>
|
||||
<li><strong>Solid</strong> — click once to fill an area with a solid color.</li>
|
||||
<li><strong>Linear</strong> — click and then drag to fill the area with color that fades away (a gradient) towards where you drag the mouse.</li>
|
||||
<li><strong>Radial</strong> — click once to fill an area with a color that fades away (a gradient) radially, centered on where you clicked.</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see below). </p>
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see below). Note: Prior to Tux Paint 0.9.26, this tool only offered the 'Solid' method of filling. </p>
|
||||
|
||||
<hr size="1">
|
||||
</dd>
|
||||
|
|
@ -1303,7 +1308,7 @@
|
|||
<blockquote>
|
||||
<code>$ <strong>tuxpaint-import grandma.jpg</strong><br>
|
||||
grandma.jpg ->
|
||||
/home/username/.tuxpaint/saved/20210212093342.png<br>
|
||||
/home/username/.tuxpaint/saved/20210220203651.png<br>
|
||||
jpegtopnm: WRITING A PPM FILE</code>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -1351,7 +1356,7 @@
|
|||
</ul>
|
||||
|
||||
<p>
|
||||
Example: "<code>20210212093342</code>.png", for 12 February 2021 at 09:33:42. </p>
|
||||
Example: "<code>20210220203651</code>.png", for 20 February 2021 at 20:36:51. </p>
|
||||
|
||||
<p>
|
||||
Place this PNG file in your Tux Paint "<code>saved</code>" directory/folder. (See above.) </p>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2021 by various contributors; see AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
2 febrero 2021
|
||||
20 febrero 2021
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -419,10 +419,19 @@ Available Tools
|
|||
"Fill" Tool
|
||||
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your
|
||||
drawing with a solid color of your choice.
|
||||
drawing with a color of your choice. Three fill options are
|
||||
offered:
|
||||
* Solid — click once to fill an area with a solid color.
|
||||
* Linear — click and then drag to fill the area with
|
||||
color that fades away (a gradient) towards where you
|
||||
drag the mouse.
|
||||
* Radial — click once to fill an area with a color that
|
||||
fades away (a gradient) radially, centered on where you
|
||||
clicked.
|
||||
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see
|
||||
below).
|
||||
below). Note: Prior to Tux Paint 0.9.26, this tool only
|
||||
offered the 'Solid' method of filling.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -874,7 +883,7 @@ Using the import script, "tuxpaint-import"
|
|||
Example:
|
||||
|
||||
$ tuxpaint-import grandma.jpg
|
||||
grandma.jpg -> /home/username/.tuxpaint/saved/20210205180425.png
|
||||
grandma.jpg -> /home/username/.tuxpaint/saved/20210220203557.png
|
||||
jpegtopnm: WRITING A PPM FILE
|
||||
|
||||
The first line ("tuxpaint-import grandma.jpg") is the command to run.
|
||||
|
|
@ -916,7 +925,7 @@ Importing Pictures Manually
|
|||
* mm = Minute (two digits, "00"-"59")
|
||||
* ss = Seconds (two digits, "00"-"59")
|
||||
|
||||
Example: "20210205180425.png", for 5 febrero 2021 at 18:04:25.
|
||||
Example: "20210220203557.png", for 20 febrero 2021 at 20:35:57.
|
||||
|
||||
Place this PNG file in your Tux Paint "saved" directory/folder. (See
|
||||
above.)
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2 febrero 2021 </p>
|
||||
20 febrero 2021 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -687,10 +687,15 @@
|
|||
alt=""
|
||||
align="right">
|
||||
<p>
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a solid color of your choice. </p>
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a color of your choice. Three fill options are offered: <ul>
|
||||
<li><strong>Solid</strong> — click once to fill an area with a solid color.</li>
|
||||
<li><strong>Linear</strong> — click and then drag to fill the area with color that fades away (a gradient) towards where you drag the mouse.</li>
|
||||
<li><strong>Radial</strong> — click once to fill an area with a color that fades away (a gradient) radially, centered on where you clicked.</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see below). </p>
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see below). Note: Prior to Tux Paint 0.9.26, this tool only offered the 'Solid' method of filling. </p>
|
||||
|
||||
<hr size="1">
|
||||
</dd>
|
||||
|
|
@ -1303,7 +1308,7 @@
|
|||
<blockquote>
|
||||
<code>$ <strong>tuxpaint-import grandma.jpg</strong><br>
|
||||
grandma.jpg ->
|
||||
/home/username/.tuxpaint/saved/20210205180425.png<br>
|
||||
/home/username/.tuxpaint/saved/20210220203557.png<br>
|
||||
jpegtopnm: WRITING A PPM FILE</code>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -1351,7 +1356,7 @@
|
|||
</ul>
|
||||
|
||||
<p>
|
||||
Example: "<code>20210205180425</code>.png", for 5 febrero 2021 at 18:04:25. </p>
|
||||
Example: "<code>20210220203557</code>.png", for 20 febrero 2021 at 20:35:57. </p>
|
||||
|
||||
<p>
|
||||
Place this PNG file in your Tux Paint "<code>saved</code>" directory/folder. (See above.) </p>
|
||||
|
|
|
|||
|
|
@ -20,28 +20,30 @@
|
|||
|
||||
Le choix de l'image est crucial
|
||||
|
||||
License
|
||||
Licence
|
||||
|
||||
If you wish to submit artwork to the Tux Paint developers for
|
||||
consideration for inclusion in the official project, or if you wish to
|
||||
release your own copy of Tux Paint, bundled with your own graphics,
|
||||
you need an image that is compatible with the GNU General Public
|
||||
License used by Tux Paint.
|
||||
Si vous voulez présenter une oeuvre d'art aux développeurs de Tux
|
||||
Paint pour être incluse dans le projet officiel, ou si vous voulez
|
||||
faire une version de Tux Paint pour votre seul usage avec vos propre
|
||||
graphiques, vous devez avoir une image compatible avec la Licence
|
||||
Publique Générale GNU utilisée par Tux Paint.
|
||||
|
||||
Images produced by the US government are Public Domain, but be aware
|
||||
that the US government sometimes uses other images on the web. Google
|
||||
image queries including either site:gov or site:mil will supply many
|
||||
suitable images. (Note: the *.mil sites include non-military content,
|
||||
too!)
|
||||
Les images produites par le gouvernement US sont dans le domaine
|
||||
public, mais faites attention car le gouvernement US utilise parfois
|
||||
des images provenant du web. Une demande incluant soit site:gov soit
|
||||
site:mil sur Google image vous donnera beaucoup d'images qui
|
||||
conviendront. Note : les sites *.mil peuvent avoir des contenus
|
||||
non-militaires, également !)
|
||||
|
||||
Your own images can be placed in the Public Domain or a suitable
|
||||
license, such as the Creative Commons CC0 by declaring it so. (Hire a
|
||||
lawyer if you feel the need for legal advice.)
|
||||
Vos propres images peuvent être placées dans le domaine public, ou
|
||||
sous une licence adéquate, telle que Google image en y faisant
|
||||
référence. (Demandez à un avocat si vous pensez que vous avez besoin
|
||||
d'un avis faisant autorité).
|
||||
|
||||
For personal use, any image you can legitimately modify and use for
|
||||
your own personal use should be fine.
|
||||
Pour un usage personnel, toute image que vous pouvez légalement
|
||||
modifier et utiliser pour vous-même, devrait convenir.
|
||||
|
||||
Image Size and Orientation
|
||||
Taille de l'image et orientation
|
||||
|
||||
You need an image that has a useful orientation. Perspective is an
|
||||
enemy. Images that show an object from the corner are difficult to fit
|
||||
|
|
@ -60,13 +62,15 @@ Le choix de l'image est crucial
|
|||
work with. Choose an image with an object that is over 1000 pixels
|
||||
across if you can. You can shrink this later to hide your mistakes.
|
||||
|
||||
Be sure that the image is not too grainy, dim, or washed out.
|
||||
Vérifiez bien que l'image ne soit pas trop granuleuse, pâle ou
|
||||
délavée.
|
||||
|
||||
Pay attention to feet and wheels. If they are buried in something, you
|
||||
will need to draw new ones. If only one is buried, you might be able
|
||||
to copy the other one as a replacement.
|
||||
Faites attention aux pieds et aux roues. Si elles sont camouflées par
|
||||
quelque chose, vous devrez en dessiner de nouvelles. Si une seule est
|
||||
camouflée, vous devriez pouvoir effectuer un copié-collé pour le
|
||||
remplacement.
|
||||
|
||||
Prepare the image
|
||||
Préparez l'image
|
||||
|
||||
First of all, be sure to avoid re-saving the image as a JPEG. This
|
||||
causes quality loss. There is a special tool called jpegtran that lets
|
||||
|
|
|
|||
|
|
@ -484,7 +484,7 @@ Fullscreen Mode Problems
|
|||
|
||||
Other Probelms
|
||||
|
||||
Tux Paint won't run
|
||||
Tux Paint ne veut pas fonctionner
|
||||
|
||||
If Tux Paint aborts with the message: "You're already running a
|
||||
copy of Tux Paint!", this means it has been launched in the last
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Tux Paint
|
||||
version 0.9.26
|
||||
Installation Documentation
|
||||
Documentation sur l'installation
|
||||
|
||||
Copyright © 2002-2021 by various contributors; cf AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
|
|
@ -134,7 +134,7 @@ Compiling and Installation:
|
|||
the dependencies, use these commands, in MSYS, to build, install and
|
||||
run:
|
||||
|
||||
Prior to version 0.9.20:
|
||||
Avant la version 0.9.20
|
||||
|
||||
$ make win32
|
||||
$ make install-win32
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Tux Paint
|
||||
version 0.9.26
|
||||
|
||||
Options Documentation
|
||||
Documentation sur les options
|
||||
|
||||
Copyright © 2002-2021 by various contributors; cf AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Tux Paint
|
||||
version 0.9.26
|
||||
PNG Documentation
|
||||
Documentation sur PNG pour Tux Paint
|
||||
|
||||
Copyright © 2007-2021 by various contributors; cf AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2021 by various contributors; cf AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
2 février 2021
|
||||
20 février 2021
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -39,7 +39,7 @@ What Is "Tux Paint"?
|
|||
they use the program. It provides a blank canvas and a variety of
|
||||
drawing tools to help your child be creative.
|
||||
|
||||
License:
|
||||
Licence :
|
||||
|
||||
Tux Paint is an Open Source project, Free Software released under the
|
||||
GNU General Public License (GPL). It is free, and the 'source code'
|
||||
|
|
@ -103,8 +103,8 @@ Launching Tux Paint
|
|||
|
||||
Windows Users
|
||||
|
||||
[Tux Paint Icon]
|
||||
Tux Paint
|
||||
[Icône pour Tux Paint]
|
||||
Tux Paint
|
||||
|
||||
If you installed Tux Paint on your computer using the 'Tux Paint
|
||||
Installer,' it will have asked you whether you wanted a 'Start' menu
|
||||
|
|
@ -419,10 +419,19 @@ Available Tools
|
|||
"Fill" Tool
|
||||
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your
|
||||
drawing with a solid color of your choice.
|
||||
drawing with a color of your choice. Three fill options are
|
||||
offered:
|
||||
* Solid — click once to fill an area with a solid color.
|
||||
* Linear — click and then drag to fill the area with
|
||||
color that fades away (a gradient) towards where you
|
||||
drag the mouse.
|
||||
* Radial — click once to fill an area with a color that
|
||||
fades away (a gradient) radially, centered on where you
|
||||
clicked.
|
||||
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see
|
||||
below).
|
||||
below). Note: Prior to Tux Paint 0.9.26, this tool only
|
||||
offered the 'Solid' method of filling.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -874,7 +883,7 @@ Using the import script, "tuxpaint-import"
|
|||
Example:
|
||||
|
||||
$ tuxpaint-import grandma.jpg
|
||||
grandma.jpg -> /home/username/.tuxpaint/saved/20210212093342.png
|
||||
grandma.jpg -> /home/username/.tuxpaint/saved/20210220203557.png
|
||||
jpegtopnm: WRITING A PPM FILE
|
||||
|
||||
The first line ("tuxpaint-import grandma.jpg") is the command to run.
|
||||
|
|
@ -916,7 +925,7 @@ Importing Pictures Manually
|
|||
* mm = Minute (two digits, "00"-"59")
|
||||
* ss = Seconds (two digits, "00"-"59")
|
||||
|
||||
Example: "20210212093342.png", for 12 février 2021 at 09:33:42.
|
||||
Example: "20210220203557.png", for 20 février 2021 at 20:35:57.
|
||||
|
||||
Place this PNG file in your Tux Paint "saved" directory/folder. (See
|
||||
above.)
|
||||
|
|
@ -935,7 +944,7 @@ Importing Pictures Manually
|
|||
|
||||
Other documentation included with Tux Paint (found in the "docs"
|
||||
folder/directory) includes:
|
||||
* 'Magic' Tool Documentation ("magic-docs")
|
||||
* Documentation sur l'outil 'Magie' ("magic-docs")
|
||||
Documentation for each of the currently-installed 'Magic' tools.
|
||||
* AUTHORS.txt
|
||||
List of authors and contributors.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Tux Paint
|
||||
version 0.9.26
|
||||
Signals Documentation
|
||||
Documentation sur les signaux
|
||||
|
||||
Copyright © 2019-2021 by various contributors; cf AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Tux Paint
|
||||
version 0.9.26
|
||||
SVG Documentation
|
||||
Documentation sur SVG
|
||||
|
||||
Copyright © 2007-2021 by various contributors; cf AUTHORS.
|
||||
http://www.tuxpaint.org/
|
||||
|
|
|
|||
|
|
@ -41,24 +41,24 @@
|
|||
|
||||
<blockquote>
|
||||
<h3>
|
||||
License </h3>
|
||||
Licence </h3>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
If you wish to submit artwork to the Tux Paint developers for consideration for inclusion in the official project, or if you wish to release your own copy of Tux Paint, bundled with your own graphics, you need an image that is compatible with the GNU General Public License used by Tux Paint. </p>
|
||||
Si vous voulez présenter une oeuvre d'art aux développeurs de Tux Paint pour être incluse dans le projet officiel, ou si vous voulez faire une version de Tux Paint pour votre seul usage avec vos propre graphiques, vous devez avoir une image compatible avec la Licence Publique Générale GNU utilisée par Tux Paint. </p>
|
||||
|
||||
<p>
|
||||
Images produced by the US government are Public Domain, but be aware that the US government sometimes uses other images on the web. <a href="http://images.google.com/">Google image</a> queries including either <code>site:gov</code> or <code>site:mil</code> will supply many suitable images. (Note: the *.mil sites include non-military content, too!) </p>
|
||||
Les images produites par le gouvernement US sont dans le domaine public, mais faites attention car le gouvernement US utilise parfois des images provenant du web. Une demande incluant soit <code>site:gov</code> soit <code>site:mil</code> sur <a href="http://images.google.com/">Google image</a> vous donnera beaucoup d'images qui conviendront. Note : les sites *.mil peuvent avoir des contenus non-militaires, également !) </p>
|
||||
|
||||
<p>
|
||||
Your own images can be placed in the Public Domain or a suitable license, such as the <a href="https://creativecommons.org/publicdomain/zero/1.0/">Creative Commons CC0</a> by declaring it so. (Hire a lawyer if you feel the need for legal advice.) </p>
|
||||
Vos propres images peuvent être placées dans le domaine public, ou sous une licence adéquate, telle que <a href="http://images.google.com/">Google image</a> en y faisant référence. (Demandez à un avocat si vous pensez que vous avez besoin d'un avis faisant autorité). </p>
|
||||
|
||||
<p>
|
||||
For personal use, any image you can legitimately modify and use for your own personal use should be fine. </p>
|
||||
Pour un usage personnel, toute image que vous pouvez légalement modifier et utiliser pour vous-même, devrait convenir. </p>
|
||||
</blockquote>
|
||||
|
||||
<h3>
|
||||
Image Size and Orientation </h3>
|
||||
Taille de l'image et orientation </h3>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
|
|
@ -71,15 +71,15 @@
|
|||
Very large images are more forgiving of mistakes, and thus easier to work with. Choose an image with an object that is over 1000 pixels across if you can. You can shrink this later to hide your mistakes. </p>
|
||||
|
||||
<p>
|
||||
Be sure that the image is not too grainy, dim, or washed out. </p>
|
||||
Vérifiez bien que l'image ne soit pas trop granuleuse, pâle ou délavée. </p>
|
||||
|
||||
<p>
|
||||
Pay attention to feet and wheels. If they are buried in something, you will need to draw new ones. If only one is buried, you might be able to copy the other one as a replacement. </p>
|
||||
Faites attention aux pieds et aux roues. Si elles sont camouflées par quelque chose, vous devrez en dessiner de nouvelles. Si une seule est camouflée, vous devriez pouvoir effectuer un copié-collé pour le remplacement. </p>
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
|
||||
<h2>
|
||||
Prepare the image </h2>
|
||||
Préparez l'image </h2>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -586,7 +586,7 @@
|
|||
|
||||
<dl>
|
||||
<dt>
|
||||
Tux Paint won't run </dt>
|
||||
Tux Paint ne veut pas fonctionner </dt>
|
||||
|
||||
<dd>
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Tux Paint Installation Documentation </title>
|
||||
Documentation sur l'installation de Tux Paint </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8">
|
||||
</head>
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.26<br/>
|
||||
Installation Documentation </h1>
|
||||
Documentation sur l'installation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2021 by various contributors; cf AUTHORS.<br>
|
||||
|
|
@ -170,7 +170,7 @@
|
|||
<p>
|
||||
After configuring the environment and building and installing all the dependencies, use these commands, in MSYS, to build, install and run: </p>
|
||||
|
||||
<h5>Prior to version 0.9.20:</h5>
|
||||
<h5>Avant la version 0.9.20</h5>
|
||||
<blockquote>
|
||||
<code>
|
||||
$ make win32<br/>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
version 0.9.26 </h1>
|
||||
|
||||
<h2>
|
||||
Options Documentation </h2>
|
||||
Documentation sur les options </h2>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2021 by various contributors; cf AUTHORS.<br>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Tux Paint PNG Documentation </title>
|
||||
Documentation sur PNG pour Tux Paint </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8">
|
||||
</head>
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.26<br/>
|
||||
PNG Documentation </h1>
|
||||
Documentation sur PNG pour Tux Paint </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2021 by various contributors; cf AUTHORS.<br>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Tux Paint Documentation ("README") </title>
|
||||
Documentation sur Tux Paint ("README") </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8">
|
||||
</head>
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2 février 2021 </p>
|
||||
20 février 2021 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
</blockquote>
|
||||
|
||||
<h2>
|
||||
License: </h2>
|
||||
Licence : </h2>
|
||||
|
||||
<blockquote>
|
||||
<p>
|
||||
|
|
@ -215,7 +215,7 @@
|
|||
<img src="../../html/images/icon-win32.png"
|
||||
width="32"
|
||||
height="32"
|
||||
alt="[Tux Paint Icon]"><br>
|
||||
alt="[Icône pour Tux Paint]"><br>
|
||||
Tux Paint
|
||||
</td>
|
||||
</tr>
|
||||
|
|
@ -687,10 +687,15 @@
|
|||
alt=""
|
||||
align="right">
|
||||
<p>
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a solid color of your choice. </p>
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a color of your choice. Three fill options are offered: <ul>
|
||||
<li><strong>Solid</strong> — click once to fill an area with a solid color.</li>
|
||||
<li><strong>Linear</strong> — click and then drag to fill the area with color that fades away (a gradient) towards where you drag the mouse.</li>
|
||||
<li><strong>Radial</strong> — click once to fill an area with a color that fades away (a gradient) radially, centered on where you clicked.</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see below). </p>
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see below). Note: Prior to Tux Paint 0.9.26, this tool only offered the 'Solid' method of filling. </p>
|
||||
|
||||
<hr size="1">
|
||||
</dd>
|
||||
|
|
@ -1303,7 +1308,7 @@
|
|||
<blockquote>
|
||||
<code>$ <strong>tuxpaint-import grandma.jpg</strong><br>
|
||||
grandma.jpg ->
|
||||
/home/username/.tuxpaint/saved/20210212093342.png<br>
|
||||
/home/username/.tuxpaint/saved/20210220203557.png<br>
|
||||
jpegtopnm: WRITING A PPM FILE</code>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -1351,7 +1356,7 @@
|
|||
</ul>
|
||||
|
||||
<p>
|
||||
Example: "<code>20210212093342</code>.png", for 12 février 2021 at 09:33:42. </p>
|
||||
Example: "<code>20210220203557</code>.png", for 20 février 2021 at 20:35:57. </p>
|
||||
|
||||
<p>
|
||||
Place this PNG file in your Tux Paint "<code>saved</code>" directory/folder. (See above.) </p>
|
||||
|
|
@ -1377,7 +1382,7 @@
|
|||
<blockquote>
|
||||
Other documentation included with Tux Paint (found in the "<code>docs</code>" folder/directory) includes: <ul>
|
||||
<li>
|
||||
<a href="../magic-docs/html/index.html">'Magic' Tool Documentation ("<code>magic-docs</code>")</a><br>
|
||||
<a href="../magic-docs/html/index.html">Documentation sur l'outil 'Magie' ("<code>magic-docs</code>")</a><br>
|
||||
Documentation for each of the currently-installed 'Magic' tools. </li>
|
||||
|
||||
<li>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Tux Paint Signals Documentation </title>
|
||||
Documentation sur les signaux pour Tux Paint </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8">
|
||||
</head>
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.26<br/>
|
||||
Signals Documentation </h1>
|
||||
Documentation sur les signaux </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2019-2021 by various contributors; cf AUTHORS.<br>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Tux Paint SVG Documentation </title>
|
||||
Documentation sur SVG pour Tux Paint </title>
|
||||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=utf-8">
|
||||
</head>
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
height="210"
|
||||
alt="Tux Paint"><br>
|
||||
version 0.9.26<br/>
|
||||
SVG Documentation </h1>
|
||||
Documentation sur SVG </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2021 by various contributors; cf AUTHORS.<br>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2021 por varios colaboradores; vexa AUTHORS (AUTORES).
|
||||
http://www.tuxpaint.org/
|
||||
|
||||
2 Febreiro 2021
|
||||
20 Febreiro 2021
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -420,10 +420,19 @@ Ferramentas dispoñíbeis
|
|||
Ferramenta «Encher»
|
||||
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your
|
||||
drawing with a solid color of your choice.
|
||||
drawing with a color of your choice. Three fill options are
|
||||
offered:
|
||||
* Solid — click once to fill an area with a solid color.
|
||||
* Linear — click and then drag to fill the area with
|
||||
color that fades away (a gradient) towards where you
|
||||
drag the mouse.
|
||||
* Radial — click once to fill an area with a color that
|
||||
fades away (a gradient) radially, centered on where you
|
||||
clicked.
|
||||
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see
|
||||
below).
|
||||
below). Note: Prior to Tux Paint 0.9.26, this tool only
|
||||
offered the 'Solid' method of filling.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -877,7 +886,7 @@ Using the import script, "tuxpaint-import"
|
|||
Exemplo:
|
||||
|
||||
$ tuxpaint-import avoa.jpg
|
||||
avoa.jpg -> /home/username/.tuxpaint/saved/20210210232156.png
|
||||
avoa.jpg -> /home/username/.tuxpaint/saved/20210220203557.png
|
||||
jpegtopnm: WRITING A PPM FILE
|
||||
|
||||
The first line ("tuxpaint-import avoa.jpg") is the command to run. The
|
||||
|
|
@ -918,7 +927,7 @@ Importing Pictures Manually
|
|||
* mm = Minuto (dous díxitos, «00»-«59»)
|
||||
* ss = Segundo (dous díxitos, «00»-«59»)
|
||||
|
||||
Example: "20210210232156.png", for 10 Febreiro 2021 at 23:21:56.
|
||||
Example: "20210220203557.png", for 20 Febreiro 2021 at 20:35:57.
|
||||
|
||||
Place this PNG file in your Tux Paint "saved" directory/folder. (See
|
||||
above.)
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2 Febreiro 2021 </p>
|
||||
20 Febreiro 2021 </p>
|
||||
</center>
|
||||
|
||||
<hr size="2"
|
||||
|
|
@ -687,10 +687,15 @@
|
|||
alt=""
|
||||
align="right">
|
||||
<p>
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a solid color of your choice. </p>
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a color of your choice. Three fill options are offered: <ul>
|
||||
<li><strong>Solid</strong> — click once to fill an area with a solid color.</li>
|
||||
<li><strong>Linear</strong> — click and then drag to fill the area with color that fades away (a gradient) towards where you drag the mouse.</li>
|
||||
<li><strong>Radial</strong> — click once to fill an area with a color that fades away (a gradient) radially, centered on where you clicked.</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see below). </p>
|
||||
Note: Prior to Tux Paint 0.9.24, this was a Magic tool (see below). Note: Prior to Tux Paint 0.9.26, this tool only offered the 'Solid' method of filling. </p>
|
||||
|
||||
<hr size="1">
|
||||
</dd>
|
||||
|
|
@ -1303,7 +1308,7 @@
|
|||
<blockquote>
|
||||
<code>$ <strong>tuxpaint-import avoa.jpg</strong><br>
|
||||
avoa.jpg ->
|
||||
/home/username/.tuxpaint/saved/20210210232156.png<br>
|
||||
/home/username/.tuxpaint/saved/20210220203557.png<br>
|
||||
jpegtopnm: WRITING A PPM FILE</code>
|
||||
</blockquote>
|
||||
|
||||
|
|
@ -1351,7 +1356,7 @@
|
|||
</ul>
|
||||
|
||||
<p>
|
||||
Example: "<code>20210210232156</code>.png", for 10 Febreiro 2021 at 23:21:56. </p>
|
||||
Example: "<code>20210220203557</code>.png", for 20 Febreiro 2021 at 20:35:57. </p>
|
||||
|
||||
<p>
|
||||
Place this PNG file in your Tux Paint "<code>saved</code>" directory/folder. (See above.) </p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue