Refresh DOCs 2022-02-27
This commit is contained in:
parent
9ba8302ddb
commit
eab3e70843
84 changed files with 7649 additions and 7653 deletions
|
|
@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
|
|||
http://www.tuxpaint.org/
|
||||
|
||||
|
||||
2022.February.24 (0.9.28)
|
||||
2022.February.27 (0.9.28)
|
||||
* Improvements to "Paint" and "Lines" tools:
|
||||
------------------------------------------
|
||||
* Brush spacing may now be altered within Tux Paint.
|
||||
|
|
@ -221,8 +221,8 @@ http://www.tuxpaint.org/
|
|||
|
||||
* Documentation updates:
|
||||
---------------------
|
||||
* Added some styling, call-outs for notes, and improved printing
|
||||
output in README docs.
|
||||
* Added some styling, use of HTML semantic tags, call-outs for notes,
|
||||
improved printed output, and other improvements to the README docs.
|
||||
Bill Kendrick <bill@newbreedsoftware.com>
|
||||
|
||||
* macOS Apple Silicon and Universal Binary build instructions
|
||||
|
|
|
|||
|
|
@ -7,26 +7,40 @@
|
|||
https://tuxpaint.org/
|
||||
@TuxPaintTweets on Twitter
|
||||
|
||||
February 24, 2022
|
||||
February 27, 2022
|
||||
|
||||
+-------------------------------------------+
|
||||
|Table of Contents |
|
||||
|-------------------------------------------|
|
||||
| * About Tux Paint |
|
||||
| * Using Tux Paint |
|
||||
| * Launching Tux Paint |
|
||||
| * Title Screen |
|
||||
| * Main Screen |
|
||||
| * Available Tools |
|
||||
| * Drawing Tools |
|
||||
| * Other Controls |
|
||||
| * Loading Other Pictures into Tux Paint |
|
||||
| * Further Reading |
|
||||
| * How to Get Help |
|
||||
| * How to Participate |
|
||||
+-------------------------------------------+
|
||||
|
||||
----------------------------------------------------------------------
|
||||
+----------------------------------------------------+
|
||||
|Table of Contents |
|
||||
|----------------------------------------------------|
|
||||
| * About Tux Paint |
|
||||
| * Using Tux Paint |
|
||||
| * Launching Tux Paint |
|
||||
| * Title Screen |
|
||||
| * Main Screen |
|
||||
| * Available Tools |
|
||||
| * Drawing Tools |
|
||||
| * "Paint" Tool (Brush) |
|
||||
| * "Stamp" Tool (Rubber Stamps) |
|
||||
| * "Lines" Tool |
|
||||
| * "Shapes" Tool |
|
||||
| * "Text" and "Label" Tools |
|
||||
| * "Fill" Tool |
|
||||
| * "Magic" Tool (Special Effects) |
|
||||
| * "Eraser" Tool |
|
||||
| * Other Controls |
|
||||
| * "Undo" and "Redo" Commands |
|
||||
| * "New" Command |
|
||||
| * "Open" Command |
|
||||
| * "Save" Command |
|
||||
| * "Print" Command |
|
||||
| * "Slides" Command (under "Open") |
|
||||
| * "Quit" Command |
|
||||
| * Sound Muting |
|
||||
| * Loading Other Pictures into Tux Paint |
|
||||
| * Further Reading |
|
||||
| * How to Get Help |
|
||||
| * How to Participate |
|
||||
+----------------------------------------------------+
|
||||
|
||||
About Tux Paint
|
||||
|
||||
|
|
@ -79,8 +93,6 @@ Objectives
|
|||
selecting it from a collection of thumbnails. Access to other
|
||||
files on the computer is restricted.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Using Tux Paint
|
||||
|
||||
Launching Tux Paint
|
||||
|
|
@ -97,8 +109,6 @@ Launching Tux Paint
|
|||
|
||||
If any errors occur, they will be displayed on the terminal (to STDERR).
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Windows Users
|
||||
|
||||
[Tux Paint Icon]
|
||||
|
|
@ -123,14 +133,10 @@ Launching Tux Paint
|
|||
If you used the 'ZIP-file' download, Tux Paint's folder will be wherever
|
||||
you extracted the contents of the ZIP file.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
macOS Users
|
||||
|
||||
Simply double-click the "Tux Paint" icon.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
[Title screen]
|
||||
|
||||
Title Screen
|
||||
|
|
@ -141,8 +147,6 @@ Title Screen
|
|||
window to continue. (Or, after about 5 seconds, the title screen will go
|
||||
away automatically.)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Main Screen
|
||||
|
||||
The main screen is divided into the following sections:
|
||||
|
|
@ -181,8 +185,12 @@ Main Screen
|
|||
|
||||
Lower: Colors
|
||||
|
||||
A palette of available colors are shown near the bottom of the
|
||||
screen.
|
||||
When the active tool supports colors, a palette of colors choices
|
||||
will be shown near the bottom of the screen. Click one to choose a
|
||||
color, and it will be used by the active tool. (For example, the
|
||||
"Paint" tool will use it as the color to draw with the chosen
|
||||
brush, and the "Fill" tool will use it as the color to use when
|
||||
flood-filling an area of the picture.)
|
||||
|
||||
On the far right are three special color options:
|
||||
* The "color picker" (which has an outline of an eye-dropper)
|
||||
|
|
@ -220,8 +228,6 @@ Main Screen
|
|||
At the very bottom of the screen, Tux, the Linux Penguin, provides
|
||||
tips and other information while you use Tux Paint.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Available Tools
|
||||
|
||||
Drawing Tools
|
||||
|
|
@ -272,8 +278,6 @@ Available Tools
|
|||
display the brush spacing controls. See the "Options"
|
||||
documentation.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Stamp" Tool (Rubber Stamps)
|
||||
|
||||
The Stamp tool is like a set of rubber stamps or stickers. It lets
|
||||
|
|
@ -312,8 +316,6 @@ Available Tools
|
|||
display the Mirror, Flip, Shrink and Grow controls for stamps. See
|
||||
the "Options" documentation.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Lines" Tool
|
||||
|
||||
This tool lets you draw straight lines using the various brushes
|
||||
|
|
@ -338,8 +340,6 @@ Available Tools
|
|||
of individual shapes, or a continuous stroke of the brush shape.
|
||||
Brush spacing may be adjusted. See "Paint", above, to learn more.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Shapes" Tool
|
||||
|
||||
This tool lets you draw some simple filled, and un-filled shapes.
|
||||
|
|
@ -400,8 +400,6 @@ Available Tools
|
|||
⚙ See the "Options" documentation to learn about the
|
||||
"simple shapes" ("simpleshapes") option.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Text" and "Label" Tools
|
||||
|
||||
Choose a font (from the 'Letters' available on the right) and a
|
||||
|
|
@ -503,8 +501,6 @@ Available Tools
|
|||
⚙ See the "Options" and "Extending Tux Paint"
|
||||
documentation for more information.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Fill" Tool
|
||||
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing
|
||||
|
|
@ -521,8 +517,6 @@ Available Tools
|
|||
below). Prior to Tux Paint 0.9.26, the "Fill" tool only offered
|
||||
the 'Solid' method of filling.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Magic" Tool (Special Effects)
|
||||
|
||||
The Magic tool is actually a set of special tools. Select one of
|
||||
|
|
@ -540,8 +534,6 @@ Available Tools
|
|||
See the instructions for each Magic tool (in the 'magic-docs'
|
||||
folder).
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Eraser" Tool
|
||||
|
||||
This tool is similar to the Paint Brush. Wherever you click (or
|
||||
|
|
@ -556,24 +548,18 @@ Available Tools
|
|||
|
||||
As you erase, a 'squeaky clean' eraser wiping sound is played.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Other Controls
|
||||
|
||||
"Undo" Command
|
||||
"Undo" and "Redo" Commands
|
||||
|
||||
Clicking this tool will undo the last drawing action. You can even
|
||||
undo more than once!
|
||||
Clicking the "Undo" button will undo (revert) the last drawing
|
||||
action. You can even undo more than once!
|
||||
|
||||
⌨ Note: You can also press [Control / ⌘] + [Z] on the keyboard to
|
||||
Undo.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Redo" Command
|
||||
|
||||
Clicking this tool will redo the drawing action you just un-did
|
||||
with the 'Undo' button.
|
||||
Clicking the "Redo" button will redo the drawing action you just
|
||||
un-did via the "Undo" command.
|
||||
|
||||
As long as you don't draw again, you can redo as many times as you
|
||||
had undone!
|
||||
|
|
@ -581,8 +567,6 @@ Available Tools
|
|||
⌨ Note: You can also press [Control / ⌘] + [R] on the keyboard to
|
||||
Redo.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"New" Command
|
||||
|
||||
Clicking the 'New' button will start a new drawing. A dialog will
|
||||
|
|
@ -624,8 +608,6 @@ Available Tools
|
|||
overwrite the original, so you can use it again later (by
|
||||
accessing it from the 'New' dialog).
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Open" Command
|
||||
|
||||
This shows you a list of all of the pictures you've saved. If
|
||||
|
|
@ -634,42 +616,39 @@ Available Tools
|
|||
list of pictures.
|
||||
|
||||
Click a picture to select it, and then...
|
||||
* Click the green 'Open' button at the lower left of the list
|
||||
to load the selected picture.
|
||||
|
||||
* Click the green 'Open' button at the lower left of the list
|
||||
to load the selected picture.
|
||||
(Alternatively, you can double-click a picture's icon to load
|
||||
it.)
|
||||
|
||||
(Alternatively, you can double-click a picture's icon to
|
||||
load it.)
|
||||
💡 If choose to open a picture, and your current drawing
|
||||
hasn't been saved, you will be prompted as to whether you
|
||||
want to save it or not. (See "Save," below.)
|
||||
|
||||
* Click the brown 'Erase' (trash can) button at the lower
|
||||
right of the list to erase the selected picture. (You will
|
||||
be asked to confirm.)
|
||||
* Click the brown 'Erase' (trash can) button at the lower right
|
||||
of the list to erase the selected picture. (You will be asked
|
||||
to confirm.)
|
||||
|
||||
📜 Note: On Linux (as of version 0.9.22) and Windows (as of
|
||||
version 0.9.27), the picture will be placed in your
|
||||
desktop's trash can / recycle bin (where you may recover
|
||||
and restore it, if you change your mind).
|
||||
📜 Note: On Linux (as of version 0.9.22) and Windows (as of
|
||||
version 0.9.27), the picture will be placed in your desktop's
|
||||
trash can / recycle bin (where you may recover and restore
|
||||
it, if you change your mind).
|
||||
|
||||
* Click the 'Export' button near the lower right to export
|
||||
the image to your export folder. (e.g.,
|
||||
"~/Pictures/TuxPaint/")
|
||||
* Click the 'Export' button near the lower right to export the
|
||||
image to your export folder. (e.g., "~/Pictures/TuxPaint/")
|
||||
|
||||
* Click the blue 'Slides' (slide projector) button at the
|
||||
lower left to go to slideshow mode. See "Slides", below,
|
||||
for details.
|
||||
From the "Open" screen you can also:
|
||||
* Click the blue 'Slides' (slide projector) button at the lower
|
||||
left to go to slideshow mode. See "Slides", below, for
|
||||
details.
|
||||
|
||||
* Click the red 'Back' arrow button at the lower right of the
|
||||
list to cancel and return to the picture you were drawing.
|
||||
|
||||
If choose to open a picture, and your current drawing hasn't been
|
||||
saved, you will be prompted as to whether you want to save it or
|
||||
not. (See "Save," below.)
|
||||
* Click the red 'Back' arrow button at the lower right of the
|
||||
list to cancel and return to the picture you were drawing.
|
||||
|
||||
⌨ Note: You can also press [Control / ⌘] + [O] on the keyboard to
|
||||
bring up the 'Open' dialog.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Save" Command
|
||||
|
||||
This saves your current picture.
|
||||
|
|
@ -691,8 +670,6 @@ Available Tools
|
|||
⌨ Note: You can also press [Control / ⌘] + [S] on the keyboard to
|
||||
save.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Print" Command
|
||||
|
||||
Click this button and your picture will be printed!
|
||||
|
|
@ -793,8 +770,6 @@ Available Tools
|
|||
|
||||
⚙ See the "Options" documentation.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Slides" Command (under "Open")
|
||||
|
||||
The 'Slides' button is available in the 'Open' dialog. It can be
|
||||
|
|
@ -869,8 +844,6 @@ Available Tools
|
|||
Click 'Back' in the slideshow image selection screen to return to
|
||||
the 'Open' dialog.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Quit" Command
|
||||
|
||||
Clicking the 'Quit' button, closing the Tux Paint window, or
|
||||
|
|
@ -899,8 +872,6 @@ Available Tools
|
|||
|
||||
⚙ See the "Options" documentation.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Sound Muting
|
||||
|
||||
There is no on-screen control button at this time, but by using
|
||||
|
|
@ -914,8 +885,6 @@ Available Tools
|
|||
|
||||
⚙ See the "Options" documentation.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Loading Other Pictures into Tux Paint
|
||||
|
||||
Tux Paint's 'Open' dialog only displays pictures you created with Tux
|
||||
|
|
@ -1024,8 +993,6 @@ Importing Pictures Manually
|
|||
height) it came out to, and try to match that when scaling the
|
||||
picture(s) you're importing into Tux Paint.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Further Reading
|
||||
|
||||
Other documentation included with Tux Paint (found in the "docs"
|
||||
|
|
@ -1062,13 +1029,10 @@ Importing Pictures Manually
|
|||
Tux Paint's software license, the GNU General Public License
|
||||
(GPL)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
How to Get Help
|
||||
|
||||
If you need help, there are numerous ways to interact with Tux Paint
|
||||
developers and other users.
|
||||
|
||||
developers and other users:
|
||||
* Report bugs or request new features via the project's bug-tracking
|
||||
system
|
||||
* Participate in the various project mailing lists
|
||||
|
|
@ -1077,13 +1041,10 @@ Importing Pictures Manually
|
|||
To learn more, visit the "Contact" page of the official Tux Paint website:
|
||||
https://tuxpaint.org/contact/
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
How to Participate
|
||||
|
||||
Tux Paint is a volunteer-driven project, and we're happy to accept your
|
||||
help in a variety of ways.
|
||||
|
||||
help in a variety of ways:
|
||||
* Translate Tux Paint to another language
|
||||
* Improve existing translations
|
||||
* Create artwork (stamps, starters, templates, brushes)
|
||||
|
|
@ -1094,6 +1055,9 @@ Importing Pictures Manually
|
|||
To learn more, visit the "Help Us" page of the official Tux Paint website:
|
||||
https://tuxpaint.org/help/
|
||||
|
||||
----------------------------------------------------------------------
|
||||
Trademark notices
|
||||
|
||||
###
|
||||
* "Linux" is a registered trademark of Linus Torvalds.
|
||||
* "Microsoft" and "Windows" are registered trademarks of Microsoft Corp.
|
||||
* "Apple" and "macOS" are registered trademarks of Apple Inc.
|
||||
* "Twitter" is a registered trademark of Twitter, Inc.
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,7 +1,7 @@
|
|||
Tux Paint
|
||||
versión 0.9.28 Advanced Stamps 'How-To'
|
||||
|
||||
Copyright © 2006-2022 by Albert Cahalan and others; see AUTHORS.
|
||||
Copyright © 2006-2022 by Albert Cahalan and others; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
enero 20, 2022
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
versión 0.9.28
|
||||
Environment Variables Documentation
|
||||
|
||||
Copyright © 2021-2022 by various contributors; see AUTHORS.
|
||||
Copyright © 2021-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
enero 20, 2022
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
Tux Paint
|
||||
versión 0.9.28
|
||||
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
enero 20, 2022
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Tux Paint
|
||||
versión 0.9.28 Frequently Asked Questions
|
||||
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
enero 20, 2022
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
versión 0.9.28
|
||||
Installation Documentation
|
||||
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
enero 20, 2022
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Options Documentation
|
||||
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
enero 20, 2022
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
versión 0.9.28
|
||||
PNG Documentation
|
||||
|
||||
Copyright © 2007-2022 by various contributors; see AUTHORS.
|
||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
enero 20, 2022
|
||||
|
|
|
|||
|
|
@ -7,26 +7,40 @@
|
|||
https://tuxpaint.org/
|
||||
@TuxPaintTweets on Twitter
|
||||
|
||||
febrero 24, 2022
|
||||
febrero 27, 2022
|
||||
|
||||
+-------------------------------------------+
|
||||
|Table of Contents |
|
||||
|-------------------------------------------|
|
||||
| * About Tux Paint |
|
||||
| * Using Tux Paint |
|
||||
| * Launching Tux Paint |
|
||||
| * Title Screen |
|
||||
| * Main Screen |
|
||||
| * Available Tools |
|
||||
| * Drawing Tools |
|
||||
| * Other Controls |
|
||||
| * Loading Other Pictures into Tux Paint |
|
||||
| * Further Reading |
|
||||
| * How to Get Help |
|
||||
| * How to Participate |
|
||||
+-------------------------------------------+
|
||||
|
||||
----------------------------------------------------------------------
|
||||
+----------------------------------------------------+
|
||||
|Table of Contents |
|
||||
|----------------------------------------------------|
|
||||
| * About Tux Paint |
|
||||
| * Using Tux Paint |
|
||||
| * Launching Tux Paint |
|
||||
| * Title Screen |
|
||||
| * Main Screen |
|
||||
| * Available Tools |
|
||||
| * Drawing Tools |
|
||||
| * "Paint" Tool (Brush) |
|
||||
| * "Stamp" Tool (Rubber Stamps) |
|
||||
| * "Lines" Tool |
|
||||
| * "Shapes" Tool |
|
||||
| * "Text" and "Label" Tools |
|
||||
| * "Fill" Tool |
|
||||
| * "Magic" Tool (Special Effects) |
|
||||
| * "Eraser" Tool |
|
||||
| * Other Controls |
|
||||
| * "Undo" and "Redo" Commands |
|
||||
| * "New" Command |
|
||||
| * "Open" Command |
|
||||
| * "Save" Command |
|
||||
| * "Print" Command |
|
||||
| * "Slides" Command (under "Open") |
|
||||
| * "Quit" Command |
|
||||
| * Sound Muting |
|
||||
| * Loading Other Pictures into Tux Paint |
|
||||
| * Further Reading |
|
||||
| * How to Get Help |
|
||||
| * How to Participate |
|
||||
+----------------------------------------------------+
|
||||
|
||||
About Tux Paint
|
||||
|
||||
|
|
@ -79,8 +93,6 @@ Objectives
|
|||
selecting it from a collection of thumbnails. Access to other
|
||||
files on the computer is restricted.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Using Tux Paint
|
||||
|
||||
Launching Tux Paint
|
||||
|
|
@ -97,8 +109,6 @@ Launching Tux Paint
|
|||
|
||||
If any errors occur, they will be displayed on the terminal (to STDERR).
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Windows Users
|
||||
|
||||
[Tux Paint Icon]
|
||||
|
|
@ -123,14 +133,10 @@ Launching Tux Paint
|
|||
If you used the 'ZIP-file' download, Tux Paint's folder will be wherever
|
||||
you extracted the contents of the ZIP file.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
macOS Users
|
||||
|
||||
Simply double-click the "Tux Paint" icon.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
[Title screen]
|
||||
|
||||
Title Screen
|
||||
|
|
@ -141,8 +147,6 @@ Title Screen
|
|||
window to continue. (Or, after about 5 seconds, the title screen will go
|
||||
away automatically.)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Main Screen
|
||||
|
||||
The main screen is divided into the following sections:
|
||||
|
|
@ -181,8 +185,12 @@ Main Screen
|
|||
|
||||
Lower: Colors
|
||||
|
||||
A palette of available colors are shown near the bottom of the
|
||||
screen.
|
||||
When the active tool supports colors, a palette of colors choices
|
||||
will be shown near the bottom of the screen. Click one to choose a
|
||||
color, and it will be used by the active tool. (For example, the
|
||||
"Paint" tool will use it as the color to draw with the chosen
|
||||
brush, and the "Fill" tool will use it as the color to use when
|
||||
flood-filling an area of the picture.)
|
||||
|
||||
On the far right are three special color options:
|
||||
* The "color picker" (which has an outline of an eye-dropper)
|
||||
|
|
@ -220,8 +228,6 @@ Main Screen
|
|||
At the very bottom of the screen, Tux, the Linux Penguin, provides
|
||||
tips and other information while you use Tux Paint.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Available Tools
|
||||
|
||||
Drawing Tools
|
||||
|
|
@ -272,8 +278,6 @@ Available Tools
|
|||
display the brush spacing controls. See the "Options"
|
||||
documentation.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Stamp" Tool (Rubber Stamps)
|
||||
|
||||
The Stamp tool is like a set of rubber stamps or stickers. It lets
|
||||
|
|
@ -312,8 +316,6 @@ Available Tools
|
|||
display the Mirror, Flip, Shrink and Grow controls for stamps. See
|
||||
the "Options" documentation.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Lines" Tool
|
||||
|
||||
This tool lets you draw straight lines using the various brushes
|
||||
|
|
@ -338,8 +340,6 @@ Available Tools
|
|||
of individual shapes, or a continuous stroke of the brush shape.
|
||||
Brush spacing may be adjusted. See "Paint", above, to learn more.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Shapes" Tool
|
||||
|
||||
This tool lets you draw some simple filled, and un-filled shapes.
|
||||
|
|
@ -400,8 +400,6 @@ Available Tools
|
|||
⚙ See the "Options" documentation to learn about the
|
||||
"simple shapes" ("simpleshapes") option.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Text" and "Label" Tools
|
||||
|
||||
Choose a font (from the 'Letters' available on the right) and a
|
||||
|
|
@ -503,8 +501,6 @@ Available Tools
|
|||
⚙ See the "Options" and "Extending Tux Paint"
|
||||
documentation for more information.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Fill" Tool
|
||||
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing
|
||||
|
|
@ -521,8 +517,6 @@ Available Tools
|
|||
below). Prior to Tux Paint 0.9.26, the "Fill" tool only offered
|
||||
the 'Solid' method of filling.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Magic" Tool (Special Effects)
|
||||
|
||||
The Magic tool is actually a set of special tools. Select one of
|
||||
|
|
@ -540,8 +534,6 @@ Available Tools
|
|||
See the instructions for each Magic tool (in the 'magic-docs'
|
||||
folder).
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Eraser" Tool
|
||||
|
||||
This tool is similar to the Paint Brush. Wherever you click (or
|
||||
|
|
@ -556,24 +548,18 @@ Available Tools
|
|||
|
||||
As you erase, a 'squeaky clean' eraser wiping sound is played.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Other Controls
|
||||
|
||||
"Undo" Command
|
||||
"Undo" and "Redo" Commands
|
||||
|
||||
Clicking this tool will undo the last drawing action. You can even
|
||||
undo more than once!
|
||||
Clicking the "Undo" button will undo (revert) the last drawing
|
||||
action. You can even undo more than once!
|
||||
|
||||
⌨ Note: You can also press [Control / ⌘] + [Z] on the keyboard to
|
||||
Undo.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Redo" Command
|
||||
|
||||
Clicking this tool will redo the drawing action you just un-did
|
||||
with the 'Undo' button.
|
||||
Clicking the "Redo" button will redo the drawing action you just
|
||||
un-did via the "Undo" command.
|
||||
|
||||
As long as you don't draw again, you can redo as many times as you
|
||||
had undone!
|
||||
|
|
@ -581,8 +567,6 @@ Available Tools
|
|||
⌨ Note: You can also press [Control / ⌘] + [R] on the keyboard to
|
||||
Redo.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"New" Command
|
||||
|
||||
Clicking the 'New' button will start a new drawing. A dialog will
|
||||
|
|
@ -624,8 +608,6 @@ Available Tools
|
|||
overwrite the original, so you can use it again later (by
|
||||
accessing it from the 'New' dialog).
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Open" Command
|
||||
|
||||
This shows you a list of all of the pictures you've saved. If
|
||||
|
|
@ -634,42 +616,39 @@ Available Tools
|
|||
list of pictures.
|
||||
|
||||
Click a picture to select it, and then...
|
||||
* Click the green 'Open' button at the lower left of the list
|
||||
to load the selected picture.
|
||||
|
||||
* Click the green 'Open' button at the lower left of the list
|
||||
to load the selected picture.
|
||||
(Alternatively, you can double-click a picture's icon to load
|
||||
it.)
|
||||
|
||||
(Alternatively, you can double-click a picture's icon to
|
||||
load it.)
|
||||
💡 If choose to open a picture, and your current drawing
|
||||
hasn't been saved, you will be prompted as to whether you
|
||||
want to save it or not. (See "Save," below.)
|
||||
|
||||
* Click the brown 'Erase' (trash can) button at the lower
|
||||
right of the list to erase the selected picture. (You will
|
||||
be asked to confirm.)
|
||||
* Click the brown 'Erase' (trash can) button at the lower right
|
||||
of the list to erase the selected picture. (You will be asked
|
||||
to confirm.)
|
||||
|
||||
📜 Note: On Linux (as of version 0.9.22) and Windows (as of
|
||||
version 0.9.27), the picture will be placed in your
|
||||
desktop's trash can / recycle bin (where you may recover
|
||||
and restore it, if you change your mind).
|
||||
📜 Note: On Linux (as of version 0.9.22) and Windows (as of
|
||||
version 0.9.27), the picture will be placed in your desktop's
|
||||
trash can / recycle bin (where you may recover and restore
|
||||
it, if you change your mind).
|
||||
|
||||
* Click the 'Export' button near the lower right to export
|
||||
the image to your export folder. (e.g.,
|
||||
"~/Pictures/TuxPaint/")
|
||||
* Click the 'Export' button near the lower right to export the
|
||||
image to your export folder. (e.g., "~/Pictures/TuxPaint/")
|
||||
|
||||
* Click the blue 'Slides' (slide projector) button at the
|
||||
lower left to go to slideshow mode. See "Slides", below,
|
||||
for details.
|
||||
From the "Open" screen you can also:
|
||||
* Click the blue 'Slides' (slide projector) button at the lower
|
||||
left to go to slideshow mode. See "Slides", below, for
|
||||
details.
|
||||
|
||||
* Click the red 'Back' arrow button at the lower right of the
|
||||
list to cancel and return to the picture you were drawing.
|
||||
|
||||
If choose to open a picture, and your current drawing hasn't been
|
||||
saved, you will be prompted as to whether you want to save it or
|
||||
not. (See "Save," below.)
|
||||
* Click the red 'Back' arrow button at the lower right of the
|
||||
list to cancel and return to the picture you were drawing.
|
||||
|
||||
⌨ Note: You can also press [Control / ⌘] + [O] on the keyboard to
|
||||
bring up the 'Open' dialog.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Save" Command
|
||||
|
||||
This saves your current picture.
|
||||
|
|
@ -691,8 +670,6 @@ Available Tools
|
|||
⌨ Note: You can also press [Control / ⌘] + [S] on the keyboard to
|
||||
save.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Print" Command
|
||||
|
||||
Click this button and your picture will be printed!
|
||||
|
|
@ -793,8 +770,6 @@ Available Tools
|
|||
|
||||
⚙ See the "Options" documentation.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Slides" Command (under "Open")
|
||||
|
||||
The 'Slides' button is available in the 'Open' dialog. It can be
|
||||
|
|
@ -869,8 +844,6 @@ Available Tools
|
|||
Click 'Back' in the slideshow image selection screen to return to
|
||||
the 'Open' dialog.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
"Quit" Command
|
||||
|
||||
Clicking the 'Quit' button, closing the Tux Paint window, or
|
||||
|
|
@ -899,8 +872,6 @@ Available Tools
|
|||
|
||||
⚙ See the "Options" documentation.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Sound Muting
|
||||
|
||||
There is no on-screen control button at this time, but by using
|
||||
|
|
@ -914,8 +885,6 @@ Available Tools
|
|||
|
||||
⚙ See the "Options" documentation.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Loading Other Pictures into Tux Paint
|
||||
|
||||
Tux Paint's 'Open' dialog only displays pictures you created with Tux
|
||||
|
|
@ -1024,8 +993,6 @@ Importing Pictures Manually
|
|||
height) it came out to, and try to match that when scaling the
|
||||
picture(s) you're importing into Tux Paint.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Further Reading
|
||||
|
||||
Other documentation included with Tux Paint (found in the "docs"
|
||||
|
|
@ -1062,13 +1029,10 @@ Importing Pictures Manually
|
|||
Tux Paint's software license, the GNU General Public License
|
||||
(GPL)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
How to Get Help
|
||||
|
||||
If you need help, there are numerous ways to interact with Tux Paint
|
||||
developers and other users.
|
||||
|
||||
developers and other users:
|
||||
* Report bugs or request new features via the project's bug-tracking
|
||||
system
|
||||
* Participate in the various project mailing lists
|
||||
|
|
@ -1077,13 +1041,10 @@ Importing Pictures Manually
|
|||
To learn more, visit the "Contact" page of the official Tux Paint website:
|
||||
https://tuxpaint.org/contact/
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
How to Participate
|
||||
|
||||
Tux Paint is a volunteer-driven project, and we're happy to accept your
|
||||
help in a variety of ways.
|
||||
|
||||
help in a variety of ways:
|
||||
* Translate Tux Paint to another language
|
||||
* Improve existing translations
|
||||
* Create artwork (stamps, starters, templates, brushes)
|
||||
|
|
@ -1094,6 +1055,9 @@ Importing Pictures Manually
|
|||
To learn more, visit the "Help Us" page of the official Tux Paint website:
|
||||
https://tuxpaint.org/help/
|
||||
|
||||
----------------------------------------------------------------------
|
||||
Trademark notices
|
||||
|
||||
###
|
||||
* "Linux" is a registered trademark of Linus Torvalds.
|
||||
* "Microsoft" and "Windows" are registered trademarks of Microsoft Corp.
|
||||
* "Apple" and "macOS" are registered trademarks of Apple Inc.
|
||||
* "Twitter" is a registered trademark of Twitter, Inc.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
versión 0.9.28
|
||||
Signals Documentation
|
||||
|
||||
Copyright © 2019-2022 by various contributors; see AUTHORS.
|
||||
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
enero 20, 2022
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
versión 0.9.28
|
||||
SVG Documentation
|
||||
|
||||
Copyright © 2007-2022 by various contributors; see AUTHORS.
|
||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
enero 20, 2022
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
versión 0.9.28 Advanced Stamps 'How-To' </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2006-2022 by Albert Cahalan and others; see AUTHORS.<br>
|
||||
Copyright © 2006-2022 by Albert Cahalan and others; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
Environment Variables Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2021-2022 by various contributors; see AUTHORS.<br>
|
||||
Copyright © 2021-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
versión 0.9.28 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.<br>
|
||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
versión 0.9.28 Frequently Asked Questions </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.<br>
|
||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
Installation Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.<br>
|
||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
Options Documentation </h2>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.<br>
|
||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
PNG Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by various contributors; see AUTHORS.<br>
|
||||
Copyright © 2007-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -21,7 +21,7 @@
|
|||
Signals Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2019-2022 by various contributors; see AUTHORS.<br>
|
||||
Copyright © 2019-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
SVG Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by various contributors; see AUTHORS.<br>
|
||||
Copyright © 2007-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Tux Paint
|
||||
version 0.9.28 'Guide pratique" pour les tampons de haute qualité
|
||||
|
||||
Copyright &copie; 2006-2022 par Albert Cahalan et d'autres; voir AUTHORS.
|
||||
Copyright © 2006-2022 by Albert Cahalan et d'autres; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
janvier 20, 2022
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
version 0.9.28
|
||||
Documentation sur les variables d'environnement
|
||||
|
||||
Copyright &copie; 2021-2022 par divers contributeurs; voir AUTHORS.
|
||||
Copyright © 2021-2022 by divers contributeurs; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
janvier 20, 2022
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
Tux Paint
|
||||
version 0.9.28
|
||||
|
||||
Copyright &copie; 2002-2022 par divers contributeurs; voir AUTHORS.
|
||||
Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
janvier 20, 2022
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Tux Paint
|
||||
version 0.9.28 Questions fréquemment posées
|
||||
|
||||
Copyright &copie; 2002-2022 par divers contributeurs; voir AUTHORS.
|
||||
Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
janvier 20, 2022
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
version 0.9.28
|
||||
Documentation sur l'installation
|
||||
|
||||
Copyright &copie; 2002-2022 par divers contributeurs; voir AUTHORS.
|
||||
Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
janvier 20, 2022
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Documentation sur les options
|
||||
|
||||
Copyright &copie; 2002-2022 par divers contributeurs; voir AUTHORS.
|
||||
Copyright © 2002-2022 by divers contributeurs; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
janvier 20, 2022
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
version 0.9.28
|
||||
Documentation sur PNG pour Tux Paint
|
||||
|
||||
Copyright &copie; 2007-2022 par divers contributeurs; voir AUTHORS.
|
||||
Copyright © 2007-2022 by divers contributeurs; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
janvier 20, 2022
|
||||
|
|
|
|||
|
|
@ -7,26 +7,40 @@
|
|||
https://tuxpaint.org/
|
||||
@TuxPaintTweets on Twitter
|
||||
|
||||
février 24, 2022
|
||||
février 27, 2022
|
||||
|
||||
+-----------------------------------------------+
|
||||
|Table des matières |
|
||||
|-----------------------------------------------|
|
||||
| * À propos de Tux Paint |
|
||||
| * Utiliser Tux Paint |
|
||||
| * Lancement de Tux Paint |
|
||||
| * Écran titre |
|
||||
| * Écran principal |
|
||||
| * Outils disponibles |
|
||||
| * Outils de dessin |
|
||||
| * Autres contrôles |
|
||||
| * Chargement d'autres images dans Tux Paint |
|
||||
| * Lectures complémentaires |
|
||||
| * Comment obtenir de l'aide |
|
||||
| * Comment participer |
|
||||
+-----------------------------------------------+
|
||||
|
||||
----------------------------------------------------------------------
|
||||
+----------------------------------------------------------+
|
||||
|Table des matières |
|
||||
|----------------------------------------------------------|
|
||||
| * À propos de Tux Paint |
|
||||
| * Utiliser Tux Paint |
|
||||
| * Lancement de Tux Paint |
|
||||
| * Écran titre |
|
||||
| * Écran principal |
|
||||
| * Outils disponibles |
|
||||
| * Outils de dessin |
|
||||
| * Outil "Peinture" (pinceau) |
|
||||
| * Outil "Tampon" (tampon de caoutchouc) |
|
||||
| * Outil "Lignes" |
|
||||
| * Outil "Formes" |
|
||||
| * Outils "Texte" et "Étiquette" |
|
||||
| * Outil "Remplir" |
|
||||
| * Outil "Magie" (Effets spéciaux) |
|
||||
| * Outil "Gomme" |
|
||||
| * Autres contrôles |
|
||||
| * "Undo" and "Redo" Commands |
|
||||
| * Commande "Nouveau" |
|
||||
| * Commande "Ouvrir" |
|
||||
| * Commande "Sauvegarder" |
|
||||
| * Commande "Imprimer" |
|
||||
| * Commande "Diapos" (sous "Ouvrir") |
|
||||
| * Commande "Quitter" |
|
||||
| * Coupure du son |
|
||||
| * Chargement d'autres images dans Tux Paint |
|
||||
| * Lectures complémentaires |
|
||||
| * Comment obtenir de l'aide |
|
||||
| * Comment participer |
|
||||
+----------------------------------------------------------+
|
||||
|
||||
À propos de Tux Paint
|
||||
|
||||
|
|
@ -84,8 +98,6 @@ Objectives
|
|||
dans une collection de vignettes. L'accès à d'autres fichiers sur
|
||||
l'ordinateur est restreint.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Utiliser Tux Paint
|
||||
|
||||
Lancement de Tux Paint
|
||||
|
|
@ -103,8 +115,6 @@ Lancement de Tux Paint
|
|||
Si des erreurs se produisent, elles seront affichées sur le terminal
|
||||
("stderr").
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Utilisateurs de Windows
|
||||
|
||||
[Icône pour Tux Paint]
|
||||
|
|
@ -132,14 +142,10 @@ Lancement de Tux Paint
|
|||
Paint sera là où vous l'avez placé lorsque vous avez décompressé le
|
||||
fichier ZIP.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Utilisateurs de macOS
|
||||
|
||||
Double-cliquez simplement sur l'icône "Tux Paint".
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
[Écran-titre]
|
||||
|
||||
Écran titre
|
||||
|
|
@ -151,8 +157,6 @@ Lancement de Tux Paint
|
|||
souris pour continuer. (Ou, après environ 30 secondes, l'écran-titre
|
||||
disparaîtra automatiquement.)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Écran principal
|
||||
|
||||
L'écran principal est divisé en plusieurs sections :
|
||||
|
|
@ -191,7 +195,12 @@ Lancement de Tux Paint
|
|||
|
||||
En bas : couleurs
|
||||
|
||||
Une palette de couleurs disponibles s'affiche en bas de l'écran.
|
||||
When the active tool supports colors, a palette of colors choices
|
||||
will be shown near the bottom of the screen. Click one to choose a
|
||||
color, and it will be used by the active tool. (For example, the
|
||||
"Paint" tool will use it as the color to draw with the chosen
|
||||
brush, and the "Fill" tool will use it as the color to use when
|
||||
flood-filling an area of the picture.)
|
||||
|
||||
On the far right are three special color options:
|
||||
* The "color picker" (which has an outline of an eye-dropper)
|
||||
|
|
@ -229,8 +238,6 @@ Lancement de Tux Paint
|
|||
Tout en bas de l'écran, Tux, le pingouin Linux, fournit des
|
||||
conseils et d'autres informations pendant que vous dessinez.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Outils disponibles
|
||||
|
||||
Outils de dessin
|
||||
|
|
@ -280,8 +287,6 @@ Outils disponibles
|
|||
display the brush spacing controls. See the "Options"
|
||||
documentation.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Outil "Tampon" (tampon de caoutchouc)
|
||||
|
||||
L'outil Tampon montre un ensemble de tampons en caoutchouc ou
|
||||
|
|
@ -321,8 +326,6 @@ Outils disponibles
|
|||
display the Mirror, Flip, Shrink and Grow controls for stamps. See
|
||||
the "Options" documentation.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Outil "Lignes"
|
||||
|
||||
Cet outil vous permet de dessiner des lignes droites à l'aide des
|
||||
|
|
@ -348,8 +351,6 @@ Outils disponibles
|
|||
of individual shapes, or a continuous stroke of the brush shape.
|
||||
Brush spacing may be adjusted. See "Paint", above, to learn more.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Outil "Formes"
|
||||
|
||||
Cet outil vous permet de dessiner des formes simples remplies ou
|
||||
|
|
@ -412,8 +413,6 @@ Outils disponibles
|
|||
⚙ See the "Options" documentation to learn about the
|
||||
"simple shapes" ("simpleshapes") option.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Outils "Texte" et "Étiquette"
|
||||
|
||||
Choose a font (from the 'Letters' available on the right) and a
|
||||
|
|
@ -524,8 +523,6 @@ Outils disponibles
|
|||
⚙ See the "Options" and "Extending Tux Paint"
|
||||
documentation for more information.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Outil "Remplir"
|
||||
|
||||
L'outil «Remplir» «remplit» une zone contiguë de votre dessin avec
|
||||
|
|
@ -546,8 +543,6 @@ Outils disponibles
|
|||
below). Prior to Tux Paint 0.9.26, the "Fill" tool only offered
|
||||
the 'Solid' method of filling.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Outil "Magie" (Effets spéciaux)
|
||||
|
||||
L'outil «Magie» est en fait un ensemble d'outils spéciaux.
|
||||
|
|
@ -565,8 +560,6 @@ Outils disponibles
|
|||
Voir les instructions pour chaque outil 'Magie' (dans le dossier
|
||||
'magic-docs').
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Outil "Gomme"
|
||||
|
||||
Cet outil est similaire au pinceau. Partout où vous cliquez (ou
|
||||
|
|
@ -583,24 +576,18 @@ Outils disponibles
|
|||
|
||||
Au fur et à mesure que vous effacez, un grincement est émis.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Autres contrôles
|
||||
|
||||
Commande "Défaire"
|
||||
"Undo" and "Redo" Commands
|
||||
|
||||
En cliquant cet outil annulera la dernière action. Vous pouvez
|
||||
même annuler plus d'une fois !
|
||||
Clicking the "Undo" button will undo (revert) the last drawing
|
||||
action. You can even undo more than once!
|
||||
|
||||
⌨ Remarque : vous pouvez également appuyer [Control / ⌘] + [Z] sur
|
||||
le clavier pour Défaire.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Commande "Refaire"
|
||||
|
||||
Cliquez sur cet outil pour refaire l'action de dessin que vous
|
||||
venez de «annuler» avec le bouton «Défaire».
|
||||
Clicking the "Redo" button will redo the drawing action you just
|
||||
un-did via the "Undo" command.
|
||||
|
||||
Tant que vous ne dessinez plus, vous pouvez refaire autant de fois
|
||||
que vous avez défait !
|
||||
|
|
@ -608,8 +595,6 @@ Outils disponibles
|
|||
⌨ Remarque : vous pouvez également appuyer [Control / ⌘] + [R] sur
|
||||
le clavier pour Refaire.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Commande "Nouveau"
|
||||
|
||||
Cliquez sur le bouton "Nouveau" pour démarrer un nouveau dessin.
|
||||
|
|
@ -654,8 +639,6 @@ Outils disponibles
|
|||
donc l'utiliser à nouveau plus tard (en y accédant depuis la
|
||||
boîte de dialogue 'Nouveau').
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Commande "Ouvrir"
|
||||
|
||||
Cela vous montre une liste de toutes les images que vous avez
|
||||
|
|
@ -664,44 +647,41 @@ Outils disponibles
|
|||
pour faire défiler la liste des images.
|
||||
|
||||
Cliquez sur une image pour la sélectionner, puis ...
|
||||
* Cliquez sur le bouton vert "Ouvrir" en bas à gauche de la
|
||||
liste pour charger l'image sélectionnée.
|
||||
|
||||
* Cliquez sur le bouton vert "Ouvrir" en bas à gauche de la
|
||||
liste pour charger l'image sélectionnée.
|
||||
(Vous pouvez également double-cliquer sur l'icône d'une image
|
||||
pour la charger.)
|
||||
|
||||
(Vous pouvez également double-cliquer sur l'icône d'une
|
||||
image pour la charger.)
|
||||
💡 If choose to open a picture, and your current drawing
|
||||
hasn't been saved, you will be prompted as to whether you
|
||||
want to save it or not. (See "Save," below.)
|
||||
|
||||
* Cliquez sur le bouton marron "Effacer" (poubelle) en bas à
|
||||
droite de la liste pour effacer l'image sélectionnée. (Il
|
||||
vous sera demandé de confirmer.)
|
||||
* Cliquez sur le bouton marron "Effacer" (poubelle) en bas à
|
||||
droite de la liste pour effacer l'image sélectionnée. (Il
|
||||
vous sera demandé de confirmer.)
|
||||
|
||||
📜 Note: On Linux (as of version 0.9.22) and Windows (as of
|
||||
version 0.9.27), the picture will be placed in your
|
||||
desktop's trash can / recycle bin (where you may recover
|
||||
and restore it, if you change your mind).
|
||||
📜 Note: On Linux (as of version 0.9.22) and Windows (as of
|
||||
version 0.9.27), the picture will be placed in your desktop's
|
||||
trash can / recycle bin (where you may recover and restore
|
||||
it, if you change your mind).
|
||||
|
||||
* Cliquez sur le bouton "Exporter" près du coin inférieur
|
||||
droit pour exporter l'image vers votre dossier
|
||||
d'exportation. (par exemple, "~/Pictures/TuxPaint/")
|
||||
* Cliquez sur le bouton "Exporter" près du coin inférieur droit
|
||||
pour exporter l'image vers votre dossier d'exportation. (par
|
||||
exemple, "~/Pictures/TuxPaint/")
|
||||
|
||||
* Cliquez sur le bouton bleu "Diapositives" (projecteur de
|
||||
diapositives) en bas à gauche pour passer en mode
|
||||
diaporama. Voir «Diapositives », ci-dessous, pour plus de
|
||||
détails.
|
||||
From the "Open" screen you can also:
|
||||
* Click the blue 'Slides' (slide projector) button at the lower
|
||||
left to go to slideshow mode. See "Slides", below, for
|
||||
details.
|
||||
|
||||
* Ou cliquez sur le bouton fléché rouge «Retour» en bas à
|
||||
droite de la liste pour annuler et revenir à l'image que
|
||||
vous étiez en train de dessiner.
|
||||
|
||||
Si vous choisissez d'ouvrir une image et que votre dessin actuel
|
||||
n'a pas été enregistré, il vous sera demandé si vous souhaitez
|
||||
l'enregistrer ou non. (Voir "Enregistrer," ci-dessous.)
|
||||
* Ou cliquez sur le bouton fléché rouge «Retour» en bas à
|
||||
droite de la liste pour annuler et revenir à l'image que vous
|
||||
étiez en train de dessiner.
|
||||
|
||||
⌨ Remarque : vous pouvez également appuyer [Control / ⌘] + [O] sur
|
||||
le clavier pour afficher la boîte de dialogue "Ouvrir".
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Commande "Sauvegarder"
|
||||
|
||||
Pour sauvegarder votre image en cours.
|
||||
|
|
@ -726,8 +706,6 @@ Outils disponibles
|
|||
⌨ Remarque : vous pouvez également appuyer [Control / ⌘] + [S] sur
|
||||
le clavier pour sauvegarde.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Commande "Imprimer"
|
||||
|
||||
Cliquez sur ce bouton et votre image sera imprimée !
|
||||
|
|
@ -831,8 +809,6 @@ Outils disponibles
|
|||
|
||||
⚙ Voir la documentation sur "Options".
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Commande "Diapos" (sous "Ouvrir")
|
||||
|
||||
Le bouton "Diapositives" est disponible dans la boîte de dialogue
|
||||
|
|
@ -913,8 +889,6 @@ Outils disponibles
|
|||
Cliquez sur "Retour" dans l'écran de sélection d'image du
|
||||
diaporama pour revenir à la boîte de dialogue "Ouvrir".
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Commande "Quitter"
|
||||
|
||||
Cliquez sur le bouton "Quitter", fermez la fenêtre de Tux Paint ou
|
||||
|
|
@ -922,12 +896,10 @@ Outils disponibles
|
|||
|
||||
On vous demandera d'abord si vous voulez vraiment arrêter.
|
||||
|
||||
Si vous choisissez de quitter et que vous n'avez pas enregistré
|
||||
l'image actuelle, il vous sera d'abord demandé si vous souhaitez
|
||||
l'enregistrer. S'il ne s'agit pas d'une nouvelle image, il vous
|
||||
sera alors demandé si vous souhaitez enregistrer sur l'ancienne
|
||||
version ou créer une nouvelle entrée. (Voir Sauvegarder
|
||||
ci-dessus.)
|
||||
If you choose to quit, and you haven't saved the current picture,
|
||||
you will first be asked if wish to save it. If it's not a new
|
||||
image, you will then be asked if you want to save over the old
|
||||
version, or create a new entry. (See "Save" above.)
|
||||
|
||||
⚙ Remarque :: Si l'image est enregistrée, elle sera rechargée
|
||||
automatiquement la prochaine fois que vous exécuterez Tux Paint --
|
||||
|
|
@ -946,8 +918,6 @@ Outils disponibles
|
|||
|
||||
⚙ Voir la documentation sur "Options".
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Coupure du son
|
||||
|
||||
Il n'y a pas de bouton de commande à l'écran pour le moment, mais
|
||||
|
|
@ -962,8 +932,6 @@ Outils disponibles
|
|||
|
||||
⚙ Voir la documentation sur "Options".
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Chargement d'autres images dans Tux Paint
|
||||
|
||||
Étant donné que la boîte de dialogue «Ouvrir» de Tux Paint n'affiche que
|
||||
|
|
@ -1084,8 +1052,6 @@ Importer des images manuellement
|
|||
taille (largeur et hauteur en pixels) elle possède, et essayez de
|
||||
l'adapter lors de la mise à l'échelle en l'important dans Tux Paint.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Lectures complémentaires
|
||||
|
||||
Les autres documents inclus avec Tux Paint (dans le répertoire "docs")
|
||||
|
|
@ -1125,13 +1091,10 @@ Importer des images manuellement
|
|||
Tux Paint's software license, the GNU General Public License
|
||||
(GPL)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Comment obtenir de l'aide
|
||||
|
||||
Si vous avez besoin d'aide, il existe de nombreux moyens d'interagir avec
|
||||
les développeurs de Tux Paint et les autres utilisateurs.
|
||||
|
||||
If you need help, there are numerous ways to interact with Tux Paint
|
||||
developers and other users:
|
||||
* Mentionner des bogues, ou demander de nouvelles fonctionnalités via le
|
||||
système de suivi des bogues
|
||||
* Participer aux nombreuses listes de diffusion de Tux Paint
|
||||
|
|
@ -1140,13 +1103,10 @@ Importer des images manuellement
|
|||
Pour en savoir plus, visitez la page "Contact" du site officiel de Tux
|
||||
Paint : https://tuxpaint.org/contact/
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Comment participer
|
||||
|
||||
Tux Paint est un projet mené par des volontaires, et nous serions heureux
|
||||
d'accepter votre aide dans des tas de domaines.
|
||||
|
||||
Tux Paint is a volunteer-driven project, and we're happy to accept your
|
||||
help in a variety of ways:
|
||||
* Traduire Tux Paint dans une autre langue
|
||||
* Améliorer les traductions existantes
|
||||
* Créer des oeuvres (tampons, images de démarrage, modèles, pinceaux)
|
||||
|
|
@ -1157,6 +1117,9 @@ Importer des images manuellement
|
|||
Pour en savoir plus, visitez la page "Nous aider" du site officiel de Tux
|
||||
Paint : https://tuxpaint.org/help/
|
||||
|
||||
----------------------------------------------------------------------
|
||||
Trademark notices
|
||||
|
||||
###
|
||||
* "Linux" is a registered trademark of Linus Torvalds.
|
||||
* "Microsoft" and "Windows" are registered trademarks of Microsoft Corp.
|
||||
* "Apple" and "macOS" are registered trademarks of Apple Inc.
|
||||
* "Twitter" is a registered trademark of Twitter, Inc.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
version 0.9.28
|
||||
Documentation sur les signaux
|
||||
|
||||
Copyright &copie; 2019-2022 par divers contributeurs; voir AUTHORS.
|
||||
Copyright © 2019-2022 by divers contributeurs; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
janvier 20, 2022
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
version 0.9.28
|
||||
Documentation sur SVG
|
||||
|
||||
Copyright &copie; 2007-2022 par divers contributeurs; voir AUTHORS.
|
||||
Copyright © 2007-2022 by divers contributeurs; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
janvier 20, 2022
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
version 0.9.28 'Guide pratique" pour les tampons de haute qualité </h1>
|
||||
|
||||
<p>
|
||||
Copyright &copie; 2006-2022 par Albert Cahalan et d'autres; voir AUTHORS.<br>
|
||||
Copyright © 2006-2022 by Albert Cahalan et d'autres; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
Documentation sur les variables d'environnement </h1>
|
||||
|
||||
<p>
|
||||
Copyright &copie; 2021-2022 par divers contributeurs; voir AUTHORS.<br>
|
||||
Copyright © 2021-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
version 0.9.28 </h1>
|
||||
|
||||
<p>
|
||||
Copyright &copie; 2002-2022 par divers contributeurs; voir AUTHORS.<br>
|
||||
Copyright © 2002-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
version 0.9.28 Questions fréquemment posées </h1>
|
||||
|
||||
<p>
|
||||
Copyright &copie; 2002-2022 par divers contributeurs; voir AUTHORS.<br>
|
||||
Copyright © 2002-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
Documentation sur l'installation </h1>
|
||||
|
||||
<p>
|
||||
Copyright &copie; 2002-2022 par divers contributeurs; voir AUTHORS.<br>
|
||||
Copyright © 2002-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
Documentation sur les options </h2>
|
||||
|
||||
<p>
|
||||
Copyright &copie; 2002-2022 par divers contributeurs; voir AUTHORS.<br>
|
||||
Copyright © 2002-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
Documentation sur PNG pour Tux Paint </h1>
|
||||
|
||||
<p>
|
||||
Copyright &copie; 2007-2022 par divers contributeurs; voir AUTHORS.<br>
|
||||
Copyright © 2007-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -21,7 +21,7 @@
|
|||
Documentation sur les signaux </h1>
|
||||
|
||||
<p>
|
||||
Copyright &copie; 2019-2022 par divers contributeurs; voir AUTHORS.<br>
|
||||
Copyright © 2019-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
Documentation sur SVG </h1>
|
||||
|
||||
<p>
|
||||
Copyright &copie; 2007-2022 par divers contributeurs; voir AUTHORS.<br>
|
||||
Copyright © 2007-2022 by divers contributeurs; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Tux Paint
|
||||
versión 0.9.28 «Como facer» os selos avanzados
|
||||
|
||||
Copyright © 2006-2022 por Albert Cahalan e outros; vexa AUTHORS (AUTORES).
|
||||
Copyright © 2006-2022 by Albert Cahalan e outros; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
20 de Xaneiro de 2022
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
versión 0.9.28
|
||||
Documentación de variábeis de contorno
|
||||
|
||||
Copyright © 2021-2022 por varios colaboradores; vexa AUTHORS (AUTORES).
|
||||
Copyright © 2021-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
20 de Xaneiro de 2022
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
Tux Paint
|
||||
versión 0.9.28
|
||||
|
||||
Copyright © 2002-2022 por varios colaboradores; vexa AUTHORS (AUTORES).
|
||||
Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
20 de Xaneiro de 2022
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Tux Paint
|
||||
versión 0.9.28 Preguntas máis frecuentes
|
||||
|
||||
Copyright © 2002-2022 por varios colaboradores; vexa AUTHORS (AUTORES).
|
||||
Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
20 de Xaneiro de 2022
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
versión 0.9.28
|
||||
Documentación da instalación
|
||||
|
||||
Copyright © 2002-2022 por varios colaboradores; vexa AUTHORS (AUTORES).
|
||||
Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
20 de Xaneiro de 2022
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Documentación de opcións
|
||||
|
||||
Copyright © 2002-2022 por varios colaboradores; vexa AUTHORS (AUTORES).
|
||||
Copyright © 2002-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
20 de Xaneiro de 2022
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
versión 0.9.28
|
||||
Documentación PNG
|
||||
|
||||
Copyright © 2007-2022 por varios colaboradores; vexa AUTHORS (AUTORES).
|
||||
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
20 de Xaneiro de 2022
|
||||
|
|
|
|||
|
|
@ -7,26 +7,40 @@
|
|||
https://tuxpaint.org/
|
||||
@TuxPaintTweets on Twitter
|
||||
|
||||
24 de Febreiro de 2022
|
||||
27 de Febreiro de 2022
|
||||
|
||||
+---------------------------------------+
|
||||
|Índice |
|
||||
|---------------------------------------|
|
||||
| * Sobre Tux Paint |
|
||||
| * Uso de Tux Paint |
|
||||
| * Inicio de Tux Paint |
|
||||
| * Pantalla de título |
|
||||
| * Pantalla principal |
|
||||
| * Ferramentas dispoñíbeis |
|
||||
| * Ferramentas de debuxo |
|
||||
| * Outros controis |
|
||||
| * Carga doutras imaxes en Tux Paint |
|
||||
| * Máis información |
|
||||
| * Como obter axuda |
|
||||
| * Como participar |
|
||||
+---------------------------------------+
|
||||
|
||||
----------------------------------------------------------------------
|
||||
+-----------------------------------------------------------+
|
||||
|Índice |
|
||||
|-----------------------------------------------------------|
|
||||
| * Sobre Tux Paint |
|
||||
| * Uso de Tux Paint |
|
||||
| * Inicio de Tux Paint |
|
||||
| * Pantalla de título |
|
||||
| * Pantalla principal |
|
||||
| * Ferramentas dispoñíbeis |
|
||||
| * Ferramentas de debuxo |
|
||||
| * Ferramenta «Pintar» (pinceis) |
|
||||
| * Ferramenta «Selo» (selos de caucho) |
|
||||
| * Ferramenta «Liñas» |
|
||||
| * Ferramenta «Formas» |
|
||||
| * Ferramentas «Texto» e «Etiquetas» |
|
||||
| * Ferramenta «Encher» |
|
||||
| * Ferramenta «Maxia» (efectos especiais) |
|
||||
| * Ferramenta de «Goma» (de borrar) |
|
||||
| * Outros controis |
|
||||
| * "Undo" and "Redo" Commands |
|
||||
| * Orde «Novo» |
|
||||
| * Orde «Abrir» |
|
||||
| * Orde «Gardar» |
|
||||
| * Orde «Imprimir» |
|
||||
| * Orde «Diapositivas» (en «Abrir») |
|
||||
| * Orde «Saír» |
|
||||
| * Silenciar o son |
|
||||
| * Carga doutras imaxes en Tux Paint |
|
||||
| * Máis información |
|
||||
| * Como obter axuda |
|
||||
| * Como participar |
|
||||
+-----------------------------------------------------------+
|
||||
|
||||
Sobre Tux Paint
|
||||
|
||||
|
|
@ -80,8 +94,6 @@ Objectives
|
|||
faise seleccionándoa nunha colección de miniaturas. O acceso a
|
||||
outros ficheiros da computadora está restrinxido.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Uso de Tux Paint
|
||||
|
||||
Inicio de Tux Paint
|
||||
|
|
@ -98,8 +110,6 @@ Inicio de Tux Paint
|
|||
|
||||
Se se producen erros, amosaranse no terminal (en STDERR).
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Usuarios de Windows
|
||||
|
||||
[Icona de Tux Paint]
|
||||
|
|
@ -124,14 +134,10 @@ Inicio de Tux Paint
|
|||
Se usou a descarga de «ficheiro ZIP», o cartafol de Tux Paint estará
|
||||
onde teña extraído o contido do ficheiro ZIP.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Usuarios de macOS
|
||||
|
||||
Simplemente fai dobre clic na icona «Tux Paint».
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
[Pantalla de título]
|
||||
|
||||
Pantalla de título
|
||||
|
|
@ -143,8 +149,6 @@ Pantalla de título
|
|||
xanela de Tux Paint para continuar. (Ou, após aproximadamente 5 segundos,
|
||||
a pantalla do título desaparecerá automaticamente.)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Pantalla principal
|
||||
|
||||
A pantalla principal divídese nas seguintes seccións:
|
||||
|
|
@ -184,8 +188,12 @@ Pantalla principal
|
|||
|
||||
Máis abaixo: Cores
|
||||
|
||||
Amosarase unha paleta de cores dispoñíbeis preto da parte inferior
|
||||
da pantalla.
|
||||
When the active tool supports colors, a palette of colors choices
|
||||
will be shown near the bottom of the screen. Click one to choose a
|
||||
color, and it will be used by the active tool. (For example, the
|
||||
"Paint" tool will use it as the color to draw with the chosen
|
||||
brush, and the "Fill" tool will use it as the color to use when
|
||||
flood-filling an area of the picture.)
|
||||
|
||||
On the far right are three special color options:
|
||||
* The "color picker" (which has an outline of an eye-dropper)
|
||||
|
|
@ -223,8 +231,6 @@ Pantalla principal
|
|||
Na parte inferior da pantalla, Tux, o pingüín de Linux, ofrece
|
||||
consellos e outra información mentres usa Tux Paint.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Ferramentas dispoñíbeis
|
||||
|
||||
Ferramentas de debuxo
|
||||
|
|
@ -275,8 +281,6 @@ Ferramentas dispoñíbeis
|
|||
display the brush spacing controls. See the "Options"
|
||||
documentation.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Ferramenta «Selo» (selos de caucho)
|
||||
|
||||
A ferramenta Selo é como un conxunto de selos de cacho ou
|
||||
|
|
@ -317,8 +321,6 @@ Ferramentas dispoñíbeis
|
|||
display the Mirror, Flip, Shrink and Grow controls for stamps. See
|
||||
the "Options" documentation.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Ferramenta «Liñas»
|
||||
|
||||
Esta ferramenta permítelle debuxar liñas rectas empregando os
|
||||
|
|
@ -342,8 +344,6 @@ Ferramentas dispoñíbeis
|
|||
of individual shapes, or a continuous stroke of the brush shape.
|
||||
Brush spacing may be adjusted. See "Paint", above, to learn more.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Ferramenta «Formas»
|
||||
|
||||
Esta ferramenta permítelle debuxar algunhas formas sinxelas
|
||||
|
|
@ -406,8 +406,6 @@ Ferramentas dispoñíbeis
|
|||
⚙ See the "Options" documentation to learn about the
|
||||
"simple shapes" ("simpleshapes") option.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Ferramentas «Texto» e «Etiquetas»
|
||||
|
||||
Choose a font (from the 'Letters' available on the right) and a
|
||||
|
|
@ -513,8 +511,6 @@ Ferramentas dispoñíbeis
|
|||
⚙ See the "Options" and "Extending Tux Paint"
|
||||
documentation for more information.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Ferramenta «Encher»
|
||||
|
||||
A ferramenta «Encher» inunda unha área contigua do seu debuxo
|
||||
|
|
@ -533,8 +529,6 @@ Ferramentas dispoñíbeis
|
|||
below). Prior to Tux Paint 0.9.26, the "Fill" tool only offered
|
||||
the 'Solid' method of filling.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Ferramenta «Maxia» (efectos especiais)
|
||||
|
||||
A ferramenta Maxia é realmente un conxunto de ferramentas
|
||||
|
|
@ -552,8 +546,6 @@ Ferramentas dispoñíbeis
|
|||
Consulte as instrucións de cada ferramenta Máxica (no cartafol
|
||||
«magic-docs»).
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Ferramenta de «Goma» (de borrar)
|
||||
|
||||
Esta ferramenta é similar ao pincel. Onde queira que prema (ou
|
||||
|
|
@ -568,24 +560,18 @@ Ferramentas dispoñíbeis
|
|||
|
||||
Ao borralo, reprodúcese un son de borrado «rechiante».
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Outros controis
|
||||
|
||||
Orde «Desfacer»
|
||||
"Undo" and "Redo" Commands
|
||||
|
||||
Ao premer nesta ferramenta desfarase a última acción de debuxo.
|
||||
Vostede pode incluso desfacer máis dunha vez.
|
||||
Clicking the "Undo" button will undo (revert) the last drawing
|
||||
action. You can even undo more than once!
|
||||
|
||||
⌨ Nota: Tamén pode premer [Control / ⌘] + [Z] no teclado para
|
||||
Desfacer.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Orde «refacer»
|
||||
|
||||
Ao premer nesta ferramenta refarase a acción de debuxo que ven de
|
||||
facer co botón «Desfacer».
|
||||
Clicking the "Redo" button will redo the drawing action you just
|
||||
un-did via the "Undo" command.
|
||||
|
||||
Mentres non volva debuxar, pode refacer tantas veces como teña
|
||||
desfeito.
|
||||
|
|
@ -593,8 +579,6 @@ Ferramentas dispoñíbeis
|
|||
⌨ Nota: Tamén pode premer [Control / ⌘] + [R] no teclado para
|
||||
Refacer.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Orde «Novo»
|
||||
|
||||
Ao premer no botón «Novo» iniciarase un novo debuxo. Aparecerá un
|
||||
|
|
@ -636,8 +620,6 @@ Ferramentas dispoñíbeis
|
|||
sobrescribe o orixinal, polo que pode usalo de novo máis adiante
|
||||
(accedendo a el dende o diálogo «Novo»).
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Orde «Abrir»
|
||||
|
||||
Isto amosa unha lista de todas as imaxes que gardou. Se hai máis
|
||||
|
|
@ -646,44 +628,41 @@ Ferramentas dispoñíbeis
|
|||
imaxes.
|
||||
|
||||
Prema nunha imaxe para seleccionala e logo...
|
||||
* Prema no botón verde «Abrir» na parte inferior esquerda da
|
||||
lista para cargar a imaxe seleccionada.
|
||||
|
||||
* Prema no botón verde «Abrir» na parte inferior esquerda da
|
||||
lista para cargar a imaxe seleccionada.
|
||||
(Como alternativa, pode facer dobre clic na icona dunha imaxe
|
||||
para cargala.)
|
||||
|
||||
(Como alternativa, pode facer dobre clic na icona dunha
|
||||
imaxe para cargala.)
|
||||
💡 If choose to open a picture, and your current drawing
|
||||
hasn't been saved, you will be prompted as to whether you
|
||||
want to save it or not. (See "Save," below.)
|
||||
|
||||
* Prema no botón marrón «Borrar» (cesta do lixo) na parte
|
||||
inferior dereita da lista para borrar a imaxe seleccionada.
|
||||
(Pediráselle que o confirme).
|
||||
* Prema no botón marrón «Borrar» (cesta do lixo) na parte
|
||||
inferior dereita da lista para borrar a imaxe seleccionada.
|
||||
(Pediráselle que o confirme).
|
||||
|
||||
📜 Note: On Linux (as of version 0.9.22) and Windows (as of
|
||||
version 0.9.27), the picture will be placed in your
|
||||
desktop's trash can / recycle bin (where you may recover
|
||||
and restore it, if you change your mind).
|
||||
📜 Note: On Linux (as of version 0.9.22) and Windows (as of
|
||||
version 0.9.27), the picture will be placed in your desktop's
|
||||
trash can / recycle bin (where you may recover and restore
|
||||
it, if you change your mind).
|
||||
|
||||
* Prema no botón «Exportar» preto da parte inferior dereita
|
||||
para exportar a imaxe ao cartafol de exportación. (p. ex.:
|
||||
«~/Pictures/TuxPaint/»)
|
||||
* Prema no botón «Exportar» preto da parte inferior dereita
|
||||
para exportar a imaxe ao cartafol de exportación. (p. ex.:
|
||||
«~/Pictures/TuxPaint/»)
|
||||
|
||||
* Prema no botón azul «Diapositivas» (proxector de
|
||||
diapositivas) situado na parte inferior esquerda para ir ao
|
||||
modo de presentación de diapositivas. Vexa «Diapositivas»,
|
||||
a continuación, para máis detalles.
|
||||
From the "Open" screen you can also:
|
||||
* Click the blue 'Slides' (slide projector) button at the lower
|
||||
left to go to slideshow mode. See "Slides", below, for
|
||||
details.
|
||||
|
||||
* Prema no botón de frecha vermello «Atrás» situado na parte
|
||||
inferior dereita da lista para cancelar e volver á imaxe
|
||||
que debuxaba.
|
||||
|
||||
Se escolle abrir unha imaxe e o seu debuxo actual non foi gardado,
|
||||
preguntaráselle se quere gardala ou non. (Vexa «Gardar» a
|
||||
continuación).
|
||||
* Prema no botón de frecha vermello «Atrás» situado na parte
|
||||
inferior dereita da lista para cancelar e volver á imaxe que
|
||||
debuxaba.
|
||||
|
||||
⌨ Nota: Tamén pode premer [Control / ⌘] + [O] no teclado para
|
||||
activar o diálogo «Abrir».
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Orde «Gardar»
|
||||
|
||||
Isto garda a súa imaxe actual.
|
||||
|
|
@ -707,8 +686,6 @@ Ferramentas dispoñíbeis
|
|||
⌨ Nota: Tamén pode premer [Control / ⌘] + [S] no teclado para
|
||||
gardar.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Orde «Imprimir»
|
||||
|
||||
Prema neste botón e imprimirase a súa imaxe.
|
||||
|
|
@ -810,8 +787,6 @@ Ferramentas dispoñíbeis
|
|||
|
||||
⚙ Vexa a documentación de «Opcións.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Orde «Diapositivas» (en «Abrir»)
|
||||
|
||||
O botón «Diapositivas» está dispoñíbel no diálogo «Abrir». Pode
|
||||
|
|
@ -887,8 +862,6 @@ Ferramentas dispoñíbeis
|
|||
Prema en «Atrás» na pantalla de selección de imaxes de
|
||||
diapositivas para volver ao diálogo «Abrir».
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Orde «Saír»
|
||||
|
||||
Ao premer no botón «Saír», pechando a xanela de Tux Paint ou
|
||||
|
|
@ -896,10 +869,10 @@ Ferramentas dispoñíbeis
|
|||
|
||||
Primeiro preguntaráselle se realmente quere saír.
|
||||
|
||||
Se elixe saír e non gardou a imaxe actual, primeiro
|
||||
preguntaráselle se quere gardala. Se non é unha nova imaxe,
|
||||
preguntaráselle se quere gardar sobre a versión antiga ou crear
|
||||
unha nova entrada. (Vexa «Gardar» máis arriba).
|
||||
If you choose to quit, and you haven't saved the current picture,
|
||||
you will first be asked if wish to save it. If it's not a new
|
||||
image, you will then be asked if you want to save over the old
|
||||
version, or create a new entry. (See "Save" above.)
|
||||
|
||||
⚙ Nota: Se se garda a imaxe, volverá cargarse automaticamente a
|
||||
próxima vez que execute Tux Paint, a non ser que estea configurada
|
||||
|
|
@ -917,8 +890,6 @@ Ferramentas dispoñíbeis
|
|||
|
||||
⚙ Vexa a documentación de «Opcións.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Silenciar o son
|
||||
|
||||
Non hai ningún botón de control na pantalla neste momento, pero ao
|
||||
|
|
@ -933,8 +904,6 @@ Ferramentas dispoñíbeis
|
|||
|
||||
⚙ Vexa a documentación de «Opcións.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Carga doutras imaxes en Tux Paint
|
||||
|
||||
O diálogo «Abrir» de Tux Paint só amosa as imaxes que creou con Tux Paint.
|
||||
|
|
@ -1048,8 +1017,6 @@ Importar imaxes manualmente
|
|||
píxeles) que obtivo e tente igualar iso ao escalar a(s) imaxe(s) que
|
||||
está a importar en Tux Paint.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Máis información
|
||||
|
||||
Outra documentación incluída con Tux Paint (que se atopa no
|
||||
|
|
@ -1088,13 +1055,10 @@ Importar imaxes manualmente
|
|||
Tux Paint's software license, the GNU General Public License
|
||||
(GPL)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Como obter axuda
|
||||
|
||||
Se precisa axuda, hai moitas formas de interactuar cos desenvolvedores de
|
||||
Tux Paint e outros usuarios.
|
||||
|
||||
If you need help, there are numerous ways to interact with Tux Paint
|
||||
developers and other users:
|
||||
* Informar dos erros ou solicitar novas funcións a través do sistema de
|
||||
seguimento de erros do proxecto
|
||||
* Participe nas distintas listas de correo do proxecto
|
||||
|
|
@ -1103,13 +1067,10 @@ Importar imaxes manualmente
|
|||
Para obter máis información, visite a páxina «Contacto» do sitio web
|
||||
oficial de Tux Paint: https://tuxpaint.org/contact/
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Como participar
|
||||
|
||||
Tux Paint é un proxecto impulsado por voluntarios e estamos encantados de
|
||||
aceptar a súa axuda de diversas maneiras.
|
||||
|
||||
Tux Paint is a volunteer-driven project, and we're happy to accept your
|
||||
help in a variety of ways:
|
||||
* Traducir Tux Paint a outro idioma
|
||||
* Mellorar as traducións existentes
|
||||
* Crear ilustracións (selos, imaxes de inicio, modelos, pinceis)
|
||||
|
|
@ -1120,6 +1081,9 @@ Importar imaxes manualmente
|
|||
Para obter máis información, visite a páxina «Colabora connosco» do sitio
|
||||
web oficial de Tux Paint: https://tuxpaint.org/help/
|
||||
|
||||
----------------------------------------------------------------------
|
||||
Trademark notices
|
||||
|
||||
###
|
||||
* "Linux" is a registered trademark of Linus Torvalds.
|
||||
* "Microsoft" and "Windows" are registered trademarks of Microsoft Corp.
|
||||
* "Apple" and "macOS" are registered trademarks of Apple Inc.
|
||||
* "Twitter" is a registered trademark of Twitter, Inc.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
versión 0.9.28
|
||||
Documentación de sinais
|
||||
|
||||
Copyright © 2019-2022 por varios colaboradores; vexa AUTHORS (AUTORES).
|
||||
Copyright © 2019-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
20 de Xaneiro de 2022
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
versión 0.9.28
|
||||
Documentación SVG
|
||||
|
||||
Copyright © 2007-2022 por varios colaboradores; vexa AUTHORS (AUTORES).
|
||||
Copyright © 2007-2022 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
20 de Xaneiro de 2022
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
versión 0.9.28 «Como facer» os selos avanzados </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2006-2022 por Albert Cahalan e outros; vexa AUTHORS (AUTORES).<br>
|
||||
Copyright © 2006-2022 by Albert Cahalan e outros; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
Documentación de variábeis de contorno </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2021-2022 por varios colaboradores; vexa AUTHORS (AUTORES).<br>
|
||||
Copyright © 2021-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
versión 0.9.28 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 por varios colaboradores; vexa AUTHORS (AUTORES).<br>
|
||||
Copyright © 2002-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
versión 0.9.28 Preguntas máis frecuentes </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 por varios colaboradores; vexa AUTHORS (AUTORES).<br>
|
||||
Copyright © 2002-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
Documentación da instalación </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 por varios colaboradores; vexa AUTHORS (AUTORES).<br>
|
||||
Copyright © 2002-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
Documentación de opcións </h2>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 por varios colaboradores; vexa AUTHORS (AUTORES).<br>
|
||||
Copyright © 2002-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
Documentación PNG </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 por varios colaboradores; vexa AUTHORS (AUTORES).<br>
|
||||
Copyright © 2007-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -21,7 +21,7 @@
|
|||
Documentación de sinais </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2019-2022 por varios colaboradores; vexa AUTHORS (AUTORES).<br>
|
||||
Copyright © 2019-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
Documentación SVG </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 por varios colaboradores; vexa AUTHORS (AUTORES).<br>
|
||||
Copyright © 2007-2022 by varios colaboradores; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
BIN
docs/html/images/colors_special.png
Normal file
BIN
docs/html/images/colors_special.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
|
|
@ -1,7 +1,7 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.28 スタンプ作成の詳細について
|
||||
|
||||
Copyright © 2006-2022 by Albert Cahalan ほか; "AUTHORS" 参照.
|
||||
Copyright © 2006-2022 by Albert Cahalan ほか; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2022年1月20日
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
バージョン 0.9.28
|
||||
Environment Variables Documentation
|
||||
|
||||
Copyright © 2021-2022 by various contributors; "AUTHORS" 参照.
|
||||
Copyright © 2021-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2022年1月20日
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.28
|
||||
|
||||
Copyright © 2002-2022 by various contributors; "AUTHORS" 参照.
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2022年1月20日
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Tux Paint
|
||||
バージョン 0.9.28 Frequently Asked Questions
|
||||
|
||||
Copyright © 2002-2022 by various contributors; "AUTHORS" 参照.
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2022年1月20日
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
バージョン 0.9.28
|
||||
Installation Documentation
|
||||
|
||||
Copyright © 2002-2022 by various contributors; "AUTHORS" 参照.
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2022年1月20日
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
各種設定について
|
||||
|
||||
Copyright © 2002-2022 by various contributors; "AUTHORS" 参照.
|
||||
Copyright © 2002-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2022年1月20日
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
バージョン 0.9.28
|
||||
PNG Documentation
|
||||
|
||||
Copyright © 2007-2022 by various contributors; "AUTHORS" 参照.
|
||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2022年1月20日
|
||||
|
|
|
|||
|
|
@ -7,26 +7,40 @@
|
|||
https://tuxpaint.org/
|
||||
@TuxPaintTweets on Twitter
|
||||
|
||||
2022年2月24日
|
||||
2022年2月27日
|
||||
|
||||
+----------------------------+
|
||||
|目次 |
|
||||
|----------------------------|
|
||||
| * Tux Paint について |
|
||||
| * Tux Paint の使い方 |
|
||||
| * Tux Paint の起動 |
|
||||
| * 起動画面 |
|
||||
| * メインの画面 |
|
||||
| * 各種のツール |
|
||||
| * 描画ツール |
|
||||
| * そのほかの操作 |
|
||||
| * 他の画像の Tux Paint への読み込み |
|
||||
| * その他のドキュメント |
|
||||
| * お問い合わせ先 |
|
||||
| * プロジェクトへの参加 |
|
||||
+----------------------------+
|
||||
|
||||
----------------------------------------------------------------------
|
||||
+-----------------------------------------------+
|
||||
|目次 |
|
||||
|-----------------------------------------------|
|
||||
| * Tux Paint について |
|
||||
| * Tux Paint の使い方 |
|
||||
| * Tux Paint の起動 |
|
||||
| * 起動画面 |
|
||||
| * メインの画面 |
|
||||
| * 各種のツール |
|
||||
| * 描画ツール |
|
||||
| * ペイントブラシ「ふで」 |
|
||||
| * 「はんこ」ツール |
|
||||
| * 「せん」ツール |
|
||||
| * 「かたち」ツール |
|
||||
| * 「もじ」ツール、「ラベル」ツール |
|
||||
| * 「ぬる」ツール |
|
||||
| * 「まほう」ツール(特殊効果) |
|
||||
| * けしゴム |
|
||||
| * そのほかの操作 |
|
||||
| * "Undo" and "Redo" Commands |
|
||||
| * 「さいしょから」 |
|
||||
| * 「ひらく」 |
|
||||
| * 「セーブ」 |
|
||||
| * 「いんさつ」 |
|
||||
| * 「スライドショー」 |
|
||||
| * プログラムの終了 |
|
||||
| * 効果音を消すには |
|
||||
| * 他の画像の Tux Paint への読み込み |
|
||||
| * その他のドキュメント |
|
||||
| * お問い合わせ先 |
|
||||
| * プロジェクトへの参加 |
|
||||
+-----------------------------------------------+
|
||||
|
||||
Tux Paint について
|
||||
|
||||
|
|
@ -60,8 +74,6 @@ Objectives
|
|||
簡単な操作
|
||||
ユーザーは、コンピューターの複雑な機能に直接触れる必要がありません。描画中の作品は、プログラム終了時に保存され、再開時に表示されます。作品を保存するために、ファイル名をつけたりキーボードを使う必要はありません。保存された作品は、縮小画像の一覧から選択するだけで読み込むことができ、コンピューターの他のファイルにアクセスすることはありません。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Tux Paint の使い方
|
||||
|
||||
Tux Paint の起動
|
||||
|
|
@ -76,8 +88,6 @@ Tux Paint の起動
|
|||
|
||||
エラーが発生した場合は、端末にその内容が表示されます。(標準エラー出力)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
Windows のユーザー
|
||||
|
||||
[Tux Paint アイコン]
|
||||
|
|
@ -96,14 +106,10 @@ Tux Paint の起動
|
|||
|
||||
ZIP ファイルを用いた場合、「Tux Paint」のフォルダは、任意の場所に配置できます。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
macOS のユーザー
|
||||
|
||||
"Tux Paint" のアイコンをダブルクリックします。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
[起動画面]
|
||||
|
||||
起動画面
|
||||
|
|
@ -112,8 +118,6 @@ Tux Paint の起動
|
|||
|
||||
プログラムの読み込みが完了すると、何かキーを押すかマウスのクリックにより次に進みます。(タイトル画面は、約5秒後に自動的に閉じます)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
メインの画面
|
||||
|
||||
メインの画面は、次の各部に分けられます:
|
||||
|
|
@ -145,7 +149,12 @@ Tux Paint の起動
|
|||
|
||||
下部: カラーパレット「いろ」
|
||||
|
||||
キャンバスの下側には、描画色を選択するためのカラーパレットがあります。
|
||||
When the active tool supports colors, a palette of colors choices
|
||||
will be shown near the bottom of the screen. Click one to choose a
|
||||
color, and it will be used by the active tool. (For example, the
|
||||
"Paint" tool will use it as the color to draw with the chosen
|
||||
brush, and the "Fill" tool will use it as the color to use when
|
||||
flood-filling an area of the picture.)
|
||||
|
||||
On the far right are three special color options:
|
||||
* The "color picker" (which has an outline of an eye-dropper)
|
||||
|
|
@ -180,8 +189,6 @@ Tux Paint の起動
|
|||
|
||||
画面の一番下の部分では、Linux ペンギンの Tux が、様々なヒントや関連情報をご提供します。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
各種のツール
|
||||
|
||||
描画ツール
|
||||
|
|
@ -220,8 +227,6 @@ Tux Paint の起動
|
|||
display the brush spacing controls. See the "Options"
|
||||
documentation.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
「はんこ」ツール
|
||||
|
||||
「はんこ」ツールは、スタンプやステッカーを集めたようなものです。馬や木、月など、あらかじめ用意された様々な写真やイラストを絵に貼り付けることができます。
|
||||
|
|
@ -243,8 +248,6 @@ Tux Paint の起動
|
|||
display the Mirror, Flip, Shrink and Grow controls for stamps. See
|
||||
the "Options" documentation.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
「せん」ツール
|
||||
|
||||
様々な種類の筆と好きな色を使って直線を描くツールです。
|
||||
|
|
@ -260,8 +263,6 @@ Tux Paint の起動
|
|||
of individual shapes, or a continuous stroke of the brush shape.
|
||||
Brush spacing may be adjusted. See "Paint", above, to learn more.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
「かたち」ツール
|
||||
|
||||
簡単な図形を描きます。
|
||||
|
|
@ -312,8 +313,6 @@ Tux Paint の起動
|
|||
⚙ See the "Options" documentation to learn about the
|
||||
"simple shapes" ("simpleshapes") option.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
「もじ」ツール、「ラベル」ツール
|
||||
|
||||
Choose a font (from the 'Letters' available on the right) and a
|
||||
|
|
@ -392,8 +391,6 @@ Tux Paint の起動
|
|||
⚙ See the "Options" and "Extending Tux Paint"
|
||||
documentation for more information.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
「ぬる」ツール
|
||||
|
||||
「ぬる」ツールは、描画の連続した領域を好きな色で塗りつぶします。以下の3 つの塗りつぶしオプションが用意されています:
|
||||
|
|
@ -407,8 +404,6 @@ Tux Paint の起動
|
|||
below). Prior to Tux Paint 0.9.26, the "Fill" tool only offered
|
||||
the 'Solid' method of filling.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
「まほう」ツール(特殊効果)
|
||||
|
||||
「まほう」ツールは、様々な特殊なツールを集めたものです。右側のセレクタで、「まほう」の効果を選択することができます。効果を適用する方法は、クリック+ドラッグ、単なるクリックなど、ツールごとに様々です。
|
||||
|
|
@ -417,8 +412,6 @@ Tux Paint の起動
|
|||
|
||||
「magic-docs」フォルダ内のドキュメント「まほう」ツールの一覧もお読みください。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
けしゴム
|
||||
|
||||
このツールは「ふで」ツールに似ています。クリック(または、クリック+ドラッグ)をした部分が消されます。(消した部分は、白あるいはその他の色、また、レイヤーキャンバスなど、絵によって異なる状態に戻ります。)
|
||||
|
|
@ -429,28 +422,22 @@ Tux Paint の起動
|
|||
|
||||
消している間、「キュッキュッ」と擦って消す効果音が流れます。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
そのほかの操作
|
||||
|
||||
「とりけし」
|
||||
"Undo" and "Redo" Commands
|
||||
|
||||
このツールをクリックすると、直前に行った操作が取り消されます。いくつもの操作をさかのぼって取り消すことができます!
|
||||
Clicking the "Undo" button will undo (revert) the last drawing
|
||||
action. You can even undo more than once!
|
||||
|
||||
⌨ 注: キーボードで [Control / ⌘] + [Z] を押しても取り消しできます。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
「やりなおし」
|
||||
|
||||
このツールをクリックすると、「とりけし」ボタンで取り消した操作を元に戻すことができます。
|
||||
Clicking the "Redo" button will redo the drawing action you just
|
||||
un-did via the "Undo" command.
|
||||
|
||||
「とりけし」操作の後、描画を行っていなければ、取り消した全ての操作を元に戻せます!
|
||||
|
||||
⌨ 注: キーボードで [Control / ⌘] + [R] を押してもやりなおしできます。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
「さいしょから」
|
||||
|
||||
「さいしょから」のボタンを押すと、新規に絵を描き始めることができます。ダイアログ画面が表示され、キャンバスの背景色やレイヤー画像(後述)を選べます。
|
||||
|
|
@ -475,35 +462,35 @@ Tux Paint の起動
|
|||
|
||||
レイヤー画像は、その上に絵を描いて保存すると新しい絵として保存され、元々のレイヤー画像自体は上書きされないので、後で(「さいしょから」ダイアログからアクセスして)何度でも使うことができます。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
「ひらく」
|
||||
|
||||
「ひらく」をクリックすると、保存されている全ての作品のリストが表示されます。リストが画面に収まりきらない場合は、上下の矢印のボタンでリストをスクロールできます。
|
||||
|
||||
まず、絵をクリックして選択します…
|
||||
* 左下にある緑色の「ひらく」ボタンで、選択した作品を読み込みます。
|
||||
|
||||
* 左下にある緑色の「ひらく」ボタンで、選択した作品を読み込みます。
|
||||
(または、開きたい作品をダブルクリックします)
|
||||
|
||||
(または、開きたい作品をダブルクリックします)
|
||||
💡 If choose to open a picture, and your current drawing
|
||||
hasn't been saved, you will be prompted as to whether you
|
||||
want to save it or not. (See "Save," below.)
|
||||
|
||||
* 右下にある茶色の「けす」(ゴミ箱) ボタンで、選択した作品を削除します。(本当に削除して良いか確認されます)
|
||||
* 右下にある茶色の「けす」(ゴミ箱) ボタンで、選択した作品を削除します。(本当に削除して良いか確認されます)
|
||||
|
||||
📜 注: Linux(バージョン 0.9.22以降)、Windows(バージョン
|
||||
0.9.27以降)では、削除した作品は、デスクトップのゴミ箱に移動するので、後で元に戻すことができます。
|
||||
📜 注: Linux(バージョン 0.9.22以降)、Windows(バージョン
|
||||
0.9.27以降)では、削除した作品は、デスクトップのゴミ箱に移動するので、後で元に戻すことができます。
|
||||
|
||||
* 「かきだす」のボタンをクリックすると、ユーザーの標準の画像フォルダ(例:"~/Pictures/TuxPaint/")に画像を出力します。
|
||||
* 「かきだす」のボタンをクリックすると、ユーザーの標準の画像フォルダ(例:"~/Pictures/TuxPaint/")に画像を出力します。
|
||||
|
||||
* 左側の一番下にある青色の「スライドショー」のボタンを押すと、スライドショーモードになります。詳しくは「スライドショー」の項をごらん下さい。
|
||||
From the "Open" screen you can also:
|
||||
* Click the blue 'Slides' (slide projector) button at the lower
|
||||
left to go to slideshow mode. See "Slides", below, for
|
||||
details.
|
||||
|
||||
* 右下にある赤色の「もどる」ボタンを押すと、絵を描く画面に戻ります。
|
||||
|
||||
絵を開く時に、それまで描いていた絵が保存されていなければ、保存するかどうかを確認します。(「セーブ」の項を参照。)
|
||||
* 右下にある赤色の「もどる」ボタンを押すと、絵を描く画面に戻ります。
|
||||
|
||||
⌨ 注: キーボードで [Control / ⌘] + [O] を押しても「ひらく」ダイアログを表示できます。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
「セーブ」
|
||||
|
||||
描画中の作品を保存します。
|
||||
|
|
@ -519,8 +506,6 @@ Tux Paint の起動
|
|||
|
||||
⌨ 注: キーボードで [Control / ⌘] + [S] を押しても作品を保存できます。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
「いんさつ」
|
||||
|
||||
このボタンを押して作品を印刷します!
|
||||
|
|
@ -594,8 +579,6 @@ Tux Paint の起動
|
|||
|
||||
⚙ 詳細は "各種設定について" のドキュメントを参照して下さい。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
「スライドショー」
|
||||
|
||||
「スライドショー」の機能は、「ひらく」ダイアログから利用できます。タックスペイントの中で、簡単なアニメーションや画像のスライドショーを再生することができます。また、選択した画像を元にアニメーションGIFを書き出すこともできます。
|
||||
|
|
@ -646,8 +629,6 @@ Tux Paint の起動
|
|||
|
||||
さらに「もどる」ボタンをクリックすれば、「ひらく」ダイアログに戻ります。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
プログラムの終了
|
||||
|
||||
「やめる」ボタンを押すか、Tux Paint のウィンドウを閉じるか、[Escape] キーを押せば、Tux Paint
|
||||
|
|
@ -655,8 +636,10 @@ Tux Paint の起動
|
|||
|
||||
その際、本当に終了するかどうかを確認されます。
|
||||
|
||||
作品を保存していない状態で終了しようとした場合は、絵を保存するかどうかを訪ねられます。さらに、新規に作成した作品でなければ、以前のバージョンを上書きするかどうかを確認されます。(上記の
|
||||
「セーブ」の項をご覧下さい。)
|
||||
If you choose to quit, and you haven't saved the current picture,
|
||||
you will first be asked if wish to save it. If it's not a new
|
||||
image, you will then be asked if you want to save over the old
|
||||
version, or create a new entry. (See "Save" above.)
|
||||
|
||||
⚙ 注: "startblank" オプションが設定されている場合を除き、終了時に保存した作品は、次に Tux Paint
|
||||
を起動するときに自動的に読み込まれます。
|
||||
|
|
@ -670,8 +653,6 @@ Tux Paint の起動
|
|||
|
||||
⚙ 詳細は "各種設定について" のドキュメントを参照して下さい。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
効果音を消すには
|
||||
|
||||
今のところ画面上には消音のためのボタンはありませんが、[Alt] + [S]
|
||||
|
|
@ -682,8 +663,6 @@ Tux Paint の起動
|
|||
|
||||
⚙ 詳細は "各種設定について" のドキュメントを参照して下さい。
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
他の画像の Tux Paint への読み込み
|
||||
|
||||
Tux Paint の「ひらく」ダイアログでは、Tux Paint
|
||||
|
|
@ -776,8 +755,6 @@ Tux Paint の起動
|
|||
height) it came out to, and try to match that when scaling the
|
||||
picture(s) you're importing into Tux Paint.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
その他のドキュメント
|
||||
|
||||
このドキュメントの他、"docs" フォルダには、次のようなドキュメントがあります:
|
||||
|
|
@ -808,12 +785,10 @@ Tux Paint の起動
|
|||
Tux Paint's software license, the GNU General Public License
|
||||
(GPL)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
お問い合わせ先
|
||||
|
||||
お困りのことがある場合、Tux Paint の開発者や他のユーザーとコミュニケーションをとるための多くの方法があります。
|
||||
|
||||
If you need help, there are numerous ways to interact with Tux Paint
|
||||
developers and other users:
|
||||
* バグを発見した場合や機能追加の要望については、プロジェクトの バグトラッキングシステムから報告できます
|
||||
* プロジェクトに関する様々なメーリングリストに参加できます
|
||||
* 開発者へ直接連絡することもできます
|
||||
|
|
@ -821,12 +796,10 @@ Tux Paint の起動
|
|||
もっとお知りになりたい場合、Tux Paint のウェブサイト の "連絡先" のページ
|
||||
(https://tuxpaint.org/contact/) をごらん下さい
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
プロジェクトへの参加
|
||||
|
||||
タックスペイントはボランティア主導のプロジェクトであり、様々な形でのご協力を受け付けています。
|
||||
|
||||
Tux Paint is a volunteer-driven project, and we're happy to accept your
|
||||
help in a variety of ways:
|
||||
* Tux Paint の翻訳の作成
|
||||
* 既存の翻訳の改善
|
||||
* アートワークの作成 (スタンプ、背景画像、ペイントブラシなど)
|
||||
|
|
@ -837,6 +810,9 @@ Tux Paint の起動
|
|||
もっとお知りになりたい場合、Tux Paint のウェブサイト の "私たちにご協力を" のページ
|
||||
(https://tuxpaint.org/help/) をごらん下さい
|
||||
|
||||
----------------------------------------------------------------------
|
||||
Trademark notices
|
||||
|
||||
###
|
||||
* "Linux" is a registered trademark of Linus Torvalds.
|
||||
* "Microsoft" and "Windows" are registered trademarks of Microsoft Corp.
|
||||
* "Apple" and "macOS" are registered trademarks of Apple Inc.
|
||||
* "Twitter" is a registered trademark of Twitter, Inc.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
バージョン 0.9.28
|
||||
Signals Documentation
|
||||
|
||||
Copyright © 2019-2022 by various contributors; "AUTHORS" 参照.
|
||||
Copyright © 2019-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2022年1月20日
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
バージョン 0.9.28
|
||||
SVG Documentation
|
||||
|
||||
Copyright © 2007-2022 by various contributors; "AUTHORS" 参照.
|
||||
Copyright © 2007-2022 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2022年1月20日
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
バージョン 0.9.28 スタンプ作成の詳細について </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2006-2022 by Albert Cahalan ほか; "AUTHORS" 参照.<br>
|
||||
Copyright © 2006-2022 by Albert Cahalan ほか; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
Environment Variables Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2021-2022 by various contributors; "AUTHORS" 参照.<br>
|
||||
Copyright © 2021-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
バージョン 0.9.28 </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by various contributors; "AUTHORS" 参照.<br>
|
||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
バージョン 0.9.28 Frequently Asked Questions </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by various contributors; "AUTHORS" 参照.<br>
|
||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
Installation Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by various contributors; "AUTHORS" 参照.<br>
|
||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
各種設定について </h2>
|
||||
|
||||
<p>
|
||||
Copyright © 2002-2022 by various contributors; "AUTHORS" 参照.<br>
|
||||
Copyright © 2002-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
PNG Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by various contributors; "AUTHORS" 参照.<br>
|
||||
Copyright © 2007-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -21,7 +21,7 @@
|
|||
Signals Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2019-2022 by various contributors; "AUTHORS" 参照.<br>
|
||||
Copyright © 2019-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
SVG Documentation </h1>
|
||||
|
||||
<p>
|
||||
Copyright © 2007-2022 by various contributors; "AUTHORS" 参照.<br>
|
||||
Copyright © 2007-2022 by various contributors; see <a href="../../AUTHORS.txt">AUTHORS.txt</a>.<br>
|
||||
<a href="https://tuxpaint.org/">https://tuxpaint.org/</a>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue