Regen TXT versions of all docs under new w3m
Upgraded my system from Kubuntu 22.04 -> 24.04, and now have w3m 0.5.3, which behaves differently be default, re: bullet point glyphs, and some indentation.
This commit is contained in:
parent
44d7d0ee5d
commit
699e130e31
65 changed files with 9151 additions and 9070 deletions
|
|
@ -25,9 +25,9 @@ indirectly by the libraries that it utilizes.
|
|||
|
||||
A few examples of where "$HOME" is used include:
|
||||
|
||||
+ The location of Tux Paint's configuration file
|
||||
+ The basis of where Tux Paint saves and loads users' drawings
|
||||
+ The location of a user's private collection of data files — stamps,
|
||||
o The location of Tux Paint's configuration file
|
||||
o The basis of where Tux Paint saves and loads users' drawings
|
||||
o The location of a user's private collection of data files — stamps,
|
||||
brushes, etc. — (versus those available system wide)
|
||||
|
||||
|
||||
|
|
@ -81,7 +81,6 @@ The following are a few of the environment variables supported by Simple
|
|||
DirectMedia Layer (libSDL) — which Tux Paint utilizes for displaying graphics,
|
||||
playing sounds, and receiving mouse, keyboard, and joystick input — and which
|
||||
may be useful to users of Tux Paint.
|
||||
|
||||
→ SDL_VIDEO_ALLOW_SCREENSAVER ←
|
||||
|
||||
Specifies whether Tux Paint should allow a screensaver to run. Can be set
|
||||
|
|
@ -100,4 +99,3 @@ may be useful to users of Tux Paint.
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -506,10 +506,8 @@ directory.)
|
|||
This maps 'black through white' to 'black through destination'.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Unalterable Stamps ←
|
||||
|
||||
|
|
@ -543,10 +541,10 @@ directory.)
|
|||
the stamp's data file. (An equals sign, "=", may be included after the word
|
||||
"scale".)
|
||||
|
||||
+ "scale 40%"
|
||||
+ "scale 5/2"
|
||||
+ "scale 2.5"
|
||||
+ "scale 2:5"
|
||||
o "scale 40%"
|
||||
o "scale 5/2"
|
||||
o "scale 2.5"
|
||||
o "scale 2:5"
|
||||
|
||||
|
||||
→ Windows Users ←
|
||||
|
|
@ -678,29 +676,29 @@ directory.)
|
|||
directions, the "allowscale" may be used to tell Tux Paint which behavior
|
||||
to allow:
|
||||
|
||||
+ For starters where it's alright to crop the left and right edges, but
|
||||
o For starters where it's alright to crop the left and right edges, but
|
||||
the top and bottom edges must be retained, use "allowscale=horizontal".
|
||||
o If the starter's aspect ratio is wider than that of the canvas, it
|
||||
# If the starter's aspect ratio is wider than that of the canvas, it
|
||||
will be scaled to fit the height of the canvas, and the left and
|
||||
right will be cropped.
|
||||
o If the starter's aspect ratio is taller than that of the canvas, it
|
||||
# If the starter's aspect ratio is taller than that of the canvas, it
|
||||
will be scaled to fit the height of the canvas, and no cropping
|
||||
will occur, and the left and right edges will be smeared.
|
||||
|
||||
+ For starters where it's alright to crop the top and bottom edges, but
|
||||
o For starters where it's alright to crop the top and bottom edges, but
|
||||
the left and right edges must be retained, use "allowscale=vertical".
|
||||
o If the starter's aspect ratio is taller than that of the canvas, it
|
||||
# If the starter's aspect ratio is taller than that of the canvas, it
|
||||
will be scaled to fit the width of the canvas, and the top and
|
||||
bottom will be cropped.
|
||||
o If the starter's aspect ratio is wider than that of the canvas, it
|
||||
# If the starter's aspect ratio is wider than that of the canvas, it
|
||||
will be scaled to fit the width of the canvas, and no cropping will
|
||||
occur, and the top and bottom edges will be smeared.
|
||||
|
||||
+ If it's acceptable to crop either the top and bottom or the left and
|
||||
o If it's acceptable to crop either the top and bottom or the left and
|
||||
right, use "allowscale=both". Contents from starter will always fill
|
||||
the canvas, regardless of how its aspect ratio compares to that of the
|
||||
canvas.
|
||||
+ The default behavior is to not allow cropping. This may be specified
|
||||
o The default behavior is to not allow cropping. This may be specified
|
||||
explicitly with "allowscale=none".
|
||||
|
||||
|
||||
|
|
@ -735,15 +733,15 @@ directory.)
|
|||
important, specify "gravity=bottom-right".
|
||||
|
||||
The available options are:
|
||||
+ center — prefer the center (the default)
|
||||
+ top — prefer the top center
|
||||
+ bottom — prefer the bottom center
|
||||
+ left — prefer the left center
|
||||
+ right — prefer the right center
|
||||
+ top-left — prefer the top left
|
||||
+ top-right — prefer the top right
|
||||
+ bottom-left — prefer the bottom left
|
||||
+ bottom-right — prefer the bottom right
|
||||
o center — prefer the center (the default)
|
||||
o top — prefer the top center
|
||||
o bottom — prefer the bottom center
|
||||
o left — prefer the left center
|
||||
o right — prefer the right center
|
||||
o top-left — prefer the top left
|
||||
o top-right — prefer the top right
|
||||
o bottom-left — prefer the bottom left
|
||||
o bottom-right — prefer the bottom right
|
||||
|
||||
[ Landscape-shaped image of a horizon with the sun in the middle and a
|
||||
building on the right. ]
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@
|
|||
language", below.
|
||||
|
||||
→ Tux Paint won't switch to my language ←
|
||||
+ Linux and Unix users: Make sure the locale is available
|
||||
o Linux and Unix users: Make sure the locale is available
|
||||
|
||||
Make sure the locale you want is available. Check your "/etc/
|
||||
locale.gen" file. See the "Options Documentation" for the locales Tux
|
||||
|
|
@ -116,21 +116,21 @@
|
|||
Note: Debian and derivative (e.g., Ubuntu) users can simply run
|
||||
"dpkg-reconfigure locales" if the locales are managed by "dpkg".
|
||||
|
||||
+ If you're using the "--lang" command-line option
|
||||
o If you're using the "--lang" command-line option
|
||||
|
||||
Try using the "--locale" command-line option, or your operating
|
||||
system's locale settings (e.g., the "$LANG" environment variable), and
|
||||
please e-mail us regarding your trouble.
|
||||
|
||||
+ If you're using the "--locale" command-line option
|
||||
o If you're using the "--locale" command-line option
|
||||
|
||||
If this doesn't work, please e-mail us regarding your trouble.
|
||||
|
||||
+ If you're trying to use your Operating System's locale
|
||||
o If you're trying to use your Operating System's locale
|
||||
|
||||
If this doesn't work, please e-mail us regarding your trouble.
|
||||
|
||||
+ Make sure you have the necessary font
|
||||
o Make sure you have the necessary font
|
||||
|
||||
Some translations require their own font. Chinese and Korean, for
|
||||
example, need Chinese and Korean TrueType Fonts installed and placed in
|
||||
|
|
@ -304,20 +304,20 @@
|
|||
### Audio Problems ###
|
||||
|
||||
→ There's no sound! ←
|
||||
+ First, check the obvious:
|
||||
o Are your speakers connected and turned on?
|
||||
o Is the volume turned up on your speakers?
|
||||
o Is the volume turned up in your Operating System's "mixer?"
|
||||
o Are you certain you're using a computer with a sound card?
|
||||
o Are any other programs running that use sound? (They may be
|
||||
o First, check the obvious:
|
||||
# Are your speakers connected and turned on?
|
||||
# Is the volume turned up on your speakers?
|
||||
# Is the volume turned up in your Operating System's "mixer?"
|
||||
# Are you certain you're using a computer with a sound card?
|
||||
# Are any other programs running that use sound? (They may be
|
||||
'blocking' Tux Paint from accessing your sound device)
|
||||
o (Unix/Linux) Are you using a sound system, such as aRts, ESD or
|
||||
# (Unix/Linux) Are you using a sound system, such as aRts, ESD or
|
||||
GStreamer? If so, try setting the "SDL_AUDIODRIVER" environment
|
||||
variable before running Tux Paint (e.g., "export SDL_AUDIODRIVER=
|
||||
arts"). Or, run Tux Paint through the system's rerouter (e.g., run
|
||||
"artsdsp tuxpaint" or "esddsp tuxpaint", instead of simply
|
||||
"tuxpaint").
|
||||
+ Is sound disabled in Tux Paint?
|
||||
o Is sound disabled in Tux Paint?
|
||||
|
||||
If sound seems to work otherwise (and you're sure no other program is
|
||||
"blocking" the sound device), then Tux Paint may be running with a "no
|
||||
|
|
@ -342,13 +342,13 @@
|
|||
setting, and allow unlimited printing. (You won't have to wait between
|
||||
prints.)
|
||||
|
||||
+ Were sounds temporarily disabled?
|
||||
o Were sounds temporarily disabled?
|
||||
|
||||
Even if sounds are enabled in Tux Paint, it is possible to disable and
|
||||
re-enable them temporarily using the [Alt] + [S] key sequence. Try
|
||||
pressing those keys to see if sounds begin working again.
|
||||
|
||||
+ Was Tux Paint built without sound support?
|
||||
o Was Tux Paint built without sound support?
|
||||
|
||||
Tux Paint may have been compiled with sound support disabled. To test
|
||||
whether sound support was enabled when Tux Paint was compiled, run Tux
|
||||
|
|
@ -368,29 +368,29 @@
|
|||
|
||||
Yes, there are a number of ways to disable sounds in Tux Paint:
|
||||
|
||||
+ Press [Alt] + [S] while in Tux Paint to temporarily disable sounds.
|
||||
o Press [Alt] + [S] while in Tux Paint to temporarily disable sounds.
|
||||
(Press that key sequence again to re-enable sounds.)
|
||||
+ Run Tux Paint with the "no sound" option:
|
||||
o Run "tuxpaint --nosound" from the command line or shortcut or
|
||||
o Run Tux Paint with the "no sound" option:
|
||||
# Run "tuxpaint --nosound" from the command line or shortcut or
|
||||
desktop icon.
|
||||
o Edit Tux Paint's configuration file (see "Options Documentation"
|
||||
# Edit Tux Paint's configuration file (see "Options Documentation"
|
||||
for details) and add a line containing "nosound=yes".
|
||||
o Or use Tux Paint Config. and make sure "Enable Sound Effects"
|
||||
# Or use Tux Paint Config. and make sure "Enable Sound Effects"
|
||||
(under "Video & Sound") is not checked.
|
||||
o Alternatively, recompile Tux Paint with sound support disabled.
|
||||
# Alternatively, recompile Tux Paint with sound support disabled.
|
||||
(See above, and the 'Install' documentation.
|
||||
|
||||
|
||||
→ The stereo panning of sound effects is bothersome; can sound effects be
|
||||
monophonic? ←
|
||||
monophonic? ←
|
||||
|
||||
Run Tux Paint with the "no stereo" option:
|
||||
|
||||
+ Run "tuxpaint --nostereo" from the command line or shortcut or desktop
|
||||
o Run "tuxpaint --nostereo" from the command line or shortcut or desktop
|
||||
icon.
|
||||
+ Edit Tux Paint's configuration file (see "Options Documentation" for
|
||||
o Edit Tux Paint's configuration file (see "Options Documentation" for
|
||||
details) and add a line containing "nostereo=yes".
|
||||
+ Or use Tux Paint Config. and make sure "Enable Stereo Effects" (under
|
||||
o Or use Tux Paint Config. and make sure "Enable Stereo Effects" (under
|
||||
"Video & Sound") is not checked.
|
||||
|
||||
|
||||
|
|
@ -411,7 +411,7 @@
|
|||
### Fullscreen Mode Problems ###
|
||||
|
||||
→ When I run Tux Paint full-screen and [Alt] + [Tab] out, the window turns
|
||||
black! ←
|
||||
black! ←
|
||||
This is apparently a bug in the SDL library. Sorry.
|
||||
|
||||
→ When I run Tux Paint full-screen, it has large borders around it ←
|
||||
|
|
@ -467,10 +467,10 @@
|
|||
|
||||
|
||||
→ How do I access other applications when Tux Paint is running in Full Screen?
|
||||
←
|
||||
+ Windows and Linux users, try the [Alt] + [Tab] key combination to
|
||||
←
|
||||
o Windows and Linux users, try the [Alt] + [Tab] key combination to
|
||||
switch between applications.
|
||||
+ macOS users, switch to other applications using [Control] + [Left
|
||||
o macOS users, switch to other applications using [Control] + [Left
|
||||
Arrow], then back to Tux Paint using [Control] + [Right Arrow].
|
||||
|
||||
|
||||
|
|
@ -585,7 +585,7 @@
|
|||
|
||||
By default, Tux Paint first looks at configuration files for options.
|
||||
|
||||
+ Windows
|
||||
o Windows
|
||||
|
||||
Under Windows, it first examines the system-wide configuration file,
|
||||
located here:
|
||||
|
|
@ -598,7 +598,7 @@
|
|||
|
||||
Finally, any options sent as command-line arguments are used.
|
||||
|
||||
+ macOS
|
||||
o macOS
|
||||
|
||||
Under macOS, it first examines the system-wide configuration file,
|
||||
located here:
|
||||
|
|
@ -611,7 +611,7 @@
|
|||
|
||||
Finally, any options sent as command-line arguments are used.
|
||||
|
||||
+ Linux / Unix
|
||||
o Linux / Unix
|
||||
|
||||
Under Unix and Linux, it first examines the system-wide configuration
|
||||
file, located here:
|
||||
|
|
@ -624,7 +624,7 @@
|
|||
|
||||
Finally, any options sent as command-line arguments are used.
|
||||
|
||||
+ Haiku
|
||||
o Haiku
|
||||
|
||||
Under Haiku, Tux Paint first examines the configuration file:
|
||||
|
||||
|
|
|
|||
|
|
@ -109,21 +109,20 @@ readily available for installation as part of your Linux distribution.
|
|||
be completely disabled (via "make SVG_LIB:=")
|
||||
|
||||
→ librsvg-2 & libCairo2 (newer libraries) ←
|
||||
o libRSVG 2: http://librsvg.sourceforge.net/
|
||||
o Cairo 2: http://www.cairographics.org/
|
||||
o These also depend on the following:
|
||||
# GdkPixbuf & GLib: http://www.gtk.org/
|
||||
# Pango: http://www.pango.org/
|
||||
@ libRSVG 2: http://librsvg.sourceforge.net/
|
||||
@ Cairo 2: http://www.cairographics.org/
|
||||
@ These also depend on the following:
|
||||
- GdkPixbuf & GLib: http://www.gtk.org/
|
||||
- Pango: http://www.pango.org/
|
||||
|
||||
|
||||
→ Older SVG libraries ←
|
||||
o libcairo1, libsvg1, & libsvg-cairo1: http://www.cairographics.org/
|
||||
o These also depend on the following:
|
||||
# libxml2: https://gitlab.gnome.org/GNOME/libxml2
|
||||
@ libcairo1, libsvg1, & libsvg-cairo1: http://www.cairographics.org/
|
||||
@ These also depend on the following:
|
||||
- libxml2: https://gitlab.gnome.org/GNOME/libxml2
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Animated GIF Export feature ←
|
||||
|
||||
|
|
@ -848,7 +847,7 @@ Install the required develop packages in Terminal:
|
|||
libpng16_devel librsvg_devel libsdl2_devel sdl2_image_devel sdl2_gfx_devel
|
||||
sdl2_mixer_devel sdl2_pango_devel sdl2_ttf_devel zlib_devel
|
||||
|
||||
←
|
||||
←
|
||||
|
||||
For 32-bit you need to switch to the new compiler (currently gcc 11.2.0) with
|
||||
setarch x86
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -130,10 +130,10 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
Some examples:
|
||||
|
||||
+ 640x480
|
||||
+ 1024x768
|
||||
+ 768x1024
|
||||
+ 1600x1200
|
||||
o 640x480
|
||||
o 1024x768
|
||||
o 768x1024
|
||||
o 1600x1200
|
||||
|
||||
💡 If only one display is available, and Tux Paint is being run in windowed
|
||||
(not fullscreen) mode, and the chosen window size exceeds the capabilities
|
||||
|
|
@ -543,7 +543,6 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
beginner mode.)
|
||||
|
||||
The COMPLEXITY value may be one of:
|
||||
|
||||
→ advanced (the default) ←
|
||||
"Advanced" — For users familiar with Tux Paint and who can operate more
|
||||
complex tools.
|
||||
|
|
@ -1010,7 +1009,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Print Commands ##
|
||||
|
||||
→ printcommand=COMMAND ←
|
||||
|
|
@ -1047,7 +1046,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Paper Size ##
|
||||
|
||||
→ papersize=PAPERSIZE ←
|
||||
|
|
@ -1068,7 +1067,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Saving ###
|
||||
|
||||
## Save Over Earlier Work ##
|
||||
|
|
@ -1097,7 +1096,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Starting Out ##
|
||||
|
||||
→ startblank=yes ←
|
||||
|
|
@ -1124,7 +1123,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Save and Export Directories ##
|
||||
|
||||
→ savedir=DIRECTORY ←
|
||||
|
|
@ -1167,7 +1166,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
If you do not override it, the default location is:
|
||||
|
||||
o Linux & Unix — If available, wherever your desktop environment is
|
||||
# Linux & Unix — If available, wherever your desktop environment is
|
||||
configured for pictures to be stored, based on your XDG (X Desktop
|
||||
Group) configuration. (Try running the command-line "xdg-user-dir
|
||||
PICTURES" to find out.)
|
||||
|
|
@ -1177,12 +1176,12 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
Tux Paint will fall back to using that typical directory, if no XDG
|
||||
configuration can be read, or nothing is set for
|
||||
"XDG_PICTURES_DIR".
|
||||
o Windows - "My Pictures" directory for each user (normaly
|
||||
# Windows - "My Pictures" directory for each user (normaly
|
||||
"C:\Users\username\My Pictures")
|
||||
You can directly open the folder as follows:
|
||||
# Press "[Windows]+[R]" key to open "Run ..." dialogue.
|
||||
# Enter "Shell:My Pictures" in the text box and push [OK].
|
||||
o macOS — TBD!
|
||||
@ Press "[Windows]+[R]" key to open "Run ..." dialogue.
|
||||
@ Enter "Shell:My Pictures" in the text box and push [OK].
|
||||
# macOS — TBD!
|
||||
|
||||
💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will
|
||||
be created and used. (e.g., "/home/username/Pictures/TuxPaint") When
|
||||
|
|
@ -1200,7 +1199,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## More Saving Options ##
|
||||
|
||||
→ nosave=yes ←
|
||||
|
|
@ -1239,7 +1238,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Data ###
|
||||
|
||||
## Lockfile ##
|
||||
|
|
@ -1267,7 +1266,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Data Directory ##
|
||||
|
||||
→ datadir=DIRECTORY ←
|
||||
|
|
@ -1303,7 +1302,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Color Palette File ##
|
||||
|
||||
→ colorfile=FILENAME ←
|
||||
|
|
@ -1334,7 +1333,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Accessibility ###
|
||||
|
||||
## Mouse ##
|
||||
|
|
@ -1346,7 +1345,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Keyboard ##
|
||||
|
||||
→ keyboard=yes ←
|
||||
|
|
@ -1357,20 +1356,20 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
Features:
|
||||
|
||||
o Fine movement within canvas, or coarse movement if Shift is held.
|
||||
o Coarse movement within tool button areas.
|
||||
o Key controls:
|
||||
# [Left]/[Right]/[Up]/[Down], numpad [1] thru [9]: Move mouse
|
||||
# [Space]/[5]: Click mouse (except when using "Text" or "Label"
|
||||
# Fine movement within canvas, or coarse movement if Shift is held.
|
||||
# Coarse movement within tool button areas.
|
||||
# Key controls:
|
||||
@ [Left]/[Right]/[Up]/[Down], numpad [1] thru [9]: Move mouse
|
||||
@ [Space]/[5]: Click mouse (except when using "Text" or "Label"
|
||||
tools)
|
||||
# [Insert]/[F5]: Click mouse (always)
|
||||
# [F4] jump mouse between "Tools", "Colors" and canvas areas
|
||||
# If mouse is within "Tools" section on the left, or "Colors"
|
||||
@ [Insert]/[F5]: Click mouse (always)
|
||||
@ [F4] jump mouse between "Tools", "Colors" and canvas areas
|
||||
@ If mouse is within "Tools" section on the left, or "Colors"
|
||||
section at the bottom:
|
||||
@ [F7], [F8]: Move down/up between buttons, respectively
|
||||
- [F7], [F8]: Move down/up between buttons, respectively
|
||||
(Tools section, only)
|
||||
@ [F11], [F12]: Move to previous/next button, respectively
|
||||
o To click-and-drag, hold one of the 'click' keys (e.g., [Insert]),
|
||||
- [F11], [F12]: Move to previous/next button, respectively
|
||||
# To click-and-drag, hold one of the 'click' keys (e.g., [Insert]),
|
||||
and use the movement keys (e.g., [Left]).
|
||||
|
||||
💡 Note: The "mouse accessibility" feature works with the keyboard
|
||||
|
|
@ -1379,7 +1378,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
keys to move around (which will draw), and another 'click' key to
|
||||
end the click (stop drawing).
|
||||
|
||||
o A regular mouse and/or joystick may still be used (so you can,
|
||||
# A regular mouse and/or joystick may still be used (so you can,
|
||||
e.g., move with the mouse, and click with the keyboard, or
|
||||
vice-versa)
|
||||
|
||||
|
|
@ -1389,7 +1388,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Onscreen Keyboard ##
|
||||
|
||||
→ onscreen-keyboard=yes ←
|
||||
|
|
@ -1423,7 +1422,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Joystick ###
|
||||
|
||||
## Main Device ##
|
||||
|
|
@ -1456,7 +1455,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Hat ##
|
||||
|
||||
→ joystick-hat-slowness=SPEED ←
|
||||
|
|
@ -1474,7 +1473,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Buttons to Disable ##
|
||||
|
||||
→ joystick-buttons-ignore=BUTTON1,BUTTON2,... ←
|
||||
|
|
@ -1607,7 +1606,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
Overriding System Config. Options
|
||||
|
||||
If any of the above options are set in a system-wide configuration file
|
||||
|
|
@ -1632,88 +1631,88 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
Paint.
|
||||
|
||||
→ --fullscreen=yes
|
||||
--fullscreen=native
|
||||
--WIDTHxHEIGHT
|
||||
--orient=portrait
|
||||
--buttonsize=SIZE
|
||||
--colorsrows=ROWS
|
||||
--native
|
||||
--allowscreensaver
|
||||
--startblank
|
||||
--nosound
|
||||
--nostereo
|
||||
--noquit
|
||||
--noprint
|
||||
--printdelay=SECONDS
|
||||
--printcfg
|
||||
--altprintnever
|
||||
--altprintalways
|
||||
--papersize=PAPERSIZE
|
||||
--printcommand=COMMAND
|
||||
--altprintcommand=COMMAND
|
||||
--nolockfile
|
||||
--simpleshapes
|
||||
--uppercase
|
||||
--grab
|
||||
--noshortcuts
|
||||
--nowheelmouse
|
||||
--nobuttondistinction
|
||||
--nofancycursors
|
||||
--hidecursor
|
||||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nostamprotation
|
||||
--nomagiccontrols
|
||||
--nomagicsizes
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
--nobrushspacing
|
||||
--newcolorslast
|
||||
--mouse-accessibility
|
||||
--onscreen-keyboard
|
||||
--onscreen-keyboard-layout
|
||||
--onscreen-keyboard-disable-change
|
||||
--joystick-dev
|
||||
--joystick-slowness
|
||||
--joystick-threshold
|
||||
--joystick-maxsteps
|
||||
--joystick-hat-slowness
|
||||
--joystick-hat-timeout
|
||||
--joystick-btn-escape
|
||||
--joystick-btn-brush
|
||||
--joystick-btn-stamp
|
||||
--joystick-btn-lines
|
||||
--joystick-btn-shapes
|
||||
--joystick-btn-text
|
||||
--joystick-btn-label
|
||||
--joystick-btn-magic
|
||||
--joystick-btn-undo
|
||||
--joystick-btn-redo
|
||||
--joystick-btn-eraser
|
||||
--joystick-btn-new
|
||||
--joystick-btn-open
|
||||
--joystick-btn-save
|
||||
--joystick-btn-pgsetup
|
||||
--joystick-btn-print
|
||||
--joystick-buttons-ignore
|
||||
--sysfonts
|
||||
--uifont=FONT NAME
|
||||
--alllocalefonts
|
||||
--mirrorstamps
|
||||
--stampsize=SIZE
|
||||
--keyboard
|
||||
--savedir DIRECTORY
|
||||
--datadir DIRECTORY
|
||||
--exportdir DIRECTORY
|
||||
--saveover
|
||||
--saveovernew
|
||||
--nosave
|
||||
--autosave
|
||||
--reversesort
|
||||
--lang LANGUAGE
|
||||
--colorfile FILE
|
||||
←
|
||||
--fullscreen=native
|
||||
--WIDTHxHEIGHT
|
||||
--orient=portrait
|
||||
--buttonsize=SIZE
|
||||
--colorsrows=ROWS
|
||||
--native
|
||||
--allowscreensaver
|
||||
--startblank
|
||||
--nosound
|
||||
--nostereo
|
||||
--noquit
|
||||
--noprint
|
||||
--printdelay=SECONDS
|
||||
--printcfg
|
||||
--altprintnever
|
||||
--altprintalways
|
||||
--papersize=PAPERSIZE
|
||||
--printcommand=COMMAND
|
||||
--altprintcommand=COMMAND
|
||||
--nolockfile
|
||||
--simpleshapes
|
||||
--uppercase
|
||||
--grab
|
||||
--noshortcuts
|
||||
--nowheelmouse
|
||||
--nobuttondistinction
|
||||
--nofancycursors
|
||||
--hidecursor
|
||||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nostamprotation
|
||||
--nomagiccontrols
|
||||
--nomagicsizes
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
--nobrushspacing
|
||||
--newcolorslast
|
||||
--mouse-accessibility
|
||||
--onscreen-keyboard
|
||||
--onscreen-keyboard-layout
|
||||
--onscreen-keyboard-disable-change
|
||||
--joystick-dev
|
||||
--joystick-slowness
|
||||
--joystick-threshold
|
||||
--joystick-maxsteps
|
||||
--joystick-hat-slowness
|
||||
--joystick-hat-timeout
|
||||
--joystick-btn-escape
|
||||
--joystick-btn-brush
|
||||
--joystick-btn-stamp
|
||||
--joystick-btn-lines
|
||||
--joystick-btn-shapes
|
||||
--joystick-btn-text
|
||||
--joystick-btn-label
|
||||
--joystick-btn-magic
|
||||
--joystick-btn-undo
|
||||
--joystick-btn-redo
|
||||
--joystick-btn-eraser
|
||||
--joystick-btn-new
|
||||
--joystick-btn-open
|
||||
--joystick-btn-save
|
||||
--joystick-btn-pgsetup
|
||||
--joystick-btn-print
|
||||
--joystick-buttons-ignore
|
||||
--sysfonts
|
||||
--uifont=FONT NAME
|
||||
--alllocalefonts
|
||||
--mirrorstamps
|
||||
--stampsize=SIZE
|
||||
--keyboard
|
||||
--savedir DIRECTORY
|
||||
--datadir DIRECTORY
|
||||
--exportdir DIRECTORY
|
||||
--saveover
|
||||
--saveovernew
|
||||
--nosave
|
||||
--autosave
|
||||
--reversesort
|
||||
--lang LANGUAGE
|
||||
--colorfile FILE
|
||||
←
|
||||
|
||||
These enable or correspond to the configuration file options described
|
||||
above.
|
||||
|
|
@ -1721,47 +1720,47 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
→ --windowed
|
||||
--800x600
|
||||
--orient=landscape
|
||||
--disablescreensaver
|
||||
--startlast
|
||||
--sound
|
||||
--stereo
|
||||
--quit
|
||||
--print
|
||||
--printdelay=0
|
||||
--noprintcfg
|
||||
--altprintmod
|
||||
--lockfile
|
||||
--complexshapes
|
||||
--mixedcase
|
||||
--dontgrab
|
||||
--shortcuts
|
||||
--wheelmouse
|
||||
--buttondistinction
|
||||
--fancycursors
|
||||
--showcursor
|
||||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--stamprotation
|
||||
--magiccontrols
|
||||
--magicsizes
|
||||
--shapecontrols
|
||||
--label
|
||||
--brushspacing
|
||||
--newcolorsfirst
|
||||
--nosysfonts
|
||||
--currentlocalefont
|
||||
--uifont=default
|
||||
--dontmirrorstamps
|
||||
--stampsize=default
|
||||
--mouse
|
||||
--saveoverask
|
||||
--save
|
||||
--noautosave
|
||||
--noreversesort
|
||||
←
|
||||
--800x600
|
||||
--orient=landscape
|
||||
--disablescreensaver
|
||||
--startlast
|
||||
--sound
|
||||
--stereo
|
||||
--quit
|
||||
--print
|
||||
--printdelay=0
|
||||
--noprintcfg
|
||||
--altprintmod
|
||||
--lockfile
|
||||
--complexshapes
|
||||
--mixedcase
|
||||
--dontgrab
|
||||
--shortcuts
|
||||
--wheelmouse
|
||||
--buttondistinction
|
||||
--fancycursors
|
||||
--showcursor
|
||||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--stamprotation
|
||||
--magiccontrols
|
||||
--magicsizes
|
||||
--shapecontrols
|
||||
--label
|
||||
--brushspacing
|
||||
--newcolorsfirst
|
||||
--nosysfonts
|
||||
--currentlocalefont
|
||||
--uifont=default
|
||||
--dontmirrorstamps
|
||||
--stampsize=default
|
||||
--mouse
|
||||
--saveoverask
|
||||
--save
|
||||
--noautosave
|
||||
--noreversesort
|
||||
←
|
||||
|
||||
These options can be used to override any settings made in the
|
||||
configuration file. (If the option isn't set in the configuration file
|
||||
|
|
@ -1779,14 +1778,14 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Command-Line Informational Options ###
|
||||
|
||||
The following options display some informative text on the screen. Tux
|
||||
Paint doesn't actually start up and run afterwards, however.
|
||||
|
||||
→ --version
|
||||
--verbose-version ←
|
||||
--verbose-version ←
|
||||
|
||||
Display the version number and date of the copy of Tux Paint you are
|
||||
running. The "--verbose-version" also lists what compile-time options
|
||||
|
|
@ -1824,7 +1823,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
Choosing a Different Language
|
||||
|
||||
Tux Paint has been translated into a number of languages. To access the
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ images into PNGs.
|
|||
|
||||
|
||||
→ Command-line Tools ←
|
||||
|
||||
→ NetPBM ←
|
||||
|
||||
The Portable Bitmap tools (collectively known as "NetPBM") is a
|
||||
|
|
@ -70,23 +69,22 @@ images into PNGs.
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Proprietary Software for Windows ←
|
||||
+ CorelDRAW (Corel) — http://www.corel.com/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
+ Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
+ PIXresizer (Bluefive software) — http://bluefive.pair.com/
|
||||
o CorelDRAW (Corel) — http://www.corel.com/
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
o Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
o PIXresizer (Bluefive software) — http://bluefive.pair.com/
|
||||
pixresizer.htm
|
||||
|
||||
|
||||
→ Macintosh Users ←
|
||||
+ CorelDRAW (Corel) — http://www.corel.com/
|
||||
+ GraphicConverter (Lemke Software) — https://www.lemkesoft.de/
|
||||
o CorelDRAW (Corel) — http://www.corel.com/
|
||||
o GraphicConverter (Lemke Software) — https://www.lemkesoft.de/
|
||||
mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -221,16 +221,16 @@ automatically.)
|
|||
The main screen is divided into the following sections:
|
||||
|
||||
[Tools: Paint, Stamp, Lines, Shapes, Text, Magic, Label, Undo, Redo, Eraser,
|
||||
New, Open, Save, Print, Quit]
|
||||
|
||||
New, Open, Save, Print, Quit]
|
||||
|
||||
→ Left Side: Toolbar ←
|
||||
|
||||
The toolbar contains the drawing and editing controls.
|
||||
|
||||
|
||||
|
||||
[Canvas]
|
||||
|
||||
[Canvas]
|
||||
|
||||
→ Middle: Drawing Canvas ←
|
||||
|
||||
The largest part of the screen, in the center, is the drawing canvas. This
|
||||
|
|
@ -243,8 +243,8 @@ The main screen is divided into the following sections:
|
|||
|
||||
|
||||
|
||||
[Selectors - Brushes, Letters, Shapes, Stamps]
|
||||
|
||||
[Selectors - Brushes, Letters, Shapes, Stamps]
|
||||
|
||||
→ Right Side: Selector ←
|
||||
|
||||
Depending on the current tool, the selector shows different things. e.g.,
|
||||
|
|
@ -255,9 +255,9 @@ The main screen is divided into the following sections:
|
|||
|
||||
|
||||
|
||||
[Colors - Black, White, Red, Pink, Orange, Yellow, Green, Cyan, Blue,
|
||||
Purple, Brown, Grey]
|
||||
|
||||
[Colors - Black, White, Red, Pink, Orange, Yellow, Green, Cyan, Blue, Purple,
|
||||
Brown, Grey]
|
||||
|
||||
→ Lower: Colors ←
|
||||
|
||||
When the active tool supports colors, a palette of colors choices will be
|
||||
|
|
@ -267,12 +267,12 @@ The main screen is divided into the following sections:
|
|||
as the color to use when flood-filling an area of the picture.)
|
||||
|
||||
On the far right are three special color options:
|
||||
+ Color Picker
|
||||
o Color Picker
|
||||
The "color picker" (which has an outline of an eye-dropper) allows you
|
||||
to pick a color found within your drawing.
|
||||
(A shortcut key is available to access this feature quickly; see
|
||||
below.)
|
||||
+ Rainbow Palette
|
||||
o Rainbow Palette
|
||||
The rainbow palette allows you to pick any color by choosing the hue,
|
||||
saturation, and value of the color you want. A box on the left displays
|
||||
hundreds of hues — from red at the top through to violet at the bottom
|
||||
|
|
@ -283,10 +283,10 @@ The main screen is divided into the following sections:
|
|||
Click the green checkbox button to select the color, or the "Back"
|
||||
button to dismiss the pop-up without picking a new color.
|
||||
You may also set this tool's color to that of other color choices:
|
||||
o Whichever built-in color is selected, if any
|
||||
o The Color Picker's current color
|
||||
o The Color Mixer's current color
|
||||
+ Color Mixer
|
||||
# Whichever built-in color is selected, if any
|
||||
# The Color Picker's current color
|
||||
# The Color Mixer's current color
|
||||
o Color Mixer
|
||||
The "color mixer" (which has silhouette of a paint palette) allows you
|
||||
to create colors by blending primary additive colors — red, yellow, and
|
||||
blue — along with white (to "tint"), grey (to "tone"), and black (to
|
||||
|
|
@ -315,10 +315,9 @@ The main screen is divided into the following sections:
|
|||
|
||||
|
||||
|
||||
(Example tip: 'Pick a shape. Click to pick the center, drag, then let go
|
||||
when it is the size you want. Move around to rotate it, and click to draw
|
||||
it.')
|
||||
|
||||
(Example tip: 'Pick a shape. Click to pick the center, drag, then let go when
|
||||
it is the size you want. Move around to rotate it, and click to draw it.')
|
||||
|
||||
→ Bottom: Help Area ←
|
||||
|
||||
At the very bottom of the screen, Tux, the Linux Penguin, provides tips and
|
||||
|
|
@ -412,13 +411,13 @@ b."Stamp" Tool (Rubber Stamps) ←
|
|||
Prior to 'stamping' an image onto your drawing, various effects can
|
||||
sometimes be applied (depending on the stamp):
|
||||
|
||||
o Some stamps can be colored or tinted. If the color palette below
|
||||
@ Some stamps can be colored or tinted. If the color palette below
|
||||
the canvas is activated, you can click the colors to change the
|
||||
tint or color of the stamp before placing it in the picture.
|
||||
o Stamps can be shrunk and expanded, by clicking within the
|
||||
@ Stamps can be shrunk and expanded, by clicking within the
|
||||
triangular-shaped series of bars at the bottom right; the larger
|
||||
the bar, the larger the stamp will appear in your picture.
|
||||
o Many stamps may be flipped vertically, or displayed as a
|
||||
@ Many stamps may be flipped vertically, or displayed as a
|
||||
mirror-image, using the control buttons at the bottom right.
|
||||
|
||||
⚙ Note: If the "nostampcontrols" option is set, Tux Paint won't display
|
||||
|
|
@ -437,7 +436,6 @@ b."Stamp" Tool (Rubber Stamps) ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
c."Lines" Tool ←
|
||||
|
||||
|
|
@ -529,7 +527,6 @@ d."Shapes" Tool ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
e."Text" and "Label" Tools ←
|
||||
|
||||
|
|
@ -603,11 +600,11 @@ e."Text" and "Label" Tools ←
|
|||
Currently supported locales, the input methods available, and the key
|
||||
to toggle or cycle modes, are listed below.
|
||||
|
||||
o Japanese — Romanized Hiragana and Romanized Katakana — right [Alt]
|
||||
@ Japanese — Romanized Hiragana and Romanized Katakana — right [Alt]
|
||||
key or left [Alt] key
|
||||
o Korean — Hangul 2-Bul — right [Alt] key or left [Alt] key
|
||||
o Traditional Chinese — right [Alt] key or left [Alt] key
|
||||
o Thai — right [Alt] key
|
||||
@ Korean — Hangul 2-Bul — right [Alt] key or left [Alt] key
|
||||
@ Traditional Chinese — right [Alt] key or left [Alt] key
|
||||
@ Thai — right [Alt] key
|
||||
|
||||
💡 Note: Many fonts do not include all characters for all languages, so
|
||||
sometimes you'll need to change fonts to see the characters you're
|
||||
|
|
@ -627,22 +624,21 @@ e."Text" and "Label" Tools ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
f."Fill" Tool ←
|
||||
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a
|
||||
color of your choice. Three fill options are offered:
|
||||
+ Solid — click once to fill an area with a solid color.
|
||||
+ Brush — click and drag to fill an area with a solid color using
|
||||
o Solid — click once to fill an area with a solid color.
|
||||
o Brush — click and drag to fill an area with a solid color using
|
||||
freehand painting.
|
||||
+ Linear — click and then drag to fill the area with color that fades
|
||||
o Linear — click and then drag to fill the area with color that fades
|
||||
away (a gradient) towards where you drag the mouse.
|
||||
+ Radial — click once to fill an area with a color that fades away (a
|
||||
o Radial — click once to fill an area with a color that fades away (a
|
||||
gradient) radially, centered on where you clicked.
|
||||
+ Shaped — click once to fill an area with a color that fades away (a
|
||||
o Shaped — click once to fill an area with a color that fades away (a
|
||||
gradient), following the contours of the shape you're filling.
|
||||
+ Eraser — click once to erase an area, exposing the solid color
|
||||
o Eraser — click once to erase an area, exposing the solid color
|
||||
background, or starter or template background image, upon which the
|
||||
drawing was based. (See Available Tools > Drawing Tools > "Eraser" Tool
|
||||
and Other Controls > 'Starter' & Template Images.)
|
||||
|
|
@ -714,13 +710,13 @@ h."Eraser" Tool ←
|
|||
|
||||
A number of eraser types are available, each offering multiple sizes are
|
||||
available:
|
||||
+ Square — Square-shaped erasers that completely remove parts of your
|
||||
o Square — Square-shaped erasers that completely remove parts of your
|
||||
drawing.
|
||||
+ Circle (solid) — Circle-shaped erasers that completely remove parts of
|
||||
o Circle (solid) — Circle-shaped erasers that completely remove parts of
|
||||
your drawing.
|
||||
+ Fuzzy-edged Circle — Circle-shaped erasers with soft edges that blend
|
||||
o Fuzzy-edged Circle — Circle-shaped erasers with soft edges that blend
|
||||
with the background.
|
||||
+ Transparent Circle — Circle-shaped erasers that blend your drawing with
|
||||
o Transparent Circle — Circle-shaped erasers that blend your drawing with
|
||||
the background. Release and click again to expose more and more of the
|
||||
background.
|
||||
|
||||
|
|
@ -779,11 +775,11 @@ b."New" Command ←
|
|||
details.
|
||||
|
||||
'Starter' & Template Images ←
|
||||
o 'Starters' can behave like a page from a coloring book — a
|
||||
@ 'Starters' can behave like a page from a coloring book — a
|
||||
black-and-white outline of a picture, which you can then color in,
|
||||
and the black outline remains intact — or like a 3D photograph,
|
||||
where you draw in between a foreground and background layer.
|
||||
o 'Templates' are similar, but simply provide a background drawing to
|
||||
@ 'Templates' are similar, but simply provide a background drawing to
|
||||
work off of. Unlike 'Starters', there is no layer that remains in
|
||||
the foreground of anything you draw in the picture.
|
||||
|
||||
|
|
@ -839,7 +835,7 @@ c."Open" Command ←
|
|||
bottom of the list to scroll through the 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
|
||||
o Click the green 'Open' button at the lower left of the list to load the
|
||||
selected picture. You will then be able to edit it.
|
||||
|
||||
(Alternatively, you can double-click a picture's icon to load it.)
|
||||
|
|
@ -848,7 +844,7 @@ c."Open" Command ←
|
|||
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
|
||||
o 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), Windows (as of version
|
||||
|
|
@ -858,14 +854,14 @@ c."Open" Command ←
|
|||
|
||||
⚙ Note: The 'Erase' button may be disabled, via the "noerase" option.
|
||||
|
||||
+ Click the 'Export' button near the lower right to export the selected
|
||||
o Click the 'Export' button near the lower right to export the selected
|
||||
picture to your export folder. (e.g., "~/Pictures/TuxPaint/")
|
||||
|
||||
From the "Open" screen you can also:
|
||||
+ Click the blue 'Slides' (slide projector) button at the lower left to
|
||||
o Click the blue 'Slides' (slide projector) button at the lower left to
|
||||
go to slideshow mode. See "Slides", below, for details.
|
||||
|
||||
+ Click the blue 'Template' button at the lower left to go to convert the
|
||||
o Click the blue 'Template' button at the lower left to go to convert the
|
||||
selected picture into a new template, which can be used as the basis
|
||||
for new drawings.
|
||||
|
||||
|
|
@ -877,7 +873,7 @@ c."Open" Command ←
|
|||
"Disable 'Make Template'" in Tux Paint Config. or running Tux Paint
|
||||
with the "notemplateexport" option).
|
||||
|
||||
+ Click the red 'Back' arrow button at the lower right of the list to
|
||||
o 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
|
||||
|
|
@ -1003,7 +999,6 @@ e."Print" Command ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
f."Slides" Command (under "Open") ←
|
||||
|
||||
|
|
@ -1314,44 +1309,44 @@ Other documentation included with Tux Paint (found in the "docs" folder/
|
|||
directory) includes:
|
||||
|
||||
→ Using Tux Paint: ←
|
||||
+ OPTIONS.html
|
||||
o OPTIONS.html
|
||||
Detailed instructions on command-line and configuration-file options,
|
||||
for those who don't want to use the Tux Paint Config. tool to manage
|
||||
Tux Paint's configuration.
|
||||
+ 'Magic' Tool Documentation ("magic-docs")
|
||||
o 'Magic' Tool Documentation ("magic-docs")
|
||||
Documentation for each of the currently-installed 'Magic' tools.
|
||||
+ Frequently Asked Questions ("FAQs") about Tux Paint
|
||||
o Frequently Asked Questions ("FAQs") about Tux Paint
|
||||
Answers to, and solutions for, some common questions about, and
|
||||
problems with, using Tux Paint.
|
||||
|
||||
|
||||
→ How to extend Tux Paint: ←
|
||||
+ EXTENDING.html
|
||||
o EXTENDING.html
|
||||
Detailed instructions on extending Tux Paint: creating brushes, stamps,
|
||||
starters, and templates; adding fonts; and creating new on-screen
|
||||
keyboard layouts and input methods.
|
||||
+ PNG.html
|
||||
o PNG.html
|
||||
Notes on creating PNG format bitmapped (raster) images for use in Tux
|
||||
Paint.
|
||||
+ SVG.html
|
||||
o SVG.html
|
||||
Notes on creating SVG format vector images for use in Tux Paint.
|
||||
|
||||
|
||||
→ Technical information: ←
|
||||
+ INSTALL.html
|
||||
o INSTALL.html
|
||||
Instructions for compiling and installing Tux Paint, when applicable.
|
||||
+ SIGNALS.html
|
||||
o SIGNALS.html
|
||||
Information about the POSIX signals that Tux Paint responds to.
|
||||
+ MAGIC-API.html
|
||||
o MAGIC-API.html
|
||||
Creating new Magic tools using Tux Paint's plugin API.
|
||||
|
||||
|
||||
→ Development history and license: ←
|
||||
+ AUTHORS.txt
|
||||
o AUTHORS.txt
|
||||
List of authors and contributors.
|
||||
+ CHANGES.txt
|
||||
o CHANGES.txt
|
||||
Summary of what has changed between releases of Tux Paint.
|
||||
+ COPYING.txt
|
||||
o COPYING.txt
|
||||
Tux Paint's software license, the GNU General Public License (GPL)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -25,13 +25,12 @@ Windows, macOS, and Linux. There are also other applications that can produce
|
|||
SVGs, both free/open source, and commerical/proprietary.
|
||||
|
||||
→ Open Source ←
|
||||
+ Inkscape — http://www.inkscape.org/
|
||||
+ Karbon — https://calligra.org/karbon/
|
||||
o Inkscape — http://www.inkscape.org/
|
||||
o Karbon — https://calligra.org/karbon/
|
||||
|
||||
|
||||
→ Proprietary ←
|
||||
+ CorelDRAW (Corel) — https://www.coreldraw.com/en/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Boxy SVG — https://boxy-svg.com/
|
||||
+ Sketch (Sketch B.V.) — https://boxy-svg.com/
|
||||
|
||||
o CorelDRAW (Corel) — https://www.coreldraw.com/en/
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Boxy SVG — https://boxy-svg.com/
|
||||
o Sketch (Sketch B.V.) — https://boxy-svg.com/
|
||||
|
|
|
|||
|
|
@ -25,9 +25,9 @@ indirectly by the libraries that it utilizes.
|
|||
|
||||
A few examples of where "$HOME" is used include:
|
||||
|
||||
+ The location of Tux Paint's configuration file
|
||||
+ The basis of where Tux Paint saves and loads users' drawings
|
||||
+ The location of a user's private collection of data files — stamps,
|
||||
o The location of Tux Paint's configuration file
|
||||
o The basis of where Tux Paint saves and loads users' drawings
|
||||
o The location of a user's private collection of data files — stamps,
|
||||
brushes, etc. — (versus those available system wide)
|
||||
|
||||
|
||||
|
|
@ -81,7 +81,6 @@ The following are a few of the environment variables supported by Simple
|
|||
DirectMedia Layer (libSDL) — which Tux Paint utilizes for displaying graphics,
|
||||
playing sounds, and receiving mouse, keyboard, and joystick input — and which
|
||||
may be useful to users of Tux Paint.
|
||||
|
||||
→ SDL_VIDEO_ALLOW_SCREENSAVER ←
|
||||
|
||||
Specifies whether Tux Paint should allow a screensaver to run. Can be set
|
||||
|
|
@ -100,4 +99,3 @@ may be useful to users of Tux Paint.
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -506,10 +506,8 @@ directory.)
|
|||
This maps 'black through white' to 'black through destination'.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Unalterable Stamps ←
|
||||
|
||||
|
|
@ -543,10 +541,10 @@ directory.)
|
|||
the stamp's data file. (An equals sign, "=", may be included after the word
|
||||
"scale".)
|
||||
|
||||
+ "scale 40%"
|
||||
+ "scale 5/2"
|
||||
+ "scale 2.5"
|
||||
+ "scale 2:5"
|
||||
o "scale 40%"
|
||||
o "scale 5/2"
|
||||
o "scale 2.5"
|
||||
o "scale 2:5"
|
||||
|
||||
|
||||
→ Windows Users ←
|
||||
|
|
@ -678,29 +676,29 @@ directory.)
|
|||
directions, the "allowscale" may be used to tell Tux Paint which behavior
|
||||
to allow:
|
||||
|
||||
+ For starters where it's alright to crop the left and right edges, but
|
||||
o For starters where it's alright to crop the left and right edges, but
|
||||
the top and bottom edges must be retained, use "allowscale=horizontal".
|
||||
o If the starter's aspect ratio is wider than that of the canvas, it
|
||||
# If the starter's aspect ratio is wider than that of the canvas, it
|
||||
will be scaled to fit the height of the canvas, and the left and
|
||||
right will be cropped.
|
||||
o If the starter's aspect ratio is taller than that of the canvas, it
|
||||
# If the starter's aspect ratio is taller than that of the canvas, it
|
||||
will be scaled to fit the height of the canvas, and no cropping
|
||||
will occur, and the left and right edges will be smeared.
|
||||
|
||||
+ For starters where it's alright to crop the top and bottom edges, but
|
||||
o For starters where it's alright to crop the top and bottom edges, but
|
||||
the left and right edges must be retained, use "allowscale=vertical".
|
||||
o If the starter's aspect ratio is taller than that of the canvas, it
|
||||
# If the starter's aspect ratio is taller than that of the canvas, it
|
||||
will be scaled to fit the width of the canvas, and the top and
|
||||
bottom will be cropped.
|
||||
o If the starter's aspect ratio is wider than that of the canvas, it
|
||||
# If the starter's aspect ratio is wider than that of the canvas, it
|
||||
will be scaled to fit the width of the canvas, and no cropping will
|
||||
occur, and the top and bottom edges will be smeared.
|
||||
|
||||
+ If it's acceptable to crop either the top and bottom or the left and
|
||||
o If it's acceptable to crop either the top and bottom or the left and
|
||||
right, use "allowscale=both". Contents from starter will always fill
|
||||
the canvas, regardless of how its aspect ratio compares to that of the
|
||||
canvas.
|
||||
+ The default behavior is to not allow cropping. This may be specified
|
||||
o The default behavior is to not allow cropping. This may be specified
|
||||
explicitly with "allowscale=none".
|
||||
|
||||
|
||||
|
|
@ -735,15 +733,15 @@ directory.)
|
|||
important, specify "gravity=bottom-right".
|
||||
|
||||
The available options are:
|
||||
+ center — prefer the center (the default)
|
||||
+ top — prefer the top center
|
||||
+ bottom — prefer the bottom center
|
||||
+ left — prefer the left center
|
||||
+ right — prefer the right center
|
||||
+ top-left — prefer the top left
|
||||
+ top-right — prefer the top right
|
||||
+ bottom-left — prefer the bottom left
|
||||
+ bottom-right — prefer the bottom right
|
||||
o center — prefer the center (the default)
|
||||
o top — prefer the top center
|
||||
o bottom — prefer the bottom center
|
||||
o left — prefer the left center
|
||||
o right — prefer the right center
|
||||
o top-left — prefer the top left
|
||||
o top-right — prefer the top right
|
||||
o bottom-left — prefer the bottom left
|
||||
o bottom-right — prefer the bottom right
|
||||
|
||||
[ Landscape-shaped image of a horizon with the sun in the middle and a
|
||||
building on the right. ]
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@
|
|||
language", below.
|
||||
|
||||
→ Tux Paint won't switch to my language ←
|
||||
+ Linux and Unix users: Make sure the locale is available
|
||||
o Linux and Unix users: Make sure the locale is available
|
||||
|
||||
Make sure the locale you want is available. Check your "/etc/
|
||||
locale.gen" file. See the "Options Documentation" for the locales Tux
|
||||
|
|
@ -116,21 +116,21 @@
|
|||
Note: Debian and derivative (e.g., Ubuntu) users can simply run
|
||||
"dpkg-reconfigure locales" if the locales are managed by "dpkg".
|
||||
|
||||
+ If you're using the "--lang" command-line option
|
||||
o If you're using the "--lang" command-line option
|
||||
|
||||
Try using the "--locale" command-line option, or your operating
|
||||
system's locale settings (e.g., the "$LANG" environment variable), and
|
||||
please e-mail us regarding your trouble.
|
||||
|
||||
+ If you're using the "--locale" command-line option
|
||||
o If you're using the "--locale" command-line option
|
||||
|
||||
If this doesn't work, please e-mail us regarding your trouble.
|
||||
|
||||
+ If you're trying to use your Operating System's locale
|
||||
o If you're trying to use your Operating System's locale
|
||||
|
||||
If this doesn't work, please e-mail us regarding your trouble.
|
||||
|
||||
+ Make sure you have the necessary font
|
||||
o Make sure you have the necessary font
|
||||
|
||||
Some translations require their own font. Chinese and Korean, for
|
||||
example, need Chinese and Korean TrueType Fonts installed and placed in
|
||||
|
|
@ -304,20 +304,20 @@
|
|||
### Audio Problems ###
|
||||
|
||||
→ There's no sound! ←
|
||||
+ First, check the obvious:
|
||||
o Are your speakers connected and turned on?
|
||||
o Is the volume turned up on your speakers?
|
||||
o Is the volume turned up in your Operating System's "mixer?"
|
||||
o Are you certain you're using a computer with a sound card?
|
||||
o Are any other programs running that use sound? (They may be
|
||||
o First, check the obvious:
|
||||
# Are your speakers connected and turned on?
|
||||
# Is the volume turned up on your speakers?
|
||||
# Is the volume turned up in your Operating System's "mixer?"
|
||||
# Are you certain you're using a computer with a sound card?
|
||||
# Are any other programs running that use sound? (They may be
|
||||
'blocking' Tux Paint from accessing your sound device)
|
||||
o (Unix/Linux) Are you using a sound system, such as aRts, ESD or
|
||||
# (Unix/Linux) Are you using a sound system, such as aRts, ESD or
|
||||
GStreamer? If so, try setting the "SDL_AUDIODRIVER" environment
|
||||
variable before running Tux Paint (e.g., "export SDL_AUDIODRIVER=
|
||||
arts"). Or, run Tux Paint through the system's rerouter (e.g., run
|
||||
"artsdsp tuxpaint" or "esddsp tuxpaint", instead of simply
|
||||
"tuxpaint").
|
||||
+ Is sound disabled in Tux Paint?
|
||||
o Is sound disabled in Tux Paint?
|
||||
|
||||
If sound seems to work otherwise (and you're sure no other program is
|
||||
"blocking" the sound device), then Tux Paint may be running with a "no
|
||||
|
|
@ -342,13 +342,13 @@
|
|||
setting, and allow unlimited printing. (You won't have to wait between
|
||||
prints.)
|
||||
|
||||
+ Were sounds temporarily disabled?
|
||||
o Were sounds temporarily disabled?
|
||||
|
||||
Even if sounds are enabled in Tux Paint, it is possible to disable and
|
||||
re-enable them temporarily using the [Alt] + [S] key sequence. Try
|
||||
pressing those keys to see if sounds begin working again.
|
||||
|
||||
+ Was Tux Paint built without sound support?
|
||||
o Was Tux Paint built without sound support?
|
||||
|
||||
Tux Paint may have been compiled with sound support disabled. To test
|
||||
whether sound support was enabled when Tux Paint was compiled, run Tux
|
||||
|
|
@ -368,29 +368,29 @@
|
|||
|
||||
Yes, there are a number of ways to disable sounds in Tux Paint:
|
||||
|
||||
+ Press [Alt] + [S] while in Tux Paint to temporarily disable sounds.
|
||||
o Press [Alt] + [S] while in Tux Paint to temporarily disable sounds.
|
||||
(Press that key sequence again to re-enable sounds.)
|
||||
+ Run Tux Paint with the "no sound" option:
|
||||
o Run "tuxpaint --nosound" from the command line or shortcut or
|
||||
o Run Tux Paint with the "no sound" option:
|
||||
# Run "tuxpaint --nosound" from the command line or shortcut or
|
||||
desktop icon.
|
||||
o Edit Tux Paint's configuration file (see "Options Documentation"
|
||||
# Edit Tux Paint's configuration file (see "Options Documentation"
|
||||
for details) and add a line containing "nosound=yes".
|
||||
o Or use Tux Paint Config. and make sure "Enable Sound Effects"
|
||||
# Or use Tux Paint Config. and make sure "Enable Sound Effects"
|
||||
(under "Video & Sound") is not checked.
|
||||
o Alternatively, recompile Tux Paint with sound support disabled.
|
||||
# Alternatively, recompile Tux Paint with sound support disabled.
|
||||
(See above, and the 'Install' documentation.
|
||||
|
||||
|
||||
→ The stereo panning of sound effects is bothersome; can sound effects be
|
||||
monophonic? ←
|
||||
monophonic? ←
|
||||
|
||||
Run Tux Paint with the "no stereo" option:
|
||||
|
||||
+ Run "tuxpaint --nostereo" from the command line or shortcut or desktop
|
||||
o Run "tuxpaint --nostereo" from the command line or shortcut or desktop
|
||||
icon.
|
||||
+ Edit Tux Paint's configuration file (see "Options Documentation" for
|
||||
o Edit Tux Paint's configuration file (see "Options Documentation" for
|
||||
details) and add a line containing "nostereo=yes".
|
||||
+ Or use Tux Paint Config. and make sure "Enable Stereo Effects" (under
|
||||
o Or use Tux Paint Config. and make sure "Enable Stereo Effects" (under
|
||||
"Video & Sound") is not checked.
|
||||
|
||||
|
||||
|
|
@ -411,7 +411,7 @@
|
|||
### Fullscreen Mode Problems ###
|
||||
|
||||
→ When I run Tux Paint full-screen and [Alt] + [Tab] out, the window turns
|
||||
black! ←
|
||||
black! ←
|
||||
This is apparently a bug in the SDL library. Sorry.
|
||||
|
||||
→ When I run Tux Paint full-screen, it has large borders around it ←
|
||||
|
|
@ -467,10 +467,10 @@
|
|||
|
||||
|
||||
→ How do I access other applications when Tux Paint is running in Full Screen?
|
||||
←
|
||||
+ Windows and Linux users, try the [Alt] + [Tab] key combination to
|
||||
←
|
||||
o Windows and Linux users, try the [Alt] + [Tab] key combination to
|
||||
switch between applications.
|
||||
+ macOS users, switch to other applications using [Control] + [Left
|
||||
o macOS users, switch to other applications using [Control] + [Left
|
||||
Arrow], then back to Tux Paint using [Control] + [Right Arrow].
|
||||
|
||||
|
||||
|
|
@ -585,7 +585,7 @@
|
|||
|
||||
By default, Tux Paint first looks at configuration files for options.
|
||||
|
||||
+ Windows
|
||||
o Windows
|
||||
|
||||
Under Windows, it first examines the system-wide configuration file,
|
||||
located here:
|
||||
|
|
@ -598,7 +598,7 @@
|
|||
|
||||
Finally, any options sent as command-line arguments are used.
|
||||
|
||||
+ macOS
|
||||
o macOS
|
||||
|
||||
Under macOS, it first examines the system-wide configuration file,
|
||||
located here:
|
||||
|
|
@ -611,7 +611,7 @@
|
|||
|
||||
Finally, any options sent as command-line arguments are used.
|
||||
|
||||
+ Linux / Unix
|
||||
o Linux / Unix
|
||||
|
||||
Under Unix and Linux, it first examines the system-wide configuration
|
||||
file, located here:
|
||||
|
|
@ -624,7 +624,7 @@
|
|||
|
||||
Finally, any options sent as command-line arguments are used.
|
||||
|
||||
+ Haiku
|
||||
o Haiku
|
||||
|
||||
Under Haiku, Tux Paint first examines the configuration file:
|
||||
|
||||
|
|
|
|||
|
|
@ -109,21 +109,20 @@ readily available for installation as part of your Linux distribution.
|
|||
be completely disabled (via "make SVG_LIB:=")
|
||||
|
||||
→ librsvg-2 & libCairo2 (newer libraries) ←
|
||||
o libRSVG 2: http://librsvg.sourceforge.net/
|
||||
o Cairo 2: http://www.cairographics.org/
|
||||
o These also depend on the following:
|
||||
# GdkPixbuf & GLib: http://www.gtk.org/
|
||||
# Pango: http://www.pango.org/
|
||||
@ libRSVG 2: http://librsvg.sourceforge.net/
|
||||
@ Cairo 2: http://www.cairographics.org/
|
||||
@ These also depend on the following:
|
||||
- GdkPixbuf & GLib: http://www.gtk.org/
|
||||
- Pango: http://www.pango.org/
|
||||
|
||||
|
||||
→ Older SVG libraries ←
|
||||
o libcairo1, libsvg1, & libsvg-cairo1: http://www.cairographics.org/
|
||||
o These also depend on the following:
|
||||
# libxml2: https://gitlab.gnome.org/GNOME/libxml2
|
||||
@ libcairo1, libsvg1, & libsvg-cairo1: http://www.cairographics.org/
|
||||
@ These also depend on the following:
|
||||
- libxml2: https://gitlab.gnome.org/GNOME/libxml2
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Animated GIF Export feature ←
|
||||
|
||||
|
|
@ -848,7 +847,7 @@ Install the required develop packages in Terminal:
|
|||
libpng16_devel librsvg_devel libsdl2_devel sdl2_image_devel sdl2_gfx_devel
|
||||
sdl2_mixer_devel sdl2_pango_devel sdl2_ttf_devel zlib_devel
|
||||
|
||||
←
|
||||
←
|
||||
|
||||
For 32-bit you need to switch to the new compiler (currently gcc 11.2.0) with
|
||||
setarch x86
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -130,10 +130,10 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
Some examples:
|
||||
|
||||
+ 640x480
|
||||
+ 1024x768
|
||||
+ 768x1024
|
||||
+ 1600x1200
|
||||
o 640x480
|
||||
o 1024x768
|
||||
o 768x1024
|
||||
o 1600x1200
|
||||
|
||||
💡 If only one display is available, and Tux Paint is being run in windowed
|
||||
(not fullscreen) mode, and the chosen window size exceeds the capabilities
|
||||
|
|
@ -543,7 +543,6 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
beginner mode.)
|
||||
|
||||
The COMPLEXITY value may be one of:
|
||||
|
||||
→ advanced (the default) ←
|
||||
"Advanced" — For users familiar with Tux Paint and who can operate more
|
||||
complex tools.
|
||||
|
|
@ -1010,7 +1009,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Print Commands ##
|
||||
|
||||
→ printcommand=COMMAND ←
|
||||
|
|
@ -1047,7 +1046,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Paper Size ##
|
||||
|
||||
→ papersize=PAPERSIZE ←
|
||||
|
|
@ -1068,7 +1067,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Saving ###
|
||||
|
||||
## Save Over Earlier Work ##
|
||||
|
|
@ -1097,7 +1096,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Starting Out ##
|
||||
|
||||
→ startblank=yes ←
|
||||
|
|
@ -1124,7 +1123,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Save and Export Directories ##
|
||||
|
||||
→ savedir=DIRECTORY ←
|
||||
|
|
@ -1167,7 +1166,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
If you do not override it, the default location is:
|
||||
|
||||
o Linux & Unix — If available, wherever your desktop environment is
|
||||
# Linux & Unix — If available, wherever your desktop environment is
|
||||
configured for pictures to be stored, based on your XDG (X Desktop
|
||||
Group) configuration. (Try running the command-line "xdg-user-dir
|
||||
PICTURES" to find out.)
|
||||
|
|
@ -1177,12 +1176,12 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
Tux Paint will fall back to using that typical directory, if no XDG
|
||||
configuration can be read, or nothing is set for
|
||||
"XDG_PICTURES_DIR".
|
||||
o Windows - "My Pictures" directory for each user (normaly
|
||||
# Windows - "My Pictures" directory for each user (normaly
|
||||
"C:\Users\username\My Pictures")
|
||||
You can directly open the folder as follows:
|
||||
# Press "[Windows]+[R]" key to open "Run ..." dialogue.
|
||||
# Enter "Shell:My Pictures" in the text box and push [OK].
|
||||
o macOS — TBD!
|
||||
@ Press "[Windows]+[R]" key to open "Run ..." dialogue.
|
||||
@ Enter "Shell:My Pictures" in the text box and push [OK].
|
||||
# macOS — TBD!
|
||||
|
||||
💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will
|
||||
be created and used. (e.g., "/home/username/Pictures/TuxPaint") When
|
||||
|
|
@ -1200,7 +1199,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## More Saving Options ##
|
||||
|
||||
→ nosave=yes ←
|
||||
|
|
@ -1239,7 +1238,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Data ###
|
||||
|
||||
## Lockfile ##
|
||||
|
|
@ -1267,7 +1266,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Data Directory ##
|
||||
|
||||
→ datadir=DIRECTORY ←
|
||||
|
|
@ -1303,7 +1302,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Color Palette File ##
|
||||
|
||||
→ colorfile=FILENAME ←
|
||||
|
|
@ -1334,7 +1333,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Accessibility ###
|
||||
|
||||
## Mouse ##
|
||||
|
|
@ -1346,7 +1345,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Keyboard ##
|
||||
|
||||
→ keyboard=yes ←
|
||||
|
|
@ -1357,20 +1356,20 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
Features:
|
||||
|
||||
o Fine movement within canvas, or coarse movement if Shift is held.
|
||||
o Coarse movement within tool button areas.
|
||||
o Key controls:
|
||||
# [Left]/[Right]/[Up]/[Down], numpad [1] thru [9]: Move mouse
|
||||
# [Space]/[5]: Click mouse (except when using "Text" or "Label"
|
||||
# Fine movement within canvas, or coarse movement if Shift is held.
|
||||
# Coarse movement within tool button areas.
|
||||
# Key controls:
|
||||
@ [Left]/[Right]/[Up]/[Down], numpad [1] thru [9]: Move mouse
|
||||
@ [Space]/[5]: Click mouse (except when using "Text" or "Label"
|
||||
tools)
|
||||
# [Insert]/[F5]: Click mouse (always)
|
||||
# [F4] jump mouse between "Tools", "Colors" and canvas areas
|
||||
# If mouse is within "Tools" section on the left, or "Colors"
|
||||
@ [Insert]/[F5]: Click mouse (always)
|
||||
@ [F4] jump mouse between "Tools", "Colors" and canvas areas
|
||||
@ If mouse is within "Tools" section on the left, or "Colors"
|
||||
section at the bottom:
|
||||
@ [F7], [F8]: Move down/up between buttons, respectively
|
||||
- [F7], [F8]: Move down/up between buttons, respectively
|
||||
(Tools section, only)
|
||||
@ [F11], [F12]: Move to previous/next button, respectively
|
||||
o To click-and-drag, hold one of the 'click' keys (e.g., [Insert]),
|
||||
- [F11], [F12]: Move to previous/next button, respectively
|
||||
# To click-and-drag, hold one of the 'click' keys (e.g., [Insert]),
|
||||
and use the movement keys (e.g., [Left]).
|
||||
|
||||
💡 Note: The "mouse accessibility" feature works with the keyboard
|
||||
|
|
@ -1379,7 +1378,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
keys to move around (which will draw), and another 'click' key to
|
||||
end the click (stop drawing).
|
||||
|
||||
o A regular mouse and/or joystick may still be used (so you can,
|
||||
# A regular mouse and/or joystick may still be used (so you can,
|
||||
e.g., move with the mouse, and click with the keyboard, or
|
||||
vice-versa)
|
||||
|
||||
|
|
@ -1389,7 +1388,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Onscreen Keyboard ##
|
||||
|
||||
→ onscreen-keyboard=yes ←
|
||||
|
|
@ -1423,7 +1422,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Joystick ###
|
||||
|
||||
## Main Device ##
|
||||
|
|
@ -1456,7 +1455,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Hat ##
|
||||
|
||||
→ joystick-hat-slowness=SPEED ←
|
||||
|
|
@ -1474,7 +1473,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Buttons to Disable ##
|
||||
|
||||
→ joystick-buttons-ignore=BUTTON1,BUTTON2,... ←
|
||||
|
|
@ -1607,7 +1606,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
Overriding System Config. Options
|
||||
|
||||
If any of the above options are set in a system-wide configuration file
|
||||
|
|
@ -1632,88 +1631,88 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
Paint.
|
||||
|
||||
→ --fullscreen=yes
|
||||
--fullscreen=native
|
||||
--WIDTHxHEIGHT
|
||||
--orient=portrait
|
||||
--buttonsize=SIZE
|
||||
--colorsrows=ROWS
|
||||
--native
|
||||
--allowscreensaver
|
||||
--startblank
|
||||
--nosound
|
||||
--nostereo
|
||||
--noquit
|
||||
--noprint
|
||||
--printdelay=SECONDS
|
||||
--printcfg
|
||||
--altprintnever
|
||||
--altprintalways
|
||||
--papersize=PAPERSIZE
|
||||
--printcommand=COMMAND
|
||||
--altprintcommand=COMMAND
|
||||
--nolockfile
|
||||
--simpleshapes
|
||||
--uppercase
|
||||
--grab
|
||||
--noshortcuts
|
||||
--nowheelmouse
|
||||
--nobuttondistinction
|
||||
--nofancycursors
|
||||
--hidecursor
|
||||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nostamprotation
|
||||
--nomagiccontrols
|
||||
--nomagicsizes
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
--nobrushspacing
|
||||
--newcolorslast
|
||||
--mouse-accessibility
|
||||
--onscreen-keyboard
|
||||
--onscreen-keyboard-layout
|
||||
--onscreen-keyboard-disable-change
|
||||
--joystick-dev
|
||||
--joystick-slowness
|
||||
--joystick-threshold
|
||||
--joystick-maxsteps
|
||||
--joystick-hat-slowness
|
||||
--joystick-hat-timeout
|
||||
--joystick-btn-escape
|
||||
--joystick-btn-brush
|
||||
--joystick-btn-stamp
|
||||
--joystick-btn-lines
|
||||
--joystick-btn-shapes
|
||||
--joystick-btn-text
|
||||
--joystick-btn-label
|
||||
--joystick-btn-magic
|
||||
--joystick-btn-undo
|
||||
--joystick-btn-redo
|
||||
--joystick-btn-eraser
|
||||
--joystick-btn-new
|
||||
--joystick-btn-open
|
||||
--joystick-btn-save
|
||||
--joystick-btn-pgsetup
|
||||
--joystick-btn-print
|
||||
--joystick-buttons-ignore
|
||||
--sysfonts
|
||||
--uifont=FONT NAME
|
||||
--alllocalefonts
|
||||
--mirrorstamps
|
||||
--stampsize=SIZE
|
||||
--keyboard
|
||||
--savedir DIRECTORY
|
||||
--datadir DIRECTORY
|
||||
--exportdir DIRECTORY
|
||||
--saveover
|
||||
--saveovernew
|
||||
--nosave
|
||||
--autosave
|
||||
--reversesort
|
||||
--lang LANGUAGE
|
||||
--colorfile FILE
|
||||
←
|
||||
--fullscreen=native
|
||||
--WIDTHxHEIGHT
|
||||
--orient=portrait
|
||||
--buttonsize=SIZE
|
||||
--colorsrows=ROWS
|
||||
--native
|
||||
--allowscreensaver
|
||||
--startblank
|
||||
--nosound
|
||||
--nostereo
|
||||
--noquit
|
||||
--noprint
|
||||
--printdelay=SECONDS
|
||||
--printcfg
|
||||
--altprintnever
|
||||
--altprintalways
|
||||
--papersize=PAPERSIZE
|
||||
--printcommand=COMMAND
|
||||
--altprintcommand=COMMAND
|
||||
--nolockfile
|
||||
--simpleshapes
|
||||
--uppercase
|
||||
--grab
|
||||
--noshortcuts
|
||||
--nowheelmouse
|
||||
--nobuttondistinction
|
||||
--nofancycursors
|
||||
--hidecursor
|
||||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nostamprotation
|
||||
--nomagiccontrols
|
||||
--nomagicsizes
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
--nobrushspacing
|
||||
--newcolorslast
|
||||
--mouse-accessibility
|
||||
--onscreen-keyboard
|
||||
--onscreen-keyboard-layout
|
||||
--onscreen-keyboard-disable-change
|
||||
--joystick-dev
|
||||
--joystick-slowness
|
||||
--joystick-threshold
|
||||
--joystick-maxsteps
|
||||
--joystick-hat-slowness
|
||||
--joystick-hat-timeout
|
||||
--joystick-btn-escape
|
||||
--joystick-btn-brush
|
||||
--joystick-btn-stamp
|
||||
--joystick-btn-lines
|
||||
--joystick-btn-shapes
|
||||
--joystick-btn-text
|
||||
--joystick-btn-label
|
||||
--joystick-btn-magic
|
||||
--joystick-btn-undo
|
||||
--joystick-btn-redo
|
||||
--joystick-btn-eraser
|
||||
--joystick-btn-new
|
||||
--joystick-btn-open
|
||||
--joystick-btn-save
|
||||
--joystick-btn-pgsetup
|
||||
--joystick-btn-print
|
||||
--joystick-buttons-ignore
|
||||
--sysfonts
|
||||
--uifont=FONT NAME
|
||||
--alllocalefonts
|
||||
--mirrorstamps
|
||||
--stampsize=SIZE
|
||||
--keyboard
|
||||
--savedir DIRECTORY
|
||||
--datadir DIRECTORY
|
||||
--exportdir DIRECTORY
|
||||
--saveover
|
||||
--saveovernew
|
||||
--nosave
|
||||
--autosave
|
||||
--reversesort
|
||||
--lang LANGUAGE
|
||||
--colorfile FILE
|
||||
←
|
||||
|
||||
These enable or correspond to the configuration file options described
|
||||
above.
|
||||
|
|
@ -1721,47 +1720,47 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
→ --windowed
|
||||
--800x600
|
||||
--orient=landscape
|
||||
--disablescreensaver
|
||||
--startlast
|
||||
--sound
|
||||
--stereo
|
||||
--quit
|
||||
--print
|
||||
--printdelay=0
|
||||
--noprintcfg
|
||||
--altprintmod
|
||||
--lockfile
|
||||
--complexshapes
|
||||
--mixedcase
|
||||
--dontgrab
|
||||
--shortcuts
|
||||
--wheelmouse
|
||||
--buttondistinction
|
||||
--fancycursors
|
||||
--showcursor
|
||||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--stamprotation
|
||||
--magiccontrols
|
||||
--magicsizes
|
||||
--shapecontrols
|
||||
--label
|
||||
--brushspacing
|
||||
--newcolorsfirst
|
||||
--nosysfonts
|
||||
--currentlocalefont
|
||||
--uifont=default
|
||||
--dontmirrorstamps
|
||||
--stampsize=default
|
||||
--mouse
|
||||
--saveoverask
|
||||
--save
|
||||
--noautosave
|
||||
--noreversesort
|
||||
←
|
||||
--800x600
|
||||
--orient=landscape
|
||||
--disablescreensaver
|
||||
--startlast
|
||||
--sound
|
||||
--stereo
|
||||
--quit
|
||||
--print
|
||||
--printdelay=0
|
||||
--noprintcfg
|
||||
--altprintmod
|
||||
--lockfile
|
||||
--complexshapes
|
||||
--mixedcase
|
||||
--dontgrab
|
||||
--shortcuts
|
||||
--wheelmouse
|
||||
--buttondistinction
|
||||
--fancycursors
|
||||
--showcursor
|
||||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--stamprotation
|
||||
--magiccontrols
|
||||
--magicsizes
|
||||
--shapecontrols
|
||||
--label
|
||||
--brushspacing
|
||||
--newcolorsfirst
|
||||
--nosysfonts
|
||||
--currentlocalefont
|
||||
--uifont=default
|
||||
--dontmirrorstamps
|
||||
--stampsize=default
|
||||
--mouse
|
||||
--saveoverask
|
||||
--save
|
||||
--noautosave
|
||||
--noreversesort
|
||||
←
|
||||
|
||||
These options can be used to override any settings made in the
|
||||
configuration file. (If the option isn't set in the configuration file
|
||||
|
|
@ -1779,14 +1778,14 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Command-Line Informational Options ###
|
||||
|
||||
The following options display some informative text on the screen. Tux
|
||||
Paint doesn't actually start up and run afterwards, however.
|
||||
|
||||
→ --version
|
||||
--verbose-version ←
|
||||
--verbose-version ←
|
||||
|
||||
Display the version number and date of the copy of Tux Paint you are
|
||||
running. The "--verbose-version" also lists what compile-time options
|
||||
|
|
@ -1824,7 +1823,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
Choosing a Different Language
|
||||
|
||||
Tux Paint has been translated into a number of languages. To access the
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ images into PNGs.
|
|||
|
||||
|
||||
→ Command-line Tools ←
|
||||
|
||||
→ NetPBM ←
|
||||
|
||||
The Portable Bitmap tools (collectively known as "NetPBM") is a
|
||||
|
|
@ -70,23 +69,22 @@ images into PNGs.
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Proprietary Software for Windows ←
|
||||
+ CorelDRAW (Corel) — http://www.corel.com/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
+ Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
+ PIXresizer (Bluefive software) — http://bluefive.pair.com/
|
||||
o CorelDRAW (Corel) — http://www.corel.com/
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
o Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
o PIXresizer (Bluefive software) — http://bluefive.pair.com/
|
||||
pixresizer.htm
|
||||
|
||||
|
||||
→ Macintosh Users ←
|
||||
+ CorelDRAW (Corel) — http://www.corel.com/
|
||||
+ GraphicConverter (Lemke Software) — https://www.lemkesoft.de/
|
||||
o CorelDRAW (Corel) — http://www.corel.com/
|
||||
o GraphicConverter (Lemke Software) — https://www.lemkesoft.de/
|
||||
mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -221,16 +221,16 @@ automatically.)
|
|||
The main screen is divided into the following sections:
|
||||
|
||||
[Tools: Paint, Stamp, Lines, Shapes, Text, Magic, Label, Undo, Redo, Eraser,
|
||||
New, Open, Save, Print, Quit]
|
||||
|
||||
New, Open, Save, Print, Quit]
|
||||
|
||||
→ Left Side: Toolbar ←
|
||||
|
||||
The toolbar contains the drawing and editing controls.
|
||||
|
||||
|
||||
|
||||
[Canvas]
|
||||
|
||||
[Canvas]
|
||||
|
||||
→ Middle: Drawing Canvas ←
|
||||
|
||||
The largest part of the screen, in the center, is the drawing canvas. This
|
||||
|
|
@ -243,8 +243,8 @@ The main screen is divided into the following sections:
|
|||
|
||||
|
||||
|
||||
[Selectors - Brushes, Letters, Shapes, Stamps]
|
||||
|
||||
[Selectors - Brushes, Letters, Shapes, Stamps]
|
||||
|
||||
→ Right Side: Selector ←
|
||||
|
||||
Depending on the current tool, the selector shows different things. e.g.,
|
||||
|
|
@ -255,9 +255,9 @@ The main screen is divided into the following sections:
|
|||
|
||||
|
||||
|
||||
[Colors - Black, White, Red, Pink, Orange, Yellow, Green, Cyan, Blue,
|
||||
Purple, Brown, Grey]
|
||||
|
||||
[Colors - Black, White, Red, Pink, Orange, Yellow, Green, Cyan, Blue, Purple,
|
||||
Brown, Grey]
|
||||
|
||||
→ Lower: Colors ←
|
||||
|
||||
When the active tool supports colors, a palette of colors choices will be
|
||||
|
|
@ -267,12 +267,12 @@ The main screen is divided into the following sections:
|
|||
as the color to use when flood-filling an area of the picture.)
|
||||
|
||||
On the far right are three special color options:
|
||||
+ Color Picker
|
||||
o Color Picker
|
||||
The "color picker" (which has an outline of an eye-dropper) allows you
|
||||
to pick a color found within your drawing.
|
||||
(A shortcut key is available to access this feature quickly; see
|
||||
below.)
|
||||
+ Rainbow Palette
|
||||
o Rainbow Palette
|
||||
The rainbow palette allows you to pick any color by choosing the hue,
|
||||
saturation, and value of the color you want. A box on the left displays
|
||||
hundreds of hues — from red at the top through to violet at the bottom
|
||||
|
|
@ -283,10 +283,10 @@ The main screen is divided into the following sections:
|
|||
Click the green checkbox button to select the color, or the "Back"
|
||||
button to dismiss the pop-up without picking a new color.
|
||||
You may also set this tool's color to that of other color choices:
|
||||
o Whichever built-in color is selected, if any
|
||||
o The Color Picker's current color
|
||||
o The Color Mixer's current color
|
||||
+ Color Mixer
|
||||
# Whichever built-in color is selected, if any
|
||||
# The Color Picker's current color
|
||||
# The Color Mixer's current color
|
||||
o Color Mixer
|
||||
The "color mixer" (which has silhouette of a paint palette) allows you
|
||||
to create colors by blending primary additive colors — red, yellow, and
|
||||
blue — along with white (to "tint"), grey (to "tone"), and black (to
|
||||
|
|
@ -315,10 +315,9 @@ The main screen is divided into the following sections:
|
|||
|
||||
|
||||
|
||||
(Example tip: 'Pick a shape. Click to pick the center, drag, then let go
|
||||
when it is the size you want. Move around to rotate it, and click to draw
|
||||
it.')
|
||||
|
||||
(Example tip: 'Pick a shape. Click to pick the center, drag, then let go when
|
||||
it is the size you want. Move around to rotate it, and click to draw it.')
|
||||
|
||||
→ Bottom: Help Area ←
|
||||
|
||||
At the very bottom of the screen, Tux, the Linux Penguin, provides tips and
|
||||
|
|
@ -412,13 +411,13 @@ b."Stamp" Tool (Rubber Stamps) ←
|
|||
Prior to 'stamping' an image onto your drawing, various effects can
|
||||
sometimes be applied (depending on the stamp):
|
||||
|
||||
o Some stamps can be colored or tinted. If the color palette below
|
||||
@ Some stamps can be colored or tinted. If the color palette below
|
||||
the canvas is activated, you can click the colors to change the
|
||||
tint or color of the stamp before placing it in the picture.
|
||||
o Stamps can be shrunk and expanded, by clicking within the
|
||||
@ Stamps can be shrunk and expanded, by clicking within the
|
||||
triangular-shaped series of bars at the bottom right; the larger
|
||||
the bar, the larger the stamp will appear in your picture.
|
||||
o Many stamps may be flipped vertically, or displayed as a
|
||||
@ Many stamps may be flipped vertically, or displayed as a
|
||||
mirror-image, using the control buttons at the bottom right.
|
||||
|
||||
⚙ Note: If the "nostampcontrols" option is set, Tux Paint won't display
|
||||
|
|
@ -437,7 +436,6 @@ b."Stamp" Tool (Rubber Stamps) ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
c."Lines" Tool ←
|
||||
|
||||
|
|
@ -529,7 +527,6 @@ d."Shapes" Tool ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
e."Text" and "Label" Tools ←
|
||||
|
||||
|
|
@ -603,11 +600,11 @@ e."Text" and "Label" Tools ←
|
|||
Currently supported locales, the input methods available, and the key
|
||||
to toggle or cycle modes, are listed below.
|
||||
|
||||
o Japanese — Romanized Hiragana and Romanized Katakana — right [Alt]
|
||||
@ Japanese — Romanized Hiragana and Romanized Katakana — right [Alt]
|
||||
key or left [Alt] key
|
||||
o Korean — Hangul 2-Bul — right [Alt] key or left [Alt] key
|
||||
o Traditional Chinese — right [Alt] key or left [Alt] key
|
||||
o Thai — right [Alt] key
|
||||
@ Korean — Hangul 2-Bul — right [Alt] key or left [Alt] key
|
||||
@ Traditional Chinese — right [Alt] key or left [Alt] key
|
||||
@ Thai — right [Alt] key
|
||||
|
||||
💡 Note: Many fonts do not include all characters for all languages, so
|
||||
sometimes you'll need to change fonts to see the characters you're
|
||||
|
|
@ -627,22 +624,21 @@ e."Text" and "Label" Tools ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
f."Fill" Tool ←
|
||||
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a
|
||||
color of your choice. Three fill options are offered:
|
||||
+ Solid — click once to fill an area with a solid color.
|
||||
+ Brush — click and drag to fill an area with a solid color using
|
||||
o Solid — click once to fill an area with a solid color.
|
||||
o Brush — click and drag to fill an area with a solid color using
|
||||
freehand painting.
|
||||
+ Linear — click and then drag to fill the area with color that fades
|
||||
o Linear — click and then drag to fill the area with color that fades
|
||||
away (a gradient) towards where you drag the mouse.
|
||||
+ Radial — click once to fill an area with a color that fades away (a
|
||||
o Radial — click once to fill an area with a color that fades away (a
|
||||
gradient) radially, centered on where you clicked.
|
||||
+ Shaped — click once to fill an area with a color that fades away (a
|
||||
o Shaped — click once to fill an area with a color that fades away (a
|
||||
gradient), following the contours of the shape you're filling.
|
||||
+ Eraser — click once to erase an area, exposing the solid color
|
||||
o Eraser — click once to erase an area, exposing the solid color
|
||||
background, or starter or template background image, upon which the
|
||||
drawing was based. (See Available Tools > Drawing Tools > "Eraser" Tool
|
||||
and Other Controls > 'Starter' & Template Images.)
|
||||
|
|
@ -714,13 +710,13 @@ h."Eraser" Tool ←
|
|||
|
||||
A number of eraser types are available, each offering multiple sizes are
|
||||
available:
|
||||
+ Square — Square-shaped erasers that completely remove parts of your
|
||||
o Square — Square-shaped erasers that completely remove parts of your
|
||||
drawing.
|
||||
+ Circle (solid) — Circle-shaped erasers that completely remove parts of
|
||||
o Circle (solid) — Circle-shaped erasers that completely remove parts of
|
||||
your drawing.
|
||||
+ Fuzzy-edged Circle — Circle-shaped erasers with soft edges that blend
|
||||
o Fuzzy-edged Circle — Circle-shaped erasers with soft edges that blend
|
||||
with the background.
|
||||
+ Transparent Circle — Circle-shaped erasers that blend your drawing with
|
||||
o Transparent Circle — Circle-shaped erasers that blend your drawing with
|
||||
the background. Release and click again to expose more and more of the
|
||||
background.
|
||||
|
||||
|
|
@ -779,11 +775,11 @@ b."New" Command ←
|
|||
details.
|
||||
|
||||
'Starter' & Template Images ←
|
||||
o 'Starters' can behave like a page from a coloring book — a
|
||||
@ 'Starters' can behave like a page from a coloring book — a
|
||||
black-and-white outline of a picture, which you can then color in,
|
||||
and the black outline remains intact — or like a 3D photograph,
|
||||
where you draw in between a foreground and background layer.
|
||||
o 'Templates' are similar, but simply provide a background drawing to
|
||||
@ 'Templates' are similar, but simply provide a background drawing to
|
||||
work off of. Unlike 'Starters', there is no layer that remains in
|
||||
the foreground of anything you draw in the picture.
|
||||
|
||||
|
|
@ -839,7 +835,7 @@ c."Open" Command ←
|
|||
bottom of the list to scroll through the 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
|
||||
o Click the green 'Open' button at the lower left of the list to load the
|
||||
selected picture. You will then be able to edit it.
|
||||
|
||||
(Alternatively, you can double-click a picture's icon to load it.)
|
||||
|
|
@ -848,7 +844,7 @@ c."Open" Command ←
|
|||
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
|
||||
o 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), Windows (as of version
|
||||
|
|
@ -858,14 +854,14 @@ c."Open" Command ←
|
|||
|
||||
⚙ Note: The 'Erase' button may be disabled, via the "noerase" option.
|
||||
|
||||
+ Click the 'Export' button near the lower right to export the selected
|
||||
o Click the 'Export' button near the lower right to export the selected
|
||||
picture to your export folder. (e.g., "~/Pictures/TuxPaint/")
|
||||
|
||||
From the "Open" screen you can also:
|
||||
+ Click the blue 'Slides' (slide projector) button at the lower left to
|
||||
o Click the blue 'Slides' (slide projector) button at the lower left to
|
||||
go to slideshow mode. See "Slides", below, for details.
|
||||
|
||||
+ Click the blue 'Template' button at the lower left to go to convert the
|
||||
o Click the blue 'Template' button at the lower left to go to convert the
|
||||
selected picture into a new template, which can be used as the basis
|
||||
for new drawings.
|
||||
|
||||
|
|
@ -877,7 +873,7 @@ c."Open" Command ←
|
|||
"Disable 'Make Template'" in Tux Paint Config. or running Tux Paint
|
||||
with the "notemplateexport" option).
|
||||
|
||||
+ Click the red 'Back' arrow button at the lower right of the list to
|
||||
o 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
|
||||
|
|
@ -1003,7 +999,6 @@ e."Print" Command ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
f."Slides" Command (under "Open") ←
|
||||
|
||||
|
|
@ -1314,44 +1309,44 @@ Other documentation included with Tux Paint (found in the "docs" folder/
|
|||
directory) includes:
|
||||
|
||||
→ Using Tux Paint: ←
|
||||
+ OPTIONS.html
|
||||
o OPTIONS.html
|
||||
Detailed instructions on command-line and configuration-file options,
|
||||
for those who don't want to use the Tux Paint Config. tool to manage
|
||||
Tux Paint's configuration.
|
||||
+ 'Magic' Tool Documentation ("magic-docs")
|
||||
o 'Magic' Tool Documentation ("magic-docs")
|
||||
Documentation for each of the currently-installed 'Magic' tools.
|
||||
+ Frequently Asked Questions ("FAQs") about Tux Paint
|
||||
o Frequently Asked Questions ("FAQs") about Tux Paint
|
||||
Answers to, and solutions for, some common questions about, and
|
||||
problems with, using Tux Paint.
|
||||
|
||||
|
||||
→ How to extend Tux Paint: ←
|
||||
+ EXTENDING.html
|
||||
o EXTENDING.html
|
||||
Detailed instructions on extending Tux Paint: creating brushes, stamps,
|
||||
starters, and templates; adding fonts; and creating new on-screen
|
||||
keyboard layouts and input methods.
|
||||
+ PNG.html
|
||||
o PNG.html
|
||||
Notes on creating PNG format bitmapped (raster) images for use in Tux
|
||||
Paint.
|
||||
+ SVG.html
|
||||
o SVG.html
|
||||
Notes on creating SVG format vector images for use in Tux Paint.
|
||||
|
||||
|
||||
→ Technical information: ←
|
||||
+ INSTALL.html
|
||||
o INSTALL.html
|
||||
Instructions for compiling and installing Tux Paint, when applicable.
|
||||
+ SIGNALS.html
|
||||
o SIGNALS.html
|
||||
Information about the POSIX signals that Tux Paint responds to.
|
||||
+ MAGIC-API.html
|
||||
o MAGIC-API.html
|
||||
Creating new Magic tools using Tux Paint's plugin API.
|
||||
|
||||
|
||||
→ Development history and license: ←
|
||||
+ AUTHORS.txt
|
||||
o AUTHORS.txt
|
||||
List of authors and contributors.
|
||||
+ CHANGES.txt
|
||||
o CHANGES.txt
|
||||
Summary of what has changed between releases of Tux Paint.
|
||||
+ COPYING.txt
|
||||
o COPYING.txt
|
||||
Tux Paint's software license, the GNU General Public License (GPL)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -25,13 +25,12 @@ Windows, macOS, and Linux. There are also other applications that can produce
|
|||
SVGs, both free/open source, and commerical/proprietary.
|
||||
|
||||
→ Open Source ←
|
||||
+ Inkscape — http://www.inkscape.org/
|
||||
+ Karbon — https://calligra.org/karbon/
|
||||
o Inkscape — http://www.inkscape.org/
|
||||
o Karbon — https://calligra.org/karbon/
|
||||
|
||||
|
||||
→ Proprietary ←
|
||||
+ CorelDRAW (Corel) — https://www.coreldraw.com/en/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Boxy SVG — https://boxy-svg.com/
|
||||
+ Sketch (Sketch B.V.) — https://boxy-svg.com/
|
||||
|
||||
o CorelDRAW (Corel) — https://www.coreldraw.com/en/
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Boxy SVG — https://boxy-svg.com/
|
||||
o Sketch (Sketch B.V.) — https://boxy-svg.com/
|
||||
|
|
|
|||
|
|
@ -26,9 +26,9 @@ soit indirectement par le biais des bibliothèques qu'il utilise.
|
|||
|
||||
Quelques exemples où "$HOME" est utilisé incluent :
|
||||
|
||||
+ L'emplacement du fichier de configuration de Tux Paint
|
||||
+ La base où Tux Paint sauvegarde et lit les dessins des utilisateurs
|
||||
+ L'endroit où se situent les fichiers privés d'un utilisateur (—
|
||||
o L'emplacement du fichier de configuration de Tux Paint
|
||||
o La base où Tux Paint sauvegarde et lit les dessins des utilisateurs
|
||||
o L'endroit où se situent les fichiers privés d'un utilisateur (—
|
||||
tampons, pinceaux, etc, —) (par opposition aux fichiers accessibles à
|
||||
tout le monde)
|
||||
|
||||
|
|
@ -87,7 +87,6 @@ Ce qui suit donne quelques variables d'environnement supportées par Simple
|
|||
DirectMedia Layer (libSDL) — que Tux Paint utilise pour l'affichage des
|
||||
dessins, pour jouer des sons et traiter les saisies de la souris, du clavier et
|
||||
du joystick — et qui peuvent être utiles aux utilisateurs de Tux Paint.
|
||||
|
||||
→ SDL_VIDEO_ALLOW_SCREENSAVER ←
|
||||
|
||||
Spécifie si Tux Paint autorise l'utilisation d'un économiseur d'écran. Peut
|
||||
|
|
@ -107,4 +106,3 @@ du joystick — et qui peuvent être utiles aux utilisateurs de Tux Paint.
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -532,10 +532,8 @@ Le fichier porte le même nom que l'image PNG ou SVG , mais une extension
|
|||
Cela mappe «noir à blanc» à «noir à destination».
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Tampons inaltérables ←
|
||||
|
||||
|
|
@ -571,10 +569,10 @@ Le fichier porte le même nom que l'image PNG ou SVG , mais une extension
|
|||
réglage, à votre fichier de données du tampon.(Un signe égal,"=", peut être
|
||||
ajouté après le mot "scale".)
|
||||
|
||||
+ "scale 40%"
|
||||
+ "scale 5/2"
|
||||
+ "scale 2.5"
|
||||
+ "scale 2:5"
|
||||
o "scale 40%"
|
||||
o "scale 5/2"
|
||||
o "scale 2.5"
|
||||
o "scale 2:5"
|
||||
|
||||
|
||||
→ Utilisateurs de Windows ←
|
||||
|
|
@ -716,33 +714,33 @@ qui se trouve dans le même répertoire.)
|
|||
allowscale" peut être utilisé pour dire à Tux Paint quel comportement est
|
||||
permis :
|
||||
|
||||
+ Pour les images pour lesquelles c'est d'accord pour rogner les bords
|
||||
o Pour les images pour lesquelles c'est d'accord pour rogner les bords
|
||||
gauche et droite, mais les bords haut et bas doivent être conservés,
|
||||
utilisez "allowscale=horizontal".
|
||||
o Si le ratio d'aspect de l'image de démarrage est plus large que
|
||||
# Si le ratio d'aspect de l'image de démarrage est plus large que
|
||||
celui du canevas, elle sera mise à l'échelle pour avoir la même
|
||||
hauteur que le canevas et gauche et droite seront rognés.
|
||||
o Si le ratio d'aspect de l'image de démarrage est plus haut que
|
||||
# Si le ratio d'aspect de l'image de démarrage est plus haut que
|
||||
celui du canevas, elle sera mise à l'échelle pour avoir la même
|
||||
hauteur que le canevas et il n'y aura pas de rognage, et les bords
|
||||
de gauche et droite seront barbouillés.
|
||||
|
||||
+ Pour les images pour lesquelles c'est d'accord pour rogner les bords
|
||||
o Pour les images pour lesquelles c'est d'accord pour rogner les bords
|
||||
haut et bas, mais les bords gauche et droite doivent être conservés,
|
||||
utilisez "allowscale=vertical".
|
||||
o Si le ratio d'aspect de l'image de démarrage est plus haut que
|
||||
# Si le ratio d'aspect de l'image de démarrage est plus haut que
|
||||
celui du canevas, elle sera mise à l'échelle pour avoir la même
|
||||
largeur que le canevas et haut et bas seront rognés.
|
||||
o Si le ratio d'aspect de l'image de démarrage est plus large que
|
||||
# Si le ratio d'aspect de l'image de démarrage est plus large que
|
||||
celui du canevas, elle sera mise à l'échelle pour avoir la même
|
||||
largeur que le canevas et il n'y aura pas de rognage, et les bords
|
||||
de haut et bas seront barbouillés.
|
||||
|
||||
+ Si on accepte de rogner soit le haut et le bas, soit la droite et la
|
||||
o Si on accepte de rogner soit le haut et le bas, soit la droite et la
|
||||
gauche, utilisez "allowscale=both". Le contenu de l'image de démarrage
|
||||
sera toujours en accord avec la canevas, indépendamment de son ratio
|
||||
d'aspect par rapport à celui du canevas.
|
||||
+ Le comportement par défaut est de ne pas faire de rognage. Ceci peut
|
||||
o Le comportement par défaut est de ne pas faire de rognage. Ceci peut
|
||||
être spécifié explicitement avec "allowscale=none".
|
||||
|
||||
|
||||
|
|
@ -780,15 +778,15 @@ qui se trouve dans le même répertoire.)
|
|||
plus important, spécifiez "gravity=bottom-right".
|
||||
|
||||
Options disponibles :
|
||||
+ center — formes à partir du centre (par défaut)
|
||||
+ top — formes à partir du centre en haut
|
||||
+ bottom — formes à partir du centre en bas
|
||||
+ left — préférer le centre gauche
|
||||
+ right — préférer le centre droit
|
||||
+ top-left — préférer en haut à gauche
|
||||
+ top-right — préférer en haut à droite
|
||||
+ bottom-left — préférer en bas à gauche
|
||||
+ bottom-right — préférer en bas à droite
|
||||
o center — formes à partir du centre (par défaut)
|
||||
o top — formes à partir du centre en haut
|
||||
o bottom — formes à partir du centre en bas
|
||||
o left — préférer le centre gauche
|
||||
o right — préférer le centre droit
|
||||
o top-left — préférer en haut à gauche
|
||||
o top-right — préférer en haut à droite
|
||||
o bottom-left — préférer en bas à gauche
|
||||
o bottom-right — préférer en bas à droite
|
||||
|
||||
[ Une image au format paysage avec un horizon où le soleil est au milieu et
|
||||
une construction sur le côté droit. ]
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@
|
|||
bascule pas dans ma langue" ci-dessous.
|
||||
|
||||
→ Tux Paint ne bascule pas dans ma langue ←
|
||||
+ Utilisateurs Linux et Unix: assurez-vous que les paramètres régionaux
|
||||
o Utilisateurs Linux et Unix: assurez-vous que les paramètres régionaux
|
||||
sont disponibles
|
||||
|
||||
Assurez-vous que les paramètres régionaux souhaités sont disponibles.
|
||||
|
|
@ -125,25 +125,25 @@
|
|||
peuvent simplement exécuter "dpkg-reconfigure locales" si les
|
||||
paramètres régionaux sont gérés par "dpkg".
|
||||
|
||||
+ Si vous utilisez l'option en ligne de commande "--lang"
|
||||
o Si vous utilisez l'option en ligne de commande "--lang"
|
||||
|
||||
Essayez d'utiliser l'option en ligne de commande "--locale", ou les
|
||||
réglages des paramètres régionaux de votre système d'exploitation (par
|
||||
exemple, la variable d'environnement "$LANG"), et envoyez nous un mail
|
||||
pour faire part de votre problème.
|
||||
|
||||
+ Si vous utilisez l'option en ligne de commande "--locale"
|
||||
o Si vous utilisez l'option en ligne de commande "--locale"
|
||||
|
||||
Si ça ne marche pas, envoyez nous un courriel pour expliquer vos
|
||||
soucis.
|
||||
|
||||
+ Si vous essayez d'utiliser la langue utilisée par votre système
|
||||
o Si vous essayez d'utiliser la langue utilisée par votre système
|
||||
d'exploitation
|
||||
|
||||
Si ça ne marche pas, envoyez nous un courriel pour expliquer vos
|
||||
soucis.
|
||||
|
||||
+ Soyez certains d'avoir la police nécessaire
|
||||
o Soyez certains d'avoir la police nécessaire
|
||||
|
||||
Certaines traductions ont besoin de leurs propres polices. Le Chinois
|
||||
et le Coréen, par exemple, ont besoin de fontes True Type installées et
|
||||
|
|
@ -162,7 +162,7 @@
|
|||
### Impression ###
|
||||
|
||||
→ Tux Paint n'imprime pas, donne une erreur ou imprime n'importe quoi (Unix /
|
||||
Linux)\ ←
|
||||
Linux)\ ←
|
||||
|
||||
Tux Paint imprime en créant un rendu PostScript de l'image et en l'envoyant
|
||||
à une commande externe. Par défaut, cette commande est "lpr".
|
||||
|
|
@ -184,7 +184,7 @@
|
|||
|
||||
|
||||
→ Je reçois le message "Vous ne pouvez pas encore imprimer !" quand je veux
|
||||
imprimer ←
|
||||
imprimer ←
|
||||
|
||||
L'option "délai d'impression" est activée. Vous ne pouvez imprimer qu'une
|
||||
fois toutes les X secondes.
|
||||
|
|
@ -332,21 +332,21 @@
|
|||
### Problèmes audio ###
|
||||
|
||||
→ Il n'y a pas de son ! ←
|
||||
+ D'abord, vérifiez ce qui est évident :
|
||||
o Est-ce que vos haut-parleurs sont branchés et en marche ?
|
||||
o Est-ce que le volume est correct ?
|
||||
o Le volume est-il correct dans la «table de mixage» de votre système
|
||||
o D'abord, vérifiez ce qui est évident :
|
||||
# Est-ce que vos haut-parleurs sont branchés et en marche ?
|
||||
# Est-ce que le volume est correct ?
|
||||
# Le volume est-il correct dans la «table de mixage» de votre système
|
||||
d'exploitation ?
|
||||
o Êtes-vous certains d'avoir une carte son ?
|
||||
o Y a-t-il d'autres programmes qui tourne et qui utilise le son ?
|
||||
# Êtes-vous certains d'avoir une carte son ?
|
||||
# Y a-t-il d'autres programmes qui tourne et qui utilise le son ?
|
||||
(Ils peuvent empêcher Tux Paint d'accéder à votre carte son)
|
||||
o (Unix / Linux) Utilisez-vous un système audio, tel que aRts, ESD ou
|
||||
# (Unix / Linux) Utilisez-vous un système audio, tel que aRts, ESD ou
|
||||
GStreamer ? Si tel est le cas, essayez de définir la variable
|
||||
d'environnement "SDL_AUDIODRIVER" avant d'exécuter Tux Paint (par
|
||||
ex., "export SDL_AUDIODRIVER=arts"). Ou exécutez vous Tux Paint via
|
||||
le routeur du système (par exemple, exécuter "artsdsp tuxpaint" ou
|
||||
"esddsp tuxpaint", au lieu de simplement "tuxpaint").
|
||||
+ Est-ce que le son est désactivé dans Tux Paint ?
|
||||
o Est-ce que le son est désactivé dans Tux Paint ?
|
||||
|
||||
Si le son semble fonctionner autrement (et que vous êtes sûr qu'aucun
|
||||
autre programme ne "bloque" le périphérique audio), alors Tux Paint
|
||||
|
|
@ -372,14 +372,14 @@
|
|||
du fichier de configuration et autorisera une impression illimitée.
|
||||
(Vous n'aurez pas à attendre entre les impressions.)
|
||||
|
||||
+ Le son a-t-il été temporairement désactivé ?
|
||||
o Le son a-t-il été temporairement désactivé ?
|
||||
|
||||
Même si les sons sont activés dans Tux Paint, il est possible de les
|
||||
désactiver et de les réactiver temporairement à l'aide de la séquence
|
||||
de touches [Alt] + [S] . Essayez d'appuyer sur ces touches pour voir si
|
||||
les sons recommencent à fonctionner.
|
||||
|
||||
+ Tux Paint a-t-il été construit sans le support pour le son?
|
||||
o Tux Paint a-t-il été construit sans le support pour le son?
|
||||
|
||||
Tux Paint a peut-être été compilé avec la prise en charge du son
|
||||
désactivée. Pour tester si la prise en charge du son était activée lors
|
||||
|
|
@ -401,30 +401,30 @@
|
|||
|
||||
Oui, il existe plusieurs façons de désactiver les sons dans Tux Paint :
|
||||
|
||||
+ Appuyez sur [Alt] + [S] quand Tux Paint tourne pour désactiver
|
||||
o Appuyez sur [Alt] + [S] quand Tux Paint tourne pour désactiver
|
||||
temporairement les sons. (Appuyez à nouveau sur cette séquence de
|
||||
touches pour réactiver les sons.)
|
||||
+ Exécutez Tux Paint avec l'option "pas de son" :
|
||||
o Exécutez "tuxpaint --nosound" en ligne de commande ou à partir du
|
||||
o Exécutez Tux Paint avec l'option "pas de son" :
|
||||
# Exécutez "tuxpaint --nosound" en ligne de commande ou à partir du
|
||||
raccourci ou à partir de l'icône sur le bureau.
|
||||
o Editez le fichier de configuration de Tux Paint (voir OPTIONS pour
|
||||
# Editez le fichier de configuration de Tux Paint (voir OPTIONS pour
|
||||
plus de détails) et ajoutez une ligne contenant "nosound=yes".
|
||||
o Ou utilisez Tux Paint Config. et assurez-vous que "Activez les
|
||||
# Ou utilisez Tux Paint Config. et assurez-vous que "Activez les
|
||||
effets sonores" (sous "Vidéo et son") n'est pas coché.
|
||||
o Autrement, recompilez Tux Paint avec la prise en charge du son
|
||||
# Autrement, recompilez Tux Paint avec la prise en charge du son
|
||||
désactivée. (Voir ci-dessus et la documentation 'install' .)
|
||||
|
||||
|
||||
→ La stéréo des effets sonores est gênante; les effets sonores peuvent-ils être
|
||||
monophoniques ? ←
|
||||
monophoniques ? ←
|
||||
|
||||
Lancez Tux Paint avec l'option "no stereo" :
|
||||
|
||||
+ Exécutez "tuxpaint --nostereo" en ligne de commande ou à partir du
|
||||
o Exécutez "tuxpaint --nostereo" en ligne de commande ou à partir du
|
||||
raccourci ou à partir de l'icône sur le bureau.
|
||||
+ Editez le fichier de configuration de Tux Paint (voir OPTIONS pour plus
|
||||
o Editez le fichier de configuration de Tux Paint (voir OPTIONS pour plus
|
||||
de détails) et ajoutez une ligne contenant "nostereo=yes".
|
||||
+ Ou utilisez Tux Paint Config. et assurez-vous que "Activez les effets
|
||||
o Ou utilisez Tux Paint Config. et assurez-vous que "Activez les effets
|
||||
stéréo" (sous "Vidéo et son") n'est pas coché.
|
||||
|
||||
|
||||
|
|
@ -445,11 +445,11 @@
|
|||
### Problèmes en mode plein écran ###
|
||||
|
||||
→ Lorsque j'exécute Tux Paint en plein écran et que je fais [Alt] + [Tab], la
|
||||
fenêtre devient noire ! ←
|
||||
fenêtre devient noire ! ←
|
||||
C'est apparemment un bug de la bibbliothèque de SDL. Désolé.
|
||||
|
||||
→ Lorsque j'exécute Tux Paint en plein écran, il est entouré de grandes
|
||||
bordures ←
|
||||
bordures ←
|
||||
|
||||
Utilisateurs Linux - Votre serveur X-Window n'est probablement pas
|
||||
configuré avec la possibilité de passer à la résolution souhaitée : 800 ×
|
||||
|
|
@ -482,7 +482,7 @@
|
|||
|
||||
|
||||
→ Tux Paint continue de fonctionner en mode plein écran - je veux qu'il soit
|
||||
fenêtré ! ←
|
||||
fenêtré ! ←
|
||||
|
||||
L'option "plein écran" est définie.
|
||||
|
||||
|
|
@ -507,10 +507,10 @@
|
|||
|
||||
|
||||
→ How do I access other applications when Tux Paint is running in Full Screen?
|
||||
←
|
||||
+ Windows and Linux users, try the [Alt] + [Tab] key combination to
|
||||
←
|
||||
o Windows and Linux users, try the [Alt] + [Tab] key combination to
|
||||
switch between applications.
|
||||
+ macOS users, switch to other applications using [Control] + [Left
|
||||
o macOS users, switch to other applications using [Control] + [Left
|
||||
Arrow], then back to Tux Paint using [Control] + [Right Arrow].
|
||||
|
||||
|
||||
|
|
@ -612,7 +612,7 @@
|
|||
|
||||
|
||||
→ Tux Paint continue d'écrire des messages étranges à l'écran / dans un fichier
|
||||
texte ←
|
||||
texte ←
|
||||
|
||||
Quelques messages sont normaux, mais si Tux Paint est extrêmement bavard
|
||||
(comme lister le nom de chaque image de tampon qu'il trouve lors de son
|
||||
|
|
@ -633,7 +633,7 @@
|
|||
Par défaut, Tux Paint regarde d'abord les fichiers de configuration pour
|
||||
les options.
|
||||
|
||||
+ Windows
|
||||
o Windows
|
||||
|
||||
Under Windows, it first examines the system-wide configuration file,
|
||||
located here:
|
||||
|
|
@ -648,7 +648,7 @@
|
|||
Et finalement, toutes les options envoyées en tant qu'arguments de
|
||||
ligne de commande sont utilisées.
|
||||
|
||||
+ macOS
|
||||
o macOS
|
||||
|
||||
Under macOS, it first examines the system-wide configuration file,
|
||||
located here:
|
||||
|
|
@ -663,7 +663,7 @@
|
|||
Et finalement, toutes les options envoyées en tant qu'arguments de
|
||||
ligne de commande sont utilisées.
|
||||
|
||||
+ Linux / Unix
|
||||
o Linux / Unix
|
||||
|
||||
Sous Unix et Linux, il examine d'abord le fichier de configuration à
|
||||
l'échelle du système, situé ici :
|
||||
|
|
@ -678,7 +678,7 @@
|
|||
Et finalement, toutes les options envoyées en tant qu'arguments de
|
||||
ligne de commande sont utilisées.
|
||||
|
||||
+ Haiku
|
||||
o Haiku
|
||||
|
||||
Under Haiku, Tux Paint first examines the configuration file:
|
||||
|
||||
|
|
|
|||
|
|
@ -113,21 +113,20 @@ installées, soit facilement disponibles avec votre distribution Linux.
|
|||
désactivé (via "make SVG_LIB:==")
|
||||
|
||||
→ librsvg-2 & libCairo2 (nouvelles bibliothèques) ←
|
||||
o libRSVG 2: http://librsvg.sourceforge.net/
|
||||
o Cairo 2: http://www.cairographics.org/
|
||||
o Celles-ci dépendent aussi de :
|
||||
# GdkPixbuf & GLib: http://www.gtk.org/
|
||||
# Pango: http://www.pango.org/
|
||||
@ libRSVG 2: http://librsvg.sourceforge.net/
|
||||
@ Cairo 2: http://www.cairographics.org/
|
||||
@ Celles-ci dépendent aussi de :
|
||||
- GdkPixbuf & GLib: http://www.gtk.org/
|
||||
- Pango: http://www.pango.org/
|
||||
|
||||
|
||||
→ Anciennes bibliothèques ←
|
||||
o libcairo1, libsvg1, & libsvg-cairo1: http://www.cairographics.org/
|
||||
o Celles-ci dépendent aussi de :
|
||||
# libxml2: https://gitlab.gnome.org/GNOME/libxml2
|
||||
@ libcairo1, libsvg1, & libsvg-cairo1: http://www.cairographics.org/
|
||||
@ Celles-ci dépendent aussi de :
|
||||
- libxml2: https://gitlab.gnome.org/GNOME/libxml2
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Fonction d'exportation de GIF animés ←
|
||||
|
||||
|
|
@ -885,7 +884,7 @@ Installez les paquets de développement requis via un terminal :
|
|||
libpng16_devel librsvg_devel libsdl2_devel sdl2_image_devel sdl2_gfx_devel
|
||||
sdl2_mixer_devel sdl2_pango_devel sdl2_ttf_devel zlib_devel
|
||||
|
||||
←
|
||||
←
|
||||
|
||||
Pour 32-bit vous devez basculer vers le nouveau compilateur (actuellement gcc
|
||||
11.2.0) vers setarch x86
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -136,10 +136,10 @@ section "Options de ligne de commande " ci-dessous.)
|
|||
|
||||
Quelques exemples :
|
||||
|
||||
+ 640x480
|
||||
+ 1024x768
|
||||
+ 768x1024
|
||||
+ 1600x1200
|
||||
o 640x480
|
||||
o 1024x768
|
||||
o 768x1024
|
||||
o 1600x1200
|
||||
|
||||
💡 Si un seul écran est disponible, et que Tux Paint tourne en mode fenêtré
|
||||
(pas en plein écran), et que la taille de fenêtre choisie excède les
|
||||
|
|
@ -578,7 +578,6 @@ section "Options de ligne de commande " ci-dessous.)
|
|||
débutant.
|
||||
|
||||
La valeur COMPLEXITÉ peut l'une de celles-ci :
|
||||
|
||||
→ advanced (par défaut) ←
|
||||
"Avancé" — Pour les utilisateurs familiers avec Tux Paint et qui
|
||||
peuvent œuvrer avec de outils plus complexes.
|
||||
|
|
@ -1062,7 +1061,7 @@ section "Options de ligne de commande " ci-dessous.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Commandes d'impression ##
|
||||
|
||||
→ printcommand=COMMAND ←
|
||||
|
|
@ -1101,7 +1100,7 @@ section "Options de ligne de commande " ci-dessous.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Format du papier ##
|
||||
|
||||
→ papersize=PAPERSIZE ←
|
||||
|
|
@ -1122,7 +1121,7 @@ section "Options de ligne de commande " ci-dessous.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Sauvegarde ###
|
||||
|
||||
## Écraser le travail précédent ##
|
||||
|
|
@ -1152,7 +1151,7 @@ section "Options de ligne de commande " ci-dessous.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Démarrer ##
|
||||
|
||||
→ startblank=yes ←
|
||||
|
|
@ -1182,7 +1181,7 @@ section "Options de ligne de commande " ci-dessous.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Répertoires de sauvegarde et d'export ##
|
||||
|
||||
→ savedir=DIRECTORY ←
|
||||
|
|
@ -1228,7 +1227,7 @@ section "Options de ligne de commande " ci-dessous.)
|
|||
|
||||
Si vous ne le changez pas, l' emplacement par défaut est :
|
||||
|
||||
o Linux et Unix - Si disponible, quel que soit l'endroit où votre
|
||||
# Linux et Unix - Si disponible, quel que soit l'endroit où votre
|
||||
environnement de bureau est configuré pour le stockage des images,
|
||||
en fonction de votre configuration XDG (X Desktop Group). (Essayez
|
||||
d'exécuter en ligne de commande "xdg-user-dir PICTURES" pour le
|
||||
|
|
@ -1239,13 +1238,13 @@ section "Options de ligne de commande " ci-dessous.)
|
|||
Tux Paint will fall back to using that typical directory, if no XDG
|
||||
configuration can be read, or nothing is set for
|
||||
"XDG_PICTURES_DIR".
|
||||
o Windows - "My Pictures" directory for each user (normaly
|
||||
# Windows - "My Pictures" directory for each user (normaly
|
||||
"C:\Users\nom d'utilisateur\My Pictures")
|
||||
You can directly open the folder as follows:
|
||||
# Pressez la touche "[Windows]+[R]" pour ouvrir la boîte de
|
||||
@ Pressez la touche "[Windows]+[R]" pour ouvrir la boîte de
|
||||
dialogue "Exécuter ...".
|
||||
# Enter "Shell:My Pictures" in the text box and push [OK].
|
||||
o macOS — TBD!
|
||||
@ Enter "Shell:My Pictures" in the text box and push [OK].
|
||||
# macOS — TBD!
|
||||
|
||||
💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will
|
||||
be created and used. (e.g., "/home/nom d'utilisateur/Images/TuxPaint")
|
||||
|
|
@ -1430,23 +1429,23 @@ section "Options de ligne de commande " ci-dessous.)
|
|||
|
||||
Caractéristiques :
|
||||
|
||||
o Mouvement fin sur le canevas, ou rapide si Shift est maintenu.
|
||||
o Mouvement rapide dans la zone des boutons d'outils.
|
||||
o Touches de contrôle :
|
||||
# [Left]/[Right]/[Up]/[Down], pavé numérique [1] jusqu'à [9] :
|
||||
# Mouvement fin sur le canevas, ou rapide si Shift est maintenu.
|
||||
# Mouvement rapide dans la zone des boutons d'outils.
|
||||
# Touches de contrôle :
|
||||
@ [Left]/[Right]/[Up]/[Down], pavé numérique [1] jusqu'à [9] :
|
||||
déplace la souris
|
||||
# [Space]/[5] : Clic de la souris (sauf quand on utilise les
|
||||
@ [Space]/[5] : Clic de la souris (sauf quand on utilise les
|
||||
outils "Texte" ou "Étiquette")
|
||||
# [Insert]/[F5]: Clic de la souris (toujours)
|
||||
# [F4] fait naviguer la souris entre "Outils", "Couleurs" et les
|
||||
@ [Insert]/[F5]: Clic de la souris (toujours)
|
||||
@ [F4] fait naviguer la souris entre "Outils", "Couleurs" et les
|
||||
zones de dessin
|
||||
# Si la souris se trouve dans la section "Outils" à gauche ou
|
||||
@ Si la souris se trouve dans la section "Outils" à gauche ou
|
||||
dans la section "Couleurs" en bas :
|
||||
@ [F7],[F8] : déplacer respectivement vers le bas / le haut
|
||||
- [F7],[F8] : déplacer respectivement vers le bas / le haut
|
||||
entre les boutons (section Outils, uniquement)
|
||||
@ [F11],[F12] : passer respectivement au bouton précédent /
|
||||
- [F11],[F12] : passer respectivement au bouton précédent /
|
||||
suivant
|
||||
o Pour cliquer et faire glisser, maintenez l'une des touches «clic»
|
||||
# Pour cliquer et faire glisser, maintenez l'une des touches «clic»
|
||||
(par exemple [Insert]), et utilisez les touches de déplacement (par
|
||||
exemple [Left]).
|
||||
|
||||
|
|
@ -1457,7 +1456,7 @@ section "Options de ligne de commande " ci-dessous.)
|
|||
cliquer, des touches de mouvement pour se déplacer (qui dessinera)
|
||||
et une autre touche "clic" pour terminer le clic (arrêt du dessin).
|
||||
|
||||
o Une souris et/ou un joystick standard peuvent toujours être
|
||||
# Une souris et/ou un joystick standard peuvent toujours être
|
||||
utilisés (vous pouvez donc, par exemple, vous déplacer avec la
|
||||
souris et cliquer avec le clavier, ou vice-versa)
|
||||
|
||||
|
|
@ -1723,88 +1722,88 @@ section "Options de ligne de commande " ci-dessous.)
|
|||
vous démarrez Tux Paint.
|
||||
|
||||
→ --fullscreen=yes
|
||||
--fullscreen=native
|
||||
--WIDTHxHEIGHT
|
||||
--orient=portrait
|
||||
--buttonsize=SIZE
|
||||
--colorsrows=ROWS
|
||||
--native
|
||||
--allowscreensaver
|
||||
--startblank
|
||||
--nosound
|
||||
--nostereo
|
||||
--noquit
|
||||
--noprint
|
||||
--printdelay=SECONDES
|
||||
--printcfg
|
||||
--altprintnever
|
||||
--altprintalways
|
||||
--papersize=PAPERSIZE
|
||||
--printcommand=COMMAND
|
||||
--altprintcommand=COMMAND
|
||||
--nolockfile
|
||||
--simpleshapes
|
||||
--uppercase
|
||||
--grab
|
||||
--noshortcuts
|
||||
--nowheelmouse
|
||||
--nobuttondistinction
|
||||
--nofancycursors
|
||||
--hidecursor
|
||||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nostamprotation
|
||||
--nomagiccontrols
|
||||
--nomagicsizes
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
--nobrushspacing
|
||||
--newcolorslast
|
||||
--mouse-accessibility
|
||||
--onscreen-keyboard
|
||||
--onscreen-keyboard-layout
|
||||
--onscreen-keyboard-disable-change
|
||||
--joystick-dev
|
||||
--joystick-slowness
|
||||
--joystick-threshold
|
||||
--joystick-maxsteps
|
||||
--joystick-hat-slowness
|
||||
--joystick-hat-timeout
|
||||
--joystick-btn-escape
|
||||
--joystick-btn-brush
|
||||
--joystick-btn-stamp
|
||||
--joystick-btn-lines
|
||||
--joystick-btn-shapes
|
||||
--joystick-btn-text
|
||||
--joystick-btn-label
|
||||
--joystick-btn-magic
|
||||
--joystick-btn-undo
|
||||
--joystick-btn-redo
|
||||
--joystick-btn-eraser
|
||||
--joystick-btn-new
|
||||
--joystick-btn-open
|
||||
--joystick-btn-save
|
||||
--joystick-btn-pgsetup
|
||||
--joystick-btn-print
|
||||
--joystick-buttons-ignore
|
||||
--sysfonts
|
||||
--uifont=FONT NAME
|
||||
--alllocalefonts
|
||||
--mirrorstamps
|
||||
--stampsize=SIZE
|
||||
--keyboard
|
||||
--savedir DIRECTORY
|
||||
--datadir DIRECTORY
|
||||
--exportdir DIRECTORY
|
||||
--saveover
|
||||
--saveovernew
|
||||
--nosave
|
||||
--autosave
|
||||
--reversesort
|
||||
--lang LANGUAGE
|
||||
--colorfile FILE
|
||||
←
|
||||
--fullscreen=native
|
||||
--WIDTHxHEIGHT
|
||||
--orient=portrait
|
||||
--buttonsize=SIZE
|
||||
--colorsrows=ROWS
|
||||
--native
|
||||
--allowscreensaver
|
||||
--startblank
|
||||
--nosound
|
||||
--nostereo
|
||||
--noquit
|
||||
--noprint
|
||||
--printdelay=SECONDES
|
||||
--printcfg
|
||||
--altprintnever
|
||||
--altprintalways
|
||||
--papersize=PAPERSIZE
|
||||
--printcommand=COMMAND
|
||||
--altprintcommand=COMMAND
|
||||
--nolockfile
|
||||
--simpleshapes
|
||||
--uppercase
|
||||
--grab
|
||||
--noshortcuts
|
||||
--nowheelmouse
|
||||
--nobuttondistinction
|
||||
--nofancycursors
|
||||
--hidecursor
|
||||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nostamprotation
|
||||
--nomagiccontrols
|
||||
--nomagicsizes
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
--nobrushspacing
|
||||
--newcolorslast
|
||||
--mouse-accessibility
|
||||
--onscreen-keyboard
|
||||
--onscreen-keyboard-layout
|
||||
--onscreen-keyboard-disable-change
|
||||
--joystick-dev
|
||||
--joystick-slowness
|
||||
--joystick-threshold
|
||||
--joystick-maxsteps
|
||||
--joystick-hat-slowness
|
||||
--joystick-hat-timeout
|
||||
--joystick-btn-escape
|
||||
--joystick-btn-brush
|
||||
--joystick-btn-stamp
|
||||
--joystick-btn-lines
|
||||
--joystick-btn-shapes
|
||||
--joystick-btn-text
|
||||
--joystick-btn-label
|
||||
--joystick-btn-magic
|
||||
--joystick-btn-undo
|
||||
--joystick-btn-redo
|
||||
--joystick-btn-eraser
|
||||
--joystick-btn-new
|
||||
--joystick-btn-open
|
||||
--joystick-btn-save
|
||||
--joystick-btn-pgsetup
|
||||
--joystick-btn-print
|
||||
--joystick-buttons-ignore
|
||||
--sysfonts
|
||||
--uifont=FONT NAME
|
||||
--alllocalefonts
|
||||
--mirrorstamps
|
||||
--stampsize=SIZE
|
||||
--keyboard
|
||||
--savedir DIRECTORY
|
||||
--datadir DIRECTORY
|
||||
--exportdir DIRECTORY
|
||||
--saveover
|
||||
--saveovernew
|
||||
--nosave
|
||||
--autosave
|
||||
--reversesort
|
||||
--lang LANGUAGE
|
||||
--colorfile FILE
|
||||
←
|
||||
|
||||
Celles-ci activent ou correspondent aux options du fichier de
|
||||
configuration décrites ci-dessus.
|
||||
|
|
@ -1812,47 +1811,47 @@ section "Options de ligne de commande " ci-dessous.)
|
|||
|
||||
|
||||
→ --windowed
|
||||
--800x600
|
||||
--orient=landscape
|
||||
--disablescreensaver
|
||||
--startlast
|
||||
--sound
|
||||
--stereo
|
||||
--quit
|
||||
--print
|
||||
--printdelay=0
|
||||
--noprintcfg
|
||||
--altprintmod
|
||||
--lockfile
|
||||
--complexshapes
|
||||
--mixedcase
|
||||
--dontgrab
|
||||
--shortcuts
|
||||
--wheelmouse
|
||||
--buttondistinction
|
||||
--fancycursors
|
||||
--showcursor
|
||||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--stamprotation
|
||||
--magiccontrols
|
||||
--magicsizes
|
||||
--shapecontrols
|
||||
--label
|
||||
--brushspacing
|
||||
--newcolorsfirst
|
||||
--nosysfonts
|
||||
--currentlocalefont
|
||||
--uifont=default
|
||||
--dontmirrorstamps
|
||||
--stampsize=default
|
||||
--mouse
|
||||
--saveoverask
|
||||
--save
|
||||
--noautosave
|
||||
--noreversesort
|
||||
←
|
||||
--800x600
|
||||
--orient=landscape
|
||||
--disablescreensaver
|
||||
--startlast
|
||||
--sound
|
||||
--stereo
|
||||
--quit
|
||||
--print
|
||||
--printdelay=0
|
||||
--noprintcfg
|
||||
--altprintmod
|
||||
--lockfile
|
||||
--complexshapes
|
||||
--mixedcase
|
||||
--dontgrab
|
||||
--shortcuts
|
||||
--wheelmouse
|
||||
--buttondistinction
|
||||
--fancycursors
|
||||
--showcursor
|
||||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--stamprotation
|
||||
--magiccontrols
|
||||
--magicsizes
|
||||
--shapecontrols
|
||||
--label
|
||||
--brushspacing
|
||||
--newcolorsfirst
|
||||
--nosysfonts
|
||||
--currentlocalefont
|
||||
--uifont=default
|
||||
--dontmirrorstamps
|
||||
--stampsize=default
|
||||
--mouse
|
||||
--saveoverask
|
||||
--save
|
||||
--noautosave
|
||||
--noreversesort
|
||||
←
|
||||
|
||||
Ces options peuvent être utilisées pour remplacer les paramètres
|
||||
définis dans le fichier de configuration. (Si l'option n'est pas
|
||||
|
|
@ -1879,7 +1878,7 @@ section "Options de ligne de commande " ci-dessous.)
|
|||
Tux Paint ne démarrera pas et ne s'exécutera pas.
|
||||
|
||||
→ --version
|
||||
--verbose-version ←
|
||||
--verbose-version ←
|
||||
|
||||
Display the version number and date of the copy of Tux Paint you are
|
||||
running. The "--verbose-version" also lists what compile-time options
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@ convertir des images existantes en PNG.
|
|||
|
||||
|
||||
→ Outils en ligne de commande ←
|
||||
|
||||
→ NetPBM ←
|
||||
|
||||
Les outils Bitmap portables (appelés généralement «NetPBM») sont une
|
||||
|
|
@ -74,23 +73,22 @@ convertir des images existantes en PNG.
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Logiciel propriétaire pour Windows ←
|
||||
+ CorelDRAW (Corel) — http://www.corel.com/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
+ Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
+ PIXresizer (Bluefive software) — http://bluefive.pair.com/
|
||||
o CorelDRAW (Corel) — http://www.corel.com/
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
o Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
o PIXresizer (Bluefive software) — http://bluefive.pair.com/
|
||||
pixresizer.htm
|
||||
|
||||
|
||||
→ Utilisateurs de Macintosh ←
|
||||
+ CorelDRAW (Corel) — http://www.corel.com/
|
||||
+ GraphicConverter (Lemke Software) — https://www.lemkesoft.de/
|
||||
o CorelDRAW (Corel) — http://www.corel.com/
|
||||
o GraphicConverter (Lemke Software) — https://www.lemkesoft.de/
|
||||
mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -229,16 +229,16 @@ automatiquement.)
|
|||
L'écran principal est divisé en plusieurs sections :
|
||||
|
||||
[Outils : Peindre, Tampon, Lignes, Formes, Texte, Magie, Étiquette, Défaire,
|
||||
Refaire, Gomme, Nouveau, Ouvrir, Sauvegarder, Imprimer, Quitter]
|
||||
|
||||
Refaire, Gomme, Nouveau, Ouvrir, Sauvegarder, Imprimer, Quitter]
|
||||
|
||||
→ Côté gauche : la barre d'outils ←
|
||||
|
||||
La barre d'outils contient les commandes pour dessiner et éditer.
|
||||
|
||||
|
||||
|
||||
[Toile]
|
||||
|
||||
[Toile]
|
||||
|
||||
→ Milieu : Toile pour Dessiner ←
|
||||
|
||||
La plus grande partie de l'écran, au centre, est le canevas pour dessiner.
|
||||
|
|
@ -251,8 +251,8 @@ L'écran principal est divisé en plusieurs sections :
|
|||
|
||||
|
||||
|
||||
[Sélecteurs - Pinceaux, Lettres, Formes, Tampons]
|
||||
|
||||
[Sélecteurs - Pinceaux, Lettres, Formes, Tampons]
|
||||
|
||||
→ Côté droit : sélecteur ←
|
||||
|
||||
En fonction de l'outil en cours d'utilisation, le sélecteur affiche
|
||||
|
|
@ -263,9 +263,9 @@ L'écran principal est divisé en plusieurs sections :
|
|||
|
||||
|
||||
|
||||
[Couleurs - Noir, Blanc, Rouge, Rose, Orange, Jaune, Vert, Cyan, Bleu,
|
||||
Pourpre, Brun, Gris]
|
||||
|
||||
[Couleurs - Noir, Blanc, Rouge, Rose, Orange, Jaune, Vert, Cyan, Bleu, Pourpre,
|
||||
Brun, Gris]
|
||||
|
||||
→ En bas : couleurs ←
|
||||
|
||||
Quand l'outil en cours utilise des couleurs, une palette pour choisir des
|
||||
|
|
@ -277,12 +277,12 @@ L'écran principal est divisé en plusieurs sections :
|
|||
|
||||
Tout à fait à droite se trouvent trois options spéciales pour les couleurs
|
||||
:
|
||||
+ Sélecteur de couleur
|
||||
o Sélecteur de couleur
|
||||
Le "sélecteur de couleurs" (qui ressemble à un compte-gouttes) vous
|
||||
permet de choisir une couleur trouvée dans votre dessin.
|
||||
(Un raccourci clavier est disponible pour accéder à cet effet
|
||||
rapidement; voir ci-dessous)
|
||||
+ Palette de l'Arc-en-ciel
|
||||
o Palette de l'Arc-en-ciel
|
||||
La palette de l'arc-en-ciel vous permet de prendre n'importe quelle
|
||||
couleur en choisissant la teinte, la saturation et la valeur de la
|
||||
couleur désirée. Une boîte sur le côté gauche montre des centaines de
|
||||
|
|
@ -294,10 +294,10 @@ L'écran principal est divisé en plusieurs sections :
|
|||
bouton "Retour" pour abandonner sans prendre de nouvelle couleur.
|
||||
Vous pouvez aussi régler la couleur de cet outil avec une autre que
|
||||
l'on choisit :
|
||||
o Peu importe la couleur intégrée choisie, si il y an a une
|
||||
o Couleur actuelle du Sélecteur de couleur
|
||||
o Couleur actuelle du mélangeur de couleurs
|
||||
+ Mélangeur de couleurs
|
||||
# Peu importe la couleur intégrée choisie, si il y an a une
|
||||
# Couleur actuelle du Sélecteur de couleur
|
||||
# Couleur actuelle du mélangeur de couleurs
|
||||
o Mélangeur de couleurs
|
||||
Le "mélangeur de couleur" (qui ressemble à une palette de peintre) vous
|
||||
permet de créer des couleurs en mélangeant des couleurs primaires —
|
||||
rouge, jaune et bleu — en même temps que du blanc (pour "tinter"), gris
|
||||
|
|
@ -328,10 +328,10 @@ L'écran principal est divisé en plusieurs sections :
|
|||
|
||||
|
||||
|
||||
(Par exemple : Choisis une forme. Clique pour démarrer le dessin , fais
|
||||
glisser et continue jusqu'à la taille désirée. Déplace-toi pour la faire
|
||||
tourner, et clique pour dessiner.)
|
||||
|
||||
(Par exemple : Choisis une forme. Clique pour démarrer le dessin , fais glisser
|
||||
et continue jusqu'à la taille désirée. Déplace-toi pour la faire tourner, et
|
||||
clique pour dessiner.)
|
||||
|
||||
→ En bas : zone d'aide ←
|
||||
|
||||
Tout en bas de l'écran, Tux, le pingouin Linux, fournit des conseils et
|
||||
|
|
@ -432,15 +432,15 @@ b.Outil "Tampon" (tampon de caoutchouc) ←
|
|||
Avant de `` tamponner '' une image sur votre dessin, différents effets
|
||||
peuvent parfois être appliqués (en fonction du tampon) :
|
||||
|
||||
o Certains tampons peuvent être colorés ou teintés. Si la palette de
|
||||
@ Certains tampons peuvent être colorés ou teintés. Si la palette de
|
||||
couleurs sous le canevas est activée, vous pouvez cliquer sur les
|
||||
couleurs pour changer la teinte ou la couleur du tampon avant de le
|
||||
placer dans le dessin.
|
||||
o Les tampons peuvent être rétrécis et agrandis, en cliquant dans
|
||||
@ Les tampons peuvent être rétrécis et agrandis, en cliquant dans
|
||||
l'ensemble de barres (de forme triangulaire) en bas à droite; plus
|
||||
la barre est grande, plus le tampon apparaîtra grand sur votre
|
||||
dessin.
|
||||
o De nombreux tampons peuvent être retournés verticalement ou
|
||||
@ De nombreux tampons peuvent être retournés verticalement ou
|
||||
affichés sous forme d'image miroir à l'aide des boutons de commande
|
||||
en bas à droite.
|
||||
|
||||
|
|
@ -460,7 +460,6 @@ b.Outil "Tampon" (tampon de caoutchouc) ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
c.Outil "Lignes" ←
|
||||
|
||||
|
|
@ -558,7 +557,6 @@ d.Outil "Formes" ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
e.Outils "Texte" et "Étiquette" ←
|
||||
|
||||
|
|
@ -635,11 +633,11 @@ e.Outils "Texte" et "Étiquette" ←
|
|||
Les locales supportées, les méthodes d'entrée disponibles et la touche
|
||||
pour basculer de mode sont listées ci-dessous.
|
||||
|
||||
o Japonais -- Hiragana et Katakana romanisés — touche [Alt] droite ou
|
||||
@ Japonais -- Hiragana et Katakana romanisés — touche [Alt] droite ou
|
||||
touche [Alt] gauche
|
||||
o Korean — Hangul 2-Bul — touche [Alt] droite or touche [Alt] gauche
|
||||
o Chinois traditionnel — touche [Alt] droite or touche [Alt] gauche
|
||||
o Thai — touche [Alt] droite
|
||||
@ Korean — Hangul 2-Bul — touche [Alt] droite or touche [Alt] gauche
|
||||
@ Chinois traditionnel — touche [Alt] droite or touche [Alt] gauche
|
||||
@ Thai — touche [Alt] droite
|
||||
|
||||
💡 Note : de nombreuses polices n'incluent pas tous les caractères pour
|
||||
toutes les langues, vous devriez donc parfois changer de police pour
|
||||
|
|
@ -659,23 +657,22 @@ e.Outils "Texte" et "Étiquette" ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
f.Outil "Remplir" ←
|
||||
|
||||
L'outil «Remplir» «remplit» une zone contiguë de votre dessin avec une
|
||||
couleur unie de votre choix. Trois options de remplissage sont offertes :
|
||||
+ Uni — cliquez une fois pour remplir une zone avec une couleur unie.
|
||||
+ Pinceau — cliquez et glissez pour remplir une zone avec une couleur
|
||||
o Uni — cliquez une fois pour remplir une zone avec une couleur unie.
|
||||
o Pinceau — cliquez et glissez pour remplir une zone avec une couleur
|
||||
unie, lorsque l'on fait de la peinture à main levée.
|
||||
+ Linéaire—cliquez et faites glisser pour remplir une zone avec une
|
||||
o Linéaire—cliquez et faites glisser pour remplir une zone avec une
|
||||
couleur qui s'atténue au fur et à mesure dans la direction où vous
|
||||
déplacez la souris.
|
||||
+ Radial—cliquez une fois pour remplir une zone avec une couleur qui
|
||||
o Radial—cliquez une fois pour remplir une zone avec une couleur qui
|
||||
s'atténue graduellement, à partir de l'endroit où vous avez cliqué.
|
||||
+ Radial—cliquez une fois pour remplir une zone avec une couleur qui
|
||||
o Radial—cliquez une fois pour remplir une zone avec une couleur qui
|
||||
s'atténue graduellement, à partir de l'endroit où vous avez cliqué.
|
||||
+ Eraser — click once to erase an area, exposing the solid color
|
||||
o Eraser — click once to erase an area, exposing the solid color
|
||||
background, or starter or template background image, upon which the
|
||||
drawing was based. (See Outils disponibles > Outils de dessin > Outil
|
||||
"Gomme" and Autres contrôles > Images de "Démarrage" et images "Modèle"
|
||||
|
|
@ -754,13 +751,13 @@ h.Outil "Gomme" ←
|
|||
|
||||
A number of eraser types are available, each offering multiple sizes are
|
||||
available:
|
||||
+ Square — Square-shaped erasers that completely remove parts of your
|
||||
o Square — Square-shaped erasers that completely remove parts of your
|
||||
drawing.
|
||||
+ Circle (solid) — Circle-shaped erasers that completely remove parts of
|
||||
o Circle (solid) — Circle-shaped erasers that completely remove parts of
|
||||
your drawing.
|
||||
+ Fuzzy-edged Circle — Circle-shaped erasers with soft edges that blend
|
||||
o Fuzzy-edged Circle — Circle-shaped erasers with soft edges that blend
|
||||
with the background.
|
||||
+ Transparent Circle — Circle-shaped erasers that blend your drawing with
|
||||
o Transparent Circle — Circle-shaped erasers that blend your drawing with
|
||||
the background. Release and click again to expose more and more of the
|
||||
background.
|
||||
|
||||
|
|
@ -821,12 +818,12 @@ b.Commande "Nouveau" ←
|
|||
options for details.
|
||||
|
||||
Images de "Démarrage" et images "Modèle" ←
|
||||
o Les "Images de démarrage" se comportent comme une page d'un livre
|
||||
@ Les "Images de démarrage" se comportent comme une page d'un livre
|
||||
de coloriage - un contour noir et blanc d'une image, que vous
|
||||
pouvez ensuite colorier, et le contour noir reste intact - ou comme
|
||||
une photographie 3D, où vous dessinez entre une couche de premier
|
||||
plan et une d'arrière-plan.
|
||||
o Les "Images modèle" sont semblables, mais fournissent simplement un
|
||||
@ Les "Images modèle" sont semblables, mais fournissent simplement un
|
||||
dessin d'arrière-plan sur lequel travailler. Contrairement aux
|
||||
«Images de démarrage», rien de ce que vous dessinerez ne restera au
|
||||
premier plan.
|
||||
|
|
@ -889,7 +886,7 @@ c.Commande "Ouvrir" ←
|
|||
des images.
|
||||
|
||||
Cliquez sur une image pour la sélectionner, puis ...
|
||||
+ Cliquez sur le bouton vert "Ouvrir" en bas à gauche de la liste pour
|
||||
o Cliquez sur le bouton vert "Ouvrir" en bas à gauche de la liste pour
|
||||
charger l'image sélectionnée. Vous pourrez alors l'éditer.
|
||||
|
||||
(Vous pouvez également double-cliquer sur l'icône d'une image pour la
|
||||
|
|
@ -899,7 +896,7 @@ c.Commande "Ouvrir" ←
|
|||
n'a pas été enregistré, il vous sera demandé si vous souhaitez
|
||||
l'enregistrer ou non. (Voir "Sauvegarder," ci-dessous.)
|
||||
|
||||
+ Cliquez sur le bouton marron "Effacer" (poubelle) en bas à droite de la
|
||||
o 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.)
|
||||
|
||||
|
|
@ -911,16 +908,16 @@ c.Commande "Ouvrir" ←
|
|||
⚙ Note :: Le bouton 'Effacer' peut être désactivé via l'option
|
||||
"noerase".
|
||||
|
||||
+ Cliquez sur le bouton 'Exporter' près du coin inférieur droit pour
|
||||
o Cliquez sur le bouton 'Exporter' près du coin inférieur droit pour
|
||||
exporter l'image vers votre dossier d'exportation. (par ex. "~/Pictures
|
||||
/TuxPaint/")
|
||||
|
||||
Depuis l'écran "Ouvrir" vous pouvez aussi :
|
||||
+ Cliquez sur le bouton bleu "Diapositives" (projecteur de diapositives)
|
||||
o Cliquez sur le bouton bleu "Diapositives" (projecteur de diapositives)
|
||||
en bas à gauche pour passer en mode diaporama. Voir "Diaporama",
|
||||
ci-dessous, pour les détails.
|
||||
|
||||
+ Cliquez sur le bouton bleu 'Modèle' en bas à gauche pour convertir
|
||||
o Cliquez sur le bouton bleu 'Modèle' en bas à gauche pour convertir
|
||||
l'image sélectionnée en nouveau Modèle, qui pourra vous servir de base
|
||||
pour de nouveaux dessins.
|
||||
|
||||
|
|
@ -932,7 +929,7 @@ c.Commande "Ouvrir" ←
|
|||
choisissant "Désactiver 'Fabriquer un Modèle' dans Tux Paint Config. ou
|
||||
en lançant em>Tux Paint avec l'option "notemplateexport").
|
||||
|
||||
+ Ou cliquez sur le bouton fléché rouge «Retour» en bas à droite de la
|
||||
o 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.
|
||||
|
||||
|
|
@ -1067,7 +1064,6 @@ e.Commande "Imprimer" ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
f.Commande "Diapos" (sous "Ouvrir") ←
|
||||
|
||||
|
|
@ -1402,45 +1398,45 @@ Les autres documents inclus avec Tux Paint (dans le répertoire "docs") incluent
|
|||
:
|
||||
|
||||
→ Utiliser Tux Paint : ←
|
||||
+ OPTIONS.html
|
||||
o OPTIONS.html
|
||||
Instructions détaillées sur les options en ligne de commande et les
|
||||
fichiers de configuration, pour ceux qui ne veulent pas utiliser
|
||||
l'outil Tux Paint Config.
|
||||
+ Documentation sur l'outil 'Magie' ("magic-docs")
|
||||
o Documentation sur l'outil 'Magie' ("magic-docs")
|
||||
Documentation pour chacun des outils "Magic" actuellement installés.
|
||||
+ Frequently Asked Questions ("FAQs") about Tux Paint
|
||||
o Frequently Asked Questions ("FAQs") about Tux Paint
|
||||
Answers to, and solutions for, some common questions about, and
|
||||
problems with, using Tux Paint.
|
||||
|
||||
|
||||
→ Extensions pour Tux Paint : ←
|
||||
+ EXTENDING.html
|
||||
o EXTENDING.html
|
||||
Des instructions détaillées sur la création de pinceaux, de tampons,
|
||||
d'images de démarrage et de modèles; et l'ajout de polices; et créer un
|
||||
nouveau clavier virtuel et des méthodes de saisie.
|
||||
+ PNG.html
|
||||
o PNG.html
|
||||
Remarques sur la création d'images bitmap au format PNG à utiliser dans
|
||||
Tux Paint.
|
||||
+ SVG.html
|
||||
o SVG.html
|
||||
Remarques sur la création d'images vectorielles au format SVG à
|
||||
utiliser dans Tux Paint.
|
||||
|
||||
|
||||
→ Information technique : ←
|
||||
+ INSTALL.html
|
||||
o INSTALL.html
|
||||
Instructions pour compiler et installer Tux Paint, le cas échéant.
|
||||
+ SIGNALS.html
|
||||
o SIGNALS.html
|
||||
Informations sur les signaux POSIX auxquels répond Tux Paint.
|
||||
+ MAGIC-API.html
|
||||
o MAGIC-API.html
|
||||
Créer de nouveaux outils Magie avec le plugin API de Tux Paint.
|
||||
|
||||
|
||||
→ Historique du développement et licence : ←
|
||||
+ AUTHORS.txt
|
||||
o AUTHORS.txt
|
||||
Liste des auteurs et contributeurs.
|
||||
+ CHANGES.txt
|
||||
o CHANGES.txt
|
||||
Résumé des changements entre chaque version de Tux Paint.
|
||||
+ COPYING.txt
|
||||
o COPYING.txt
|
||||
Licence du programme Tux Paint, la GNU General Public License (GPL)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ Tux Paint répond aux signaux suivants (qui peuvent être envoyé au processus d
|
|||
programme via `kill` ou`killall`, par exemple).
|
||||
|
||||
→ SIGTERM (également, [Control] + [C] depuis un terminal exécutant 'tuxpaint')
|
||||
←
|
||||
←
|
||||
|
||||
Tux Paint répond comme si le bouton "Quitter" était enfoncé, ou
|
||||
l'environnement de bureau a été invité à fermer Tux Paint (par exemple, en
|
||||
|
|
|
|||
|
|
@ -27,13 +27,12 @@ programmes pour faire du SVG, à la fois gratuits/open source et commerciaux/
|
|||
propriétaires.
|
||||
|
||||
→ Logiciel libre ←
|
||||
+ Inkscape — http://www.inkscape.org/
|
||||
+ Karbon — https://calligra.org/karbon/
|
||||
o Inkscape — http://www.inkscape.org/
|
||||
o Karbon — https://calligra.org/karbon/
|
||||
|
||||
|
||||
→ Propriétaire ←
|
||||
+ CorelDRAW (Corel) — https://www.coreldraw.com/en/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Boxy SVG — https://boxy-svg.com/
|
||||
+ Sketch (Sketch B.V.) — https://boxy-svg.com/
|
||||
|
||||
o CorelDRAW (Corel) — https://www.coreldraw.com/en/
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Boxy SVG — https://boxy-svg.com/
|
||||
o Sketch (Sketch B.V.) — https://boxy-svg.com/
|
||||
|
|
|
|||
|
|
@ -26,9 +26,9 @@ indirectamente polas bibliotecas que emprega.
|
|||
|
||||
Algúns exemplos de onde se usa «$HOME» inclúen:
|
||||
|
||||
+ A localización do ficheiro de configuración de Tux Paint
|
||||
+ A base de onde Tux Paint garda e carga os debuxos dos usuarios
|
||||
+ A localización da colección privada de ficheiros de datos dun usuario —
|
||||
o A localización do ficheiro de configuración de Tux Paint
|
||||
o A base de onde Tux Paint garda e carga os debuxos dos usuarios
|
||||
o A localización da colección privada de ficheiros de datos dun usuario —
|
||||
selos, pinceis, etc. — (fronte aos dispoñíbeis no sistema)
|
||||
|
||||
|
||||
|
|
@ -83,7 +83,6 @@ A seguir amósanse algunhas das variábeis de contorno compatíbeis con Simple
|
|||
DirectMedia Layer (libSDL) — que Tux Paint utiliza para amosar gráficos,
|
||||
reproducir sons e recibir entrada do rato, teclado e joystick — e que poden ser
|
||||
útiles para os usuarios de Tux Paint.
|
||||
|
||||
→ SDL_VIDEO_ALLOW_SCREENSAVER ←
|
||||
|
||||
Especifica se Tux Paint debería permitir a execución dun protector de
|
||||
|
|
@ -103,4 +102,3 @@ reproducir sons e recibir entrada do rato, teclado e joystick — e que poden se
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -520,10 +520,8 @@ que se atopa no mesmo directorio.)
|
|||
destino».
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Selos inalterábeis ←
|
||||
|
||||
|
|
@ -558,10 +556,10 @@ que se atopa no mesmo directorio.)
|
|||
axuste, ao ficheiro de datos do selo. (Pódese incluír un signo igual, «=»
|
||||
após a palabra «scale».)
|
||||
|
||||
+ "scale 40%"
|
||||
+ "scale 5/2"
|
||||
+ "scale 2.5"
|
||||
+ "scale 2:5"
|
||||
o "scale 40%"
|
||||
o "scale 5/2"
|
||||
o "scale 2.5"
|
||||
o "scale 2:5"
|
||||
|
||||
|
||||
→ Usuarios de Windows ←
|
||||
|
|
@ -697,29 +695,29 @@ se atopa no mesmo directorio.)
|
|||
directions, the "allowscale" may be used to tell Tux Paint which behavior
|
||||
to allow:
|
||||
|
||||
+ For starters where it's alright to crop the left and right edges, but
|
||||
o For starters where it's alright to crop the left and right edges, but
|
||||
the top and bottom edges must be retained, use "allowscale=horizontal".
|
||||
o If the starter's aspect ratio is wider than that of the canvas, it
|
||||
# If the starter's aspect ratio is wider than that of the canvas, it
|
||||
will be scaled to fit the height of the canvas, and the left and
|
||||
right will be cropped.
|
||||
o If the starter's aspect ratio is taller than that of the canvas, it
|
||||
# If the starter's aspect ratio is taller than that of the canvas, it
|
||||
will be scaled to fit the height of the canvas, and no cropping
|
||||
will occur, and the left and right edges will be smeared.
|
||||
|
||||
+ For starters where it's alright to crop the top and bottom edges, but
|
||||
o For starters where it's alright to crop the top and bottom edges, but
|
||||
the left and right edges must be retained, use "allowscale=vertical".
|
||||
o If the starter's aspect ratio is taller than that of the canvas, it
|
||||
# If the starter's aspect ratio is taller than that of the canvas, it
|
||||
will be scaled to fit the width of the canvas, and the top and
|
||||
bottom will be cropped.
|
||||
o If the starter's aspect ratio is wider than that of the canvas, it
|
||||
# If the starter's aspect ratio is wider than that of the canvas, it
|
||||
will be scaled to fit the width of the canvas, and no cropping will
|
||||
occur, and the top and bottom edges will be smeared.
|
||||
|
||||
+ If it's acceptable to crop either the top and bottom or the left and
|
||||
o If it's acceptable to crop either the top and bottom or the left and
|
||||
right, use "allowscale=both". Contents from starter will always fill
|
||||
the canvas, regardless of how its aspect ratio compares to that of the
|
||||
canvas.
|
||||
+ The default behavior is to not allow cropping. This may be specified
|
||||
o The default behavior is to not allow cropping. This may be specified
|
||||
explicitly with "allowscale=none".
|
||||
|
||||
|
||||
|
|
@ -755,15 +753,15 @@ se atopa no mesmo directorio.)
|
|||
important, specify "gravity=bottom-right".
|
||||
|
||||
The available options are:
|
||||
+ center — prefer the center (the default)
|
||||
+ top — prefer the top center
|
||||
+ bottom — prefer the bottom center
|
||||
+ left — prefer the left center
|
||||
+ right — prefer the right center
|
||||
+ top-left — prefer the top left
|
||||
+ top-right — prefer the top right
|
||||
+ bottom-left — prefer the bottom left
|
||||
+ bottom-right — prefer the bottom right
|
||||
o center — prefer the center (the default)
|
||||
o top — prefer the top center
|
||||
o bottom — prefer the bottom center
|
||||
o left — prefer the left center
|
||||
o right — prefer the right center
|
||||
o top-left — prefer the top left
|
||||
o top-right — prefer the top right
|
||||
o bottom-left — prefer the bottom left
|
||||
o bottom-right — prefer the bottom right
|
||||
|
||||
[ Landscape-shaped image of a horizon with the sun in the middle and a
|
||||
building on the right. ]
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@
|
|||
«Tux Paint non cambia ao meu idioma», a continuación.
|
||||
|
||||
→ Tux Paint non cambia ao meu idioma ←
|
||||
+ Usuarios de Linux e Unix: asegúrese de que a configuración local está
|
||||
o Usuarios de Linux e Unix: asegúrese de que a configuración local está
|
||||
dispoñíbel
|
||||
|
||||
Asegúrese de que a configuración local que quere está dispoñíbel.
|
||||
|
|
@ -122,23 +122,23 @@
|
|||
simplemente executar «dpkg-reconfigure locales» se se as configuracións
|
||||
locais son xestionadas por «dpkg».
|
||||
|
||||
+ Se está a empregar a opción de liña de ordes «--lang»
|
||||
o Se está a empregar a opción de liña de ordes «--lang»
|
||||
|
||||
Probe a usar a opción de liña de ordes «--locale» ou o axuste da
|
||||
configuración local do seu sistema operativo (p. ex.: a variábel de
|
||||
contorno «$LANG») e envíenos un correo-e con respecto ao seu problema.
|
||||
|
||||
+ Se está a empregar a opción de liña de ordes «--locale»
|
||||
o Se está a empregar a opción de liña de ordes «--locale»
|
||||
|
||||
Se isto non funciona, envíenos un correo-e con respecto ao seu
|
||||
problema.
|
||||
|
||||
+ Se está a empregar a configuración local do seu sistema operativo
|
||||
o Se está a empregar a configuración local do seu sistema operativo
|
||||
|
||||
Se isto non funciona, envíenos un correo-e con respecto ao seu
|
||||
problema.
|
||||
|
||||
+ Asegúrese de ter o tipo de letra necesario
|
||||
o Asegúrese de ter o tipo de letra necesario
|
||||
|
||||
Algunhas traducións requiren o seu propio tipo de letra. O chinés e o
|
||||
coreano, por exemplo, precisan que os tipos de letra TrueType chinés e
|
||||
|
|
@ -318,20 +318,20 @@
|
|||
### Problemas de son ###
|
||||
|
||||
→ Non hai son. ←
|
||||
+ Primeiro, comprobe o obvio:
|
||||
o Están conectados e acendidos os altofalantes?
|
||||
o Subiu o volume dos altofalantes?
|
||||
o Subiu o volume no «mesturador» do seu sistema operativo?
|
||||
o Estás seguro de que está a usar un computador con tarxeta de son?
|
||||
o Existe algún outro programa que use son? (É posíbel que estea
|
||||
o Primeiro, comprobe o obvio:
|
||||
# Están conectados e acendidos os altofalantes?
|
||||
# Subiu o volume dos altofalantes?
|
||||
# Subiu o volume no «mesturador» do seu sistema operativo?
|
||||
# Estás seguro de que está a usar un computador con tarxeta de son?
|
||||
# Existe algún outro programa que use son? (É posíbel que estea
|
||||
«bloqueando» o acceso de Tux Paint ao seu dispositivo de son)
|
||||
o (Unix/Linux) Está a usar un sistema de son, como aRts, ESD ou
|
||||
# (Unix/Linux) Está a usar un sistema de son, como aRts, ESD ou
|
||||
GStreamer? Se é así, tente axustar a variábel de contorno
|
||||
«SDL_AUDIODRIVER« antes de executar Tux Paint (p. ex.: «export
|
||||
SDL_AUDIODRIVER=arts»). Ou execute Tux Paint a través do
|
||||
redireccionador do sistema (p. ex.: execute «artsdsp tuxpaint» ou
|
||||
«esddsp tuxpaint», no canto de simplemente «tuxpaint»).
|
||||
+ Está desactivado o son en Tux Paint?
|
||||
o Está desactivado o son en Tux Paint?
|
||||
|
||||
Se o son parece funcionar doutro xeito (e está seguro de que ningún
|
||||
outro programa «bloquea» o dispositivo de son), é posíbel que Tux Paint
|
||||
|
|
@ -356,14 +356,14 @@
|
|||
configuración e permitirá a impresión ilimitada. (Non terás aue agardar
|
||||
entre impresións).
|
||||
|
||||
+ Desactiváronse os sons temporalmente?
|
||||
o Desactiváronse os sons temporalmente?
|
||||
|
||||
Mesmo se os sons están activados en Tux Paint, é posíbel desactivalos e
|
||||
reactivalos temporalmente usando a secuencia de teclas [Alt] + [S].
|
||||
Probe a premer esas teclas para ver se os sons comezan a funcionar de
|
||||
novo.
|
||||
|
||||
+ Foi compilado Tux Paint sen compatibilidade con son?
|
||||
o Foi compilado Tux Paint sen compatibilidade con son?
|
||||
|
||||
É posíbel que Tux Paint se compilase coa compatibilidade de son
|
||||
desactivada. Para comprobar se a compatibilidade de son estaba activada
|
||||
|
|
@ -384,32 +384,32 @@
|
|||
|
||||
Si, hai varias formas de desactivar os sons en Tux Paint:
|
||||
|
||||
+ Prema [Alt] + [S] mentres está en Tux Paint para desactivar
|
||||
o Prema [Alt] + [S] mentres está en Tux Paint para desactivar
|
||||
temporalmente os sons. (Prema de novo esa secuencia de teclas para
|
||||
volver activar os sons.)
|
||||
+ Execute Tux Paint coa opción «sen son»:
|
||||
o Execute «tuxpaint --nosound» dende a liña de ordes, dende o atallo
|
||||
o Execute Tux Paint coa opción «sen son»:
|
||||
# Execute «tuxpaint --nosound» dende a liña de ordes, dende o atallo
|
||||
ou dende a icona do escritorio.
|
||||
o Edite o ficheiro de configuración de Tux Paint (consulte a
|
||||
# Edite o ficheiro de configuración de Tux Paint (consulte a
|
||||
«Documentación de opcións» para obter máis detalles) e engada unha
|
||||
liña que conteña «nosound=yes».
|
||||
o Ou use Tux Paint Config. e asegúrese de «Activar os efectos de son»
|
||||
# Ou use Tux Paint Config. e asegúrese de «Activar os efectos de son»
|
||||
(baixo «Vídeo e son») non está marcado.
|
||||
o Como alternativa, recompile Tux Paint coa compatibilidade de son
|
||||
# Como alternativa, recompile Tux Paint coa compatibilidade de son
|
||||
desactivada. (Vexa máis arriba e a documentación «Instalar».
|
||||
|
||||
|
||||
→ A panorámica estéreo dos efectos de son é molesta; os efectos de son poden
|
||||
ser monofónicos? ←
|
||||
ser monofónicos? ←
|
||||
|
||||
Execute Tux Paint coa opción «sen estéreo»:
|
||||
|
||||
+ Execute «tuxpaint --nostereo» dende a liña de ordes, dende o atallo ou
|
||||
o Execute «tuxpaint --nostereo» dende a liña de ordes, dende o atallo ou
|
||||
dende a icona do escritorio.
|
||||
+ Edite o ficheiro de configuración de Tux Paint (consulte a
|
||||
o Edite o ficheiro de configuración de Tux Paint (consulte a
|
||||
«Documentación de opcións» para obter máis detalles) e engada unha liña
|
||||
que conteña «nostereo=yes».
|
||||
+ Ou use Tux Paint Config. e asegúrese de «Activar os efectos estéreo»
|
||||
o Ou use Tux Paint Config. e asegúrese de «Activar os efectos estéreo»
|
||||
(baixo «Vídeo e son») non está marcado.
|
||||
|
||||
|
||||
|
|
@ -430,7 +430,7 @@
|
|||
### Problemas no modo de pantalla completa ###
|
||||
|
||||
→ Cando executo Tux Paint a pantalla completa e [Alt] + [Tab] está fóra, a
|
||||
xanela vólvese negra. ←
|
||||
xanela vólvese negra. ←
|
||||
Aparentemente é un erro na biblioteca SDL. Sentímolo.
|
||||
|
||||
→ Cando executo Tux Paint a pantalla completa, ten grandes bordos ao redor ←
|
||||
|
|
@ -462,7 +462,7 @@
|
|||
|
||||
|
||||
→ Tux Paint segue a funcionar en modo de pantalla completa e quéroo na xanela.
|
||||
←
|
||||
←
|
||||
|
||||
A opción «pantalla completa» está estabelecida.
|
||||
|
||||
|
|
@ -487,10 +487,10 @@
|
|||
|
||||
|
||||
→ How do I access other applications when Tux Paint is running in Full Screen?
|
||||
←
|
||||
+ Windows and Linux users, try the [Alt] + [Tab] key combination to
|
||||
←
|
||||
o Windows and Linux users, try the [Alt] + [Tab] key combination to
|
||||
switch between applications.
|
||||
+ macOS users, switch to other applications using [Control] + [Left
|
||||
o macOS users, switch to other applications using [Control] + [Left
|
||||
Arrow], then back to Tux Paint using [Control] + [Right Arrow].
|
||||
|
||||
|
||||
|
|
@ -592,7 +592,7 @@
|
|||
|
||||
|
||||
→ Tux Paint segue a escribir mensaxes estrañas na pantalla/nun ficheiro de
|
||||
texto ←
|
||||
texto ←
|
||||
|
||||
Algunhas mensaxes son normais, mais se Tux Paint está a ser extremadamente
|
||||
detallado (como enumerar o nome de cada imaxe de selo de goma que atopa ao
|
||||
|
|
@ -613,7 +613,7 @@
|
|||
De xeito predeterminado, Tux Paint primeiro mira os ficheiros de
|
||||
configuración para ver as opcións.
|
||||
|
||||
+ Windows
|
||||
o Windows
|
||||
|
||||
Under Windows, it first examines the system-wide configuration file,
|
||||
located here:
|
||||
|
|
@ -627,7 +627,7 @@
|
|||
Finalmente, úsanse as opcións enviadas como argumentos da liña de
|
||||
ordes.
|
||||
|
||||
+ macOS
|
||||
o macOS
|
||||
|
||||
Under macOS, it first examines the system-wide configuration file,
|
||||
located here:
|
||||
|
|
@ -641,7 +641,7 @@
|
|||
Finalmente, úsanse as opcións enviadas como argumentos da liña de
|
||||
ordes.
|
||||
|
||||
+ Linux / Unix
|
||||
o Linux / Unix
|
||||
|
||||
En Unix e Linux, primeiro examine o ficheiro de configuración de todo o
|
||||
sistema, que se atopa aquí:
|
||||
|
|
@ -655,7 +655,7 @@
|
|||
Finalmente, úsanse as opcións enviadas como argumentos da liña de
|
||||
ordes.
|
||||
|
||||
+ Haiku
|
||||
o Haiku
|
||||
|
||||
Under Haiku, Tux Paint first examines the configuration file:
|
||||
|
||||
|
|
|
|||
|
|
@ -111,21 +111,20 @@ a súa instalación como parte da súa distribución de Linux.
|
|||
compatibilidade SVG (a través de «make SVG_LIB:=»)
|
||||
|
||||
→ librsvg-2 & libCairo2 (bibliotecas máis recentes) ←
|
||||
o libRSVG 2: http://librsvg.sourceforge.net/
|
||||
o Cairo 2: http://www.cairographics.org/
|
||||
o Estes tamén dependen do seguinte:
|
||||
# GdkPixbuf & GLib: http://www.gtk.org/
|
||||
# Pango: http://www.pango.org/
|
||||
@ libRSVG 2: http://librsvg.sourceforge.net/
|
||||
@ Cairo 2: http://www.cairographics.org/
|
||||
@ Estes tamén dependen do seguinte:
|
||||
- GdkPixbuf & GLib: http://www.gtk.org/
|
||||
- Pango: http://www.pango.org/
|
||||
|
||||
|
||||
→ Bibliotecas SVG máis antigas ←
|
||||
o libcairo1, libsvg1, & libsvg-cairo1: http://www.cairographics.org/
|
||||
o Estes tamén dependen do seguinte:
|
||||
# libxml2: https://gitlab.gnome.org/GNOME/libxml2
|
||||
@ libcairo1, libsvg1, & libsvg-cairo1: http://www.cairographics.org/
|
||||
@ Estes tamén dependen do seguinte:
|
||||
- libxml2: https://gitlab.gnome.org/GNOME/libxml2
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Función de exportación de GIF animado ←
|
||||
|
||||
|
|
@ -856,7 +855,7 @@ Install the required develop packages in Terminal:
|
|||
libpng16_devel librsvg_devel libsdl2_devel sdl2_image_devel sdl2_gfx_devel
|
||||
sdl2_mixer_devel sdl2_pango_devel sdl2_ttf_devel zlib_devel
|
||||
|
||||
←
|
||||
←
|
||||
|
||||
For 32-bit you need to switch to the new compiler (currently gcc 11.2.0) with
|
||||
setarch x86
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -133,10 +133,10 @@ liña de ordes», a continuación.)
|
|||
|
||||
Algúns exemplos:
|
||||
|
||||
+ 640x480
|
||||
+ 1024x768
|
||||
+ 768x1024
|
||||
+ 1600x1200
|
||||
o 640x480
|
||||
o 1024x768
|
||||
o 768x1024
|
||||
o 1600x1200
|
||||
|
||||
💡 If only one display is available, and Tux Paint is being run in windowed
|
||||
(not fullscreen) mode, and the chosen window size exceeds the capabilities
|
||||
|
|
@ -550,7 +550,6 @@ liña de ordes», a continuación.)
|
|||
beginner mode.)
|
||||
|
||||
The COMPLEXITY value may be one of:
|
||||
|
||||
→ advanced (o predeterminado) ←
|
||||
"Advanced" — For users familiar with Tux Paint and who can operate more
|
||||
complex tools.
|
||||
|
|
@ -1020,7 +1019,7 @@ liña de ordes», a continuación.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Print Commands ##
|
||||
|
||||
→ printcommand=ORDE ←
|
||||
|
|
@ -1059,7 +1058,7 @@ liña de ordes», a continuación.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Paper Size ##
|
||||
|
||||
→ papersize=TAMAÑO_DO_PAPEL ←
|
||||
|
|
@ -1080,7 +1079,7 @@ liña de ordes», a continuación.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Gardar ###
|
||||
|
||||
## Save Over Earlier Work ##
|
||||
|
|
@ -1109,7 +1108,7 @@ liña de ordes», a continuación.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Starting Out ##
|
||||
|
||||
→ startblank=yes ←
|
||||
|
|
@ -1136,7 +1135,7 @@ liña de ordes», a continuación.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Save and Export Directories ##
|
||||
|
||||
→ savedir=DIRECTORIO ←
|
||||
|
|
@ -1179,7 +1178,7 @@ liña de ordes», a continuación.)
|
|||
|
||||
Se non o anula, a ubicación predeterminada é:
|
||||
|
||||
o Linux e Unix: se está dispoñíbel, onde queira que o seu contorno de
|
||||
# Linux e Unix: se está dispoñíbel, onde queira que o seu contorno de
|
||||
escritorio estea configurado para que se almacenen imaxes, en
|
||||
función da configuración XDG (X Desktop Group). (Probe a executar a
|
||||
liña de ordes «xdg-user-dir PICTURES» para descubrilo.)
|
||||
|
|
@ -1189,13 +1188,13 @@ liña de ordes», a continuación.)
|
|||
Tux Paint will fall back to using that typical directory, if no XDG
|
||||
configuration can be read, or nothing is set for
|
||||
"XDG_PICTURES_DIR".
|
||||
o Windows - "My Pictures" directory for each user (normaly
|
||||
# Windows - "My Pictures" directory for each user (normaly
|
||||
"C:\Users\nome de usuario\My Pictures")
|
||||
You can directly open the folder as follows:
|
||||
# Prema a tecla «[Windows]+[R]» para abrir o diálogo
|
||||
@ Prema a tecla «[Windows]+[R]» para abrir o diálogo
|
||||
«Executar...».
|
||||
# Enter "Shell:My Pictures" in the text box and push [OK].
|
||||
o macOS — TBD!
|
||||
@ Enter "Shell:My Pictures" in the text box and push [OK].
|
||||
# macOS — TBD!
|
||||
|
||||
💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will
|
||||
be created and used. (e.g., "/home/nome de usuario/Imaxes/TuxPaint")
|
||||
|
|
@ -1213,7 +1212,7 @@ liña de ordes», a continuación.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## More Saving Options ##
|
||||
|
||||
→ nosave=yes ←
|
||||
|
|
@ -1253,7 +1252,7 @@ liña de ordes», a continuación.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Data ###
|
||||
|
||||
## Lockfile ##
|
||||
|
|
@ -1281,7 +1280,7 @@ liña de ordes», a continuación.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Data Directory ##
|
||||
|
||||
→ datadir=DIRECTORIO ←
|
||||
|
|
@ -1317,7 +1316,7 @@ liña de ordes», a continuación.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Color Palette File ##
|
||||
|
||||
→ colorfile=NOME_DE_FICHEIRO ←
|
||||
|
|
@ -1350,7 +1349,7 @@ liña de ordes», a continuación.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Accessibility ###
|
||||
|
||||
## Mouse ##
|
||||
|
|
@ -1362,7 +1361,7 @@ liña de ordes», a continuación.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Keyboard ##
|
||||
|
||||
→ keyboard=yes ←
|
||||
|
|
@ -1373,24 +1372,24 @@ liña de ordes», a continuación.)
|
|||
|
||||
Funcionalidades:
|
||||
|
||||
o Movemento fino dentro do lenzo ou movemento groseiro se se mantén
|
||||
# Movemento fino dentro do lenzo ou movemento groseiro se se mantén
|
||||
premida Shift.
|
||||
o Movemento groseiro dentro das áreas dos botóns da ferramenta.
|
||||
o Principais controis:
|
||||
# [Left]/[Right]/[Up]/[Down], teclado numérico [1] ata [9]: mover
|
||||
# Movemento groseiro dentro das áreas dos botóns da ferramenta.
|
||||
# Principais controis:
|
||||
@ [Left]/[Right]/[Up]/[Down], teclado numérico [1] ata [9]: mover
|
||||
o rato
|
||||
# [Space]/[5]: premer co rato (agás cando se empregan as
|
||||
@ [Space]/[5]: premer co rato (agás cando se empregan as
|
||||
ferramentas de «Texto» ou de «Etiqueta»)
|
||||
# [Insert]/[F5]: premer co rato (sempre)
|
||||
# [F4] fai saltar o rato entre as «Ferramentas», «Cores» e as
|
||||
@ [Insert]/[F5]: premer co rato (sempre)
|
||||
@ [F4] fai saltar o rato entre as «Ferramentas», «Cores» e as
|
||||
áreas do lenzo
|
||||
# Se o rato está dentro da sección «Ferramentas» á esquerda ou na
|
||||
@ Se o rato está dentro da sección «Ferramentas» á esquerda ou na
|
||||
sección «Cores» na parte inferior:
|
||||
@ [F7]/[F8]: mover cara abaixo/arriba entre os botóns,
|
||||
- [F7]/[F8]: mover cara abaixo/arriba entre os botóns,
|
||||
respectivamente (só sección de ferramentas)
|
||||
@ [F11]/[F12]: mover ao botón anterior/seguinte,
|
||||
- [F11]/[F12]: mover ao botón anterior/seguinte,
|
||||
respectivamente
|
||||
o Para premer e arrastrar, manteña premida unha das teclas de «clic»
|
||||
# Para premer e arrastrar, manteña premida unha das teclas de «clic»
|
||||
(p. ex.: [Insert]) e use as teclas de movemento (p. ex.: [Left]).
|
||||
|
||||
💡 Note: The "mouse accessibility" feature works with the keyboard
|
||||
|
|
@ -1399,7 +1398,7 @@ liña de ordes», a continuación.)
|
|||
keys to move around (which will draw), and another 'click' key to
|
||||
end the click (stop drawing).
|
||||
|
||||
o Aínda se pode usar un rato e/ou unha panca de mando (joystick)
|
||||
# Aínda se pode usar un rato e/ou unha panca de mando (joystick)
|
||||
normais (para que poida, por exemplo, moverse co rato e premer co
|
||||
teclado ou viceversa)
|
||||
|
||||
|
|
@ -1409,7 +1408,7 @@ liña de ordes», a continuación.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Onscreen Keyboard ##
|
||||
|
||||
→ onscreen-keyboard=yes ←
|
||||
|
|
@ -1443,7 +1442,7 @@ liña de ordes», a continuación.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Joystick ###
|
||||
|
||||
## Main Device ##
|
||||
|
|
@ -1478,7 +1477,7 @@ liña de ordes», a continuación.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Hat ##
|
||||
|
||||
→ joystick-hat-slowness=VELOCIDADE ←
|
||||
|
|
@ -1497,7 +1496,7 @@ liña de ordes», a continuación.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Buttons to Disable ##
|
||||
|
||||
→ joystick-buttons-ignore=BOTÓN1,BOTÓN2,... ←
|
||||
|
|
@ -1635,7 +1634,7 @@ liña de ordes», a continuación.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
Anulación da configuración do sistema. Opcións
|
||||
|
||||
If any of the above options are set in a system-wide configuration file
|
||||
|
|
@ -1661,88 +1660,88 @@ liña de ordes», a continuación.)
|
|||
Paint.
|
||||
|
||||
→ --fullscreen=yes
|
||||
--fullscreen=native
|
||||
--LARGOxALTO
|
||||
--orient=portrait
|
||||
--buttonsize=TAMAÑO
|
||||
--colorsrows=FILAS
|
||||
--native
|
||||
--allowscreensaver
|
||||
--startblank
|
||||
--nosound
|
||||
--nostereo
|
||||
--noquit
|
||||
--noprint
|
||||
--printdelay=SEGUNDOS
|
||||
--printcfg
|
||||
--altprintnever
|
||||
--altprintalways
|
||||
--papersize=TAMAÑO_DO_PAPEL
|
||||
--printcommand=ORDE
|
||||
--altprintcommand=ORDE
|
||||
--nolockfile
|
||||
--simpleshapes
|
||||
--uppercase
|
||||
--grab
|
||||
--noshortcuts
|
||||
--nowheelmouse
|
||||
--nobuttondistinction
|
||||
--nofancycursors
|
||||
--hidecursor
|
||||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nostamprotation
|
||||
--nomagiccontrols
|
||||
--nomagicsizes
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
--nobrushspacing
|
||||
--newcolorslast
|
||||
--mouse-accessibility
|
||||
--onscreen-keyboard
|
||||
--onscreen-keyboard-layout
|
||||
--onscreen-keyboard-disable-change
|
||||
--joystick-dev
|
||||
--joystick-slowness
|
||||
--joystick-threshold
|
||||
--joystick-maxsteps
|
||||
--joystick-hat-slowness
|
||||
--joystick-hat-timeout
|
||||
--joystick-btn-escape
|
||||
--joystick-btn-brush
|
||||
--joystick-btn-stamp
|
||||
--joystick-btn-lines
|
||||
--joystick-btn-shapes
|
||||
--joystick-btn-text
|
||||
--joystick-btn-label
|
||||
--joystick-btn-magic
|
||||
--joystick-btn-undo
|
||||
--joystick-btn-redo
|
||||
--joystick-btn-eraser
|
||||
--joystick-btn-new
|
||||
--joystick-btn-open
|
||||
--joystick-btn-save
|
||||
--joystick-btn-pgsetup
|
||||
--joystick-btn-print
|
||||
--joystick-buttons-ignore
|
||||
--sysfonts
|
||||
--uifont=FONT NAME
|
||||
--alllocalefonts
|
||||
--mirrorstamps
|
||||
--stampsize=TAMAÑO
|
||||
--keyboard
|
||||
--savedir DIRECTORIO
|
||||
--datadir DIRECTORIO
|
||||
--exportdir DIRECTORIO
|
||||
--saveover
|
||||
--saveovernew
|
||||
--nosave
|
||||
--autosave
|
||||
--reversesort
|
||||
--lang IDIOMA
|
||||
--colorfile FICHEIRO
|
||||
←
|
||||
--fullscreen=native
|
||||
--LARGOxALTO
|
||||
--orient=portrait
|
||||
--buttonsize=TAMAÑO
|
||||
--colorsrows=FILAS
|
||||
--native
|
||||
--allowscreensaver
|
||||
--startblank
|
||||
--nosound
|
||||
--nostereo
|
||||
--noquit
|
||||
--noprint
|
||||
--printdelay=SEGUNDOS
|
||||
--printcfg
|
||||
--altprintnever
|
||||
--altprintalways
|
||||
--papersize=TAMAÑO_DO_PAPEL
|
||||
--printcommand=ORDE
|
||||
--altprintcommand=ORDE
|
||||
--nolockfile
|
||||
--simpleshapes
|
||||
--uppercase
|
||||
--grab
|
||||
--noshortcuts
|
||||
--nowheelmouse
|
||||
--nobuttondistinction
|
||||
--nofancycursors
|
||||
--hidecursor
|
||||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nostamprotation
|
||||
--nomagiccontrols
|
||||
--nomagicsizes
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
--nobrushspacing
|
||||
--newcolorslast
|
||||
--mouse-accessibility
|
||||
--onscreen-keyboard
|
||||
--onscreen-keyboard-layout
|
||||
--onscreen-keyboard-disable-change
|
||||
--joystick-dev
|
||||
--joystick-slowness
|
||||
--joystick-threshold
|
||||
--joystick-maxsteps
|
||||
--joystick-hat-slowness
|
||||
--joystick-hat-timeout
|
||||
--joystick-btn-escape
|
||||
--joystick-btn-brush
|
||||
--joystick-btn-stamp
|
||||
--joystick-btn-lines
|
||||
--joystick-btn-shapes
|
||||
--joystick-btn-text
|
||||
--joystick-btn-label
|
||||
--joystick-btn-magic
|
||||
--joystick-btn-undo
|
||||
--joystick-btn-redo
|
||||
--joystick-btn-eraser
|
||||
--joystick-btn-new
|
||||
--joystick-btn-open
|
||||
--joystick-btn-save
|
||||
--joystick-btn-pgsetup
|
||||
--joystick-btn-print
|
||||
--joystick-buttons-ignore
|
||||
--sysfonts
|
||||
--uifont=FONT NAME
|
||||
--alllocalefonts
|
||||
--mirrorstamps
|
||||
--stampsize=TAMAÑO
|
||||
--keyboard
|
||||
--savedir DIRECTORIO
|
||||
--datadir DIRECTORIO
|
||||
--exportdir DIRECTORIO
|
||||
--saveover
|
||||
--saveovernew
|
||||
--nosave
|
||||
--autosave
|
||||
--reversesort
|
||||
--lang IDIOMA
|
||||
--colorfile FICHEIRO
|
||||
←
|
||||
|
||||
Estas activan ou corresponden ás opcións do ficheiro de configuración
|
||||
descritas anteriormente.
|
||||
|
|
@ -1750,47 +1749,47 @@ liña de ordes», a continuación.)
|
|||
|
||||
|
||||
→ --windowed
|
||||
--800x600
|
||||
--orient=landscape
|
||||
--disablescreensaver
|
||||
--startlast
|
||||
--sound
|
||||
--stereo
|
||||
--quit
|
||||
--print
|
||||
--printdelay=0
|
||||
--noprintcfg
|
||||
--altprintmod
|
||||
--lockfile
|
||||
--complexshapes
|
||||
--mixedcase
|
||||
--dontgrab
|
||||
--shortcuts
|
||||
--wheelmouse
|
||||
--buttondistinction
|
||||
--fancycursors
|
||||
--showcursor
|
||||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--stamprotation
|
||||
--magiccontrols
|
||||
--magicsizes
|
||||
--shapecontrols
|
||||
--label
|
||||
--brushspacing
|
||||
--newcolorsfirst
|
||||
--nosysfonts
|
||||
--currentlocalefont
|
||||
--uifont=default
|
||||
--dontmirrorstamps
|
||||
--stampsize=default
|
||||
--mouse
|
||||
--saveoverask
|
||||
--save
|
||||
--noautosave
|
||||
--noreversesort
|
||||
←
|
||||
--800x600
|
||||
--orient=landscape
|
||||
--disablescreensaver
|
||||
--startlast
|
||||
--sound
|
||||
--stereo
|
||||
--quit
|
||||
--print
|
||||
--printdelay=0
|
||||
--noprintcfg
|
||||
--altprintmod
|
||||
--lockfile
|
||||
--complexshapes
|
||||
--mixedcase
|
||||
--dontgrab
|
||||
--shortcuts
|
||||
--wheelmouse
|
||||
--buttondistinction
|
||||
--fancycursors
|
||||
--showcursor
|
||||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--stamprotation
|
||||
--magiccontrols
|
||||
--magicsizes
|
||||
--shapecontrols
|
||||
--label
|
||||
--brushspacing
|
||||
--newcolorsfirst
|
||||
--nosysfonts
|
||||
--currentlocalefont
|
||||
--uifont=default
|
||||
--dontmirrorstamps
|
||||
--stampsize=default
|
||||
--mouse
|
||||
--saveoverask
|
||||
--save
|
||||
--noautosave
|
||||
--noreversesort
|
||||
←
|
||||
|
||||
Estas opcións pódense usar para anular calquera axuste feito no
|
||||
ficheiro de configuración. (Se a opción non está configurada no(s)
|
||||
|
|
@ -1810,14 +1809,14 @@ liña de ordes», a continuación.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Opcións informativas da liña de ordes ###
|
||||
|
||||
As seguintes opcións amosan un texto informativo na pantalla. Non obstante,
|
||||
Tux Paint non se inicia nin se executa despois.
|
||||
|
||||
→ --version
|
||||
--verbose-version ←
|
||||
--verbose-version ←
|
||||
|
||||
Display the version number and date of the copy of Tux Paint you are
|
||||
running. The "--verbose-version" also lists what compile-time options
|
||||
|
|
@ -1856,7 +1855,7 @@ liña de ordes», a continuación.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
Escoller un idioma diferente
|
||||
|
||||
Tux Paint foi traducido a varios idiomas. Para acceder ás traducións, pode
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@ converter as imaxes existentes a PNG.
|
|||
|
||||
|
||||
→ Ferramentas da liña de ordes ←
|
||||
|
||||
→ NetPBM ←
|
||||
|
||||
As ferramentas de Mapas de bits Portátil –Portable Bitmap– (coñecidas
|
||||
|
|
@ -71,23 +70,22 @@ converter as imaxes existentes a PNG.
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Proprietary Software for Windows ←
|
||||
+ CorelDRAW (Corel) — http://www.corel.com/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
+ Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
+ PIXresizer (Bluefive software) — http://bluefive.pair.com/
|
||||
o CorelDRAW (Corel) — http://www.corel.com/
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
o Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
o PIXresizer (Bluefive software) — http://bluefive.pair.com/
|
||||
pixresizer.htm
|
||||
|
||||
|
||||
→ Usuarios de Macintosh ←
|
||||
+ CorelDRAW (Corel) — http://www.corel.com/
|
||||
+ GraphicConverter (Lemke Software) — https://www.lemkesoft.de/
|
||||
o CorelDRAW (Corel) — http://www.corel.com/
|
||||
o GraphicConverter (Lemke Software) — https://www.lemkesoft.de/
|
||||
mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -223,16 +223,16 @@ título desaparecerá automaticamente.)
|
|||
A pantalla principal divídese nas seguintes seccións:
|
||||
|
||||
[Ferramentas: Pintar, Selo, Liñas, Formas, Texto, Maxia, Etiqueta, Desfacer,
|
||||
Refacer, Borrador, Novo, Abrir, Gardar, Imprimir, Saír]
|
||||
|
||||
Refacer, Borrador, Novo, Abrir, Gardar, Imprimir, Saír]
|
||||
|
||||
→ Lado esquerdo: Barra de Ferramentas ←
|
||||
|
||||
A barra de ferramentas contén os controis de debuxo e edición.
|
||||
|
||||
|
||||
|
||||
[Lenzo]
|
||||
|
||||
[Lenzo]
|
||||
|
||||
→ Medio: Lenzo de debuxo ←
|
||||
|
||||
A parte máis grande da pantalla, no centro, é o lenzo de debuxo. Aquí é,
|
||||
|
|
@ -245,8 +245,8 @@ A pantalla principal divídese nas seguintes seccións:
|
|||
|
||||
|
||||
|
||||
[Selectores: pinceis, letras, formas, selos]
|
||||
|
||||
[Selectores: pinceis, letras, formas, selos]
|
||||
|
||||
→ Lado dereito: Selector ←
|
||||
|
||||
Dependendo da ferramenta actual, o selector amosa cousas diferentes. p.
|
||||
|
|
@ -257,9 +257,9 @@ A pantalla principal divídese nas seguintes seccións:
|
|||
|
||||
|
||||
|
||||
[Cores: negro, branco, vermello, rosa, laranxa, amarelo, verde, cian, azul,
|
||||
roxo, marrón, gris]
|
||||
|
||||
[Cores: negro, branco, vermello, rosa, laranxa, amarelo, verde, cian, azul,
|
||||
roxo, marrón, gris]
|
||||
|
||||
→ Máis abaixo: Cores ←
|
||||
|
||||
When the active tool supports colors, a palette of colors choices will be
|
||||
|
|
@ -269,12 +269,12 @@ A pantalla principal divídese nas seguintes seccións:
|
|||
as the color to use when flood-filling an area of the picture.)
|
||||
|
||||
On the far right are three special color options:
|
||||
+ Color Picker
|
||||
o Color Picker
|
||||
The "color picker" (which has an outline of an eye-dropper) allows you
|
||||
to pick a color found within your drawing.
|
||||
(A shortcut key is available to access this feature quickly; see
|
||||
below.)
|
||||
+ Rainbow Palette
|
||||
o Rainbow Palette
|
||||
The rainbow palette allows you to pick any color by choosing the hue,
|
||||
saturation, and value of the color you want. A box on the left displays
|
||||
hundreds of hues — from red at the top through to violet at the bottom
|
||||
|
|
@ -285,10 +285,10 @@ A pantalla principal divídese nas seguintes seccións:
|
|||
Click the green checkbox button to select the color, or the "Back"
|
||||
button to dismiss the pop-up without picking a new color.
|
||||
You may also set this tool's color to that of other color choices:
|
||||
o Whichever built-in color is selected, if any
|
||||
o The Color Picker's current color
|
||||
o The Color Mixer's current color
|
||||
+ Color Mixer
|
||||
# Whichever built-in color is selected, if any
|
||||
# The Color Picker's current color
|
||||
# The Color Mixer's current color
|
||||
o Color Mixer
|
||||
The "color mixer" (which has silhouette of a paint palette) allows you
|
||||
to create colors by blending primary additive colors — red, yellow, and
|
||||
blue — along with white (to "tint"), grey (to "tone"), and black (to
|
||||
|
|
@ -317,10 +317,10 @@ A pantalla principal divídese nas seguintes seccións:
|
|||
|
||||
|
||||
|
||||
(Consello de exemplo: «Escolle unha figura. Preme para marcar o centro,
|
||||
arrastra e solta cando teña o tamaño que queiras. Move arredor para
|
||||
invertela, e preme para debuxala.»)
|
||||
|
||||
(Consello de exemplo: «Escolle unha figura. Preme para marcar o centro,
|
||||
arrastra e solta cando teña o tamaño que queiras. Move arredor para invertela,
|
||||
e preme para debuxala.»)
|
||||
|
||||
→ Abaixo de todo: Área de axuda ←
|
||||
|
||||
Na parte inferior da pantalla, Tux, o pingüín de Linux, ofrece consellos e
|
||||
|
|
@ -415,13 +415,13 @@ b.Ferramenta «Selo» (selos de caucho) ←
|
|||
Antes de «estampar» unha imaxe no seu debuxo, ás veces pódense aplicar
|
||||
varios efectos (dependendo do selo):
|
||||
|
||||
o Algúns selos pódense colorea ou matizar. Se a paleta de cores baixo
|
||||
@ Algúns selos pódense colorea ou matizar. Se a paleta de cores baixo
|
||||
o lenzo está activada, pode premer nas cores para cambiar o ton ou
|
||||
a cor do selo antes de colocalo na imaxe.
|
||||
o Os selos poden reducirse e expandirse premendo dentro da serie de
|
||||
@ Os selos poden reducirse e expandirse premendo dentro da serie de
|
||||
barras de forma triangular na parte inferior dereita; canto maior
|
||||
sexa a barra, máis grande aparecerá o selo na súa imaxe.
|
||||
o Moitos selos poden inverterse verticalmente ou amosarse como unha
|
||||
@ Moitos selos poden inverterse verticalmente ou amosarse como unha
|
||||
imaxe reflectida, usando os botóns de control na parte inferior
|
||||
dereita.
|
||||
|
||||
|
|
@ -442,7 +442,6 @@ b.Ferramenta «Selo» (selos de caucho) ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
c.Ferramenta «Liñas» ←
|
||||
|
||||
|
|
@ -536,7 +535,6 @@ d.Ferramenta «Formas» ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
e.Ferramentas «Texto» e «Etiquetas» ←
|
||||
|
||||
|
|
@ -611,13 +609,13 @@ e.Ferramentas «Texto» e «Etiquetas» ←
|
|||
Currently supported locales, the input methods available, and the key
|
||||
to toggle or cycle modes, are listed below.
|
||||
|
||||
o Japanese — Romanized Hiragana and Romanized Katakana — tecla [Alt]
|
||||
@ Japanese — Romanized Hiragana and Romanized Katakana — tecla [Alt]
|
||||
da dereita or tecla [Alt] da esquerda
|
||||
o Coreano — Hangul 2-Bul — tecla [Alt] da dereita or tecla [Alt] da
|
||||
@ Coreano — Hangul 2-Bul — tecla [Alt] da dereita or tecla [Alt] da
|
||||
esquerda
|
||||
o Chinés tradicional — tecla [Alt] da dereita ou tecla [Alt] da
|
||||
@ Chinés tradicional — tecla [Alt] da dereita ou tecla [Alt] da
|
||||
esquerda
|
||||
o Tailandés — tecla [Alt] da dereita
|
||||
@ Tailandés — tecla [Alt] da dereita
|
||||
|
||||
💡 Note: Many fonts do not include all characters for all languages, so
|
||||
sometimes you'll need to change fonts to see the characters you're
|
||||
|
|
@ -637,22 +635,21 @@ e.Ferramentas «Texto» e «Etiquetas» ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
f.Ferramenta «Encher» ←
|
||||
|
||||
A ferramenta «Encher» inunda unha área contigua do seu debuxo cunha cor da
|
||||
súa escolla. Ofrécense tres opcións de recheo:
|
||||
+ Sólida: prema unha vez para encher unha área cunha cor sólida.
|
||||
+ Brush — click and drag to fill an area with a solid color using
|
||||
o Sólida: prema unha vez para encher unha área cunha cor sólida.
|
||||
o Brush — click and drag to fill an area with a solid color using
|
||||
freehand painting.
|
||||
+ Lineal: prema e arrastra para encher a área cunha cor que se esvae (un
|
||||
o Lineal: prema e arrastra para encher a área cunha cor que se esvae (un
|
||||
gradiente) cara a onde arrastra o rato.
|
||||
+ Radial: prema unha vez para encher unha área cunha cor que se esvae (un
|
||||
o Radial: prema unha vez para encher unha área cunha cor que se esvae (un
|
||||
gradiente) radialmente, centrado no lugar onde premeu.
|
||||
+ Shaped — click once to fill an area with a color that fades away (a
|
||||
o Shaped — click once to fill an area with a color that fades away (a
|
||||
gradient), following the contours of the shape you're filling.
|
||||
+ Eraser — click once to erase an area, exposing the solid color
|
||||
o Eraser — click once to erase an area, exposing the solid color
|
||||
background, or starter or template background image, upon which the
|
||||
drawing was based. (See Ferramentas dispoñíbeis > Ferramentas de debuxo
|
||||
> Ferramenta de «Goma» (de borrar) and Outros controis > Imaxes «de
|
||||
|
|
@ -726,13 +723,13 @@ h.Ferramenta de «Goma» (de borrar) ←
|
|||
|
||||
A number of eraser types are available, each offering multiple sizes are
|
||||
available:
|
||||
+ Square — Square-shaped erasers that completely remove parts of your
|
||||
o Square — Square-shaped erasers that completely remove parts of your
|
||||
drawing.
|
||||
+ Circle (solid) — Circle-shaped erasers that completely remove parts of
|
||||
o Circle (solid) — Circle-shaped erasers that completely remove parts of
|
||||
your drawing.
|
||||
+ Fuzzy-edged Circle — Circle-shaped erasers with soft edges that blend
|
||||
o Fuzzy-edged Circle — Circle-shaped erasers with soft edges that blend
|
||||
with the background.
|
||||
+ Transparent Circle — Circle-shaped erasers that blend your drawing with
|
||||
o Transparent Circle — Circle-shaped erasers that blend your drawing with
|
||||
the background. Release and click again to expose more and more of the
|
||||
background.
|
||||
|
||||
|
|
@ -791,12 +788,12 @@ b.Orde «Novo» ←
|
|||
options for details.
|
||||
|
||||
Imaxes «de comezo» e de «modelo» ←
|
||||
o As «imaxes de inicio» poden comportarse como unha páxina dun libro
|
||||
@ As «imaxes de inicio» poden comportarse como unha páxina dun libro
|
||||
para colorar: un contorno en branco e negro dunha imaxe, que logo
|
||||
pode colorar e o contorno negro permanecerá intacto, ou como unha
|
||||
fotografía en 3D, onde debuxa entre primeiro plano e a capa de
|
||||
fondo.
|
||||
o Os «modelos» son similares, pero simplemente fornecen un debuxo de
|
||||
@ Os «modelos» son similares, pero simplemente fornecen un debuxo de
|
||||
fondo para poder traballar. A diferenza das «imaxes de inicio», non
|
||||
hai ningunha capa que permaneza no primeiro plano de nada que
|
||||
debuxe na imaxe.
|
||||
|
|
@ -854,7 +851,7 @@ c.Orde «Abrir» ←
|
|||
inferior da lista para desprazarse pola lista de imaxes.
|
||||
|
||||
Prema nunha imaxe para seleccionala e logo...
|
||||
+ Click the green 'Open' button at the lower left of the list to load the
|
||||
o Click the green 'Open' button at the lower left of the list to load the
|
||||
selected picture. You will then be able to edit it.
|
||||
|
||||
(Como alternativa, pode facer dobre clic na icona dunha imaxe para
|
||||
|
|
@ -864,7 +861,7 @@ c.Orde «Abrir» ←
|
|||
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
|
||||
o 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).
|
||||
|
||||
|
|
@ -875,14 +872,14 @@ c.Orde «Abrir» ←
|
|||
|
||||
⚙ Note: The 'Erase' button may be disabled, via the "noerase" option.
|
||||
|
||||
+ Click the 'Export' button near the lower right to export the selected
|
||||
o Click the 'Export' button near the lower right to export the selected
|
||||
picture to your export folder. (e.g., "~/Pictures/TuxPaint/")
|
||||
|
||||
From the "Open" screen you can also:
|
||||
+ Click the blue 'Slides' (slide projector) button at the lower left to
|
||||
o Click the blue 'Slides' (slide projector) button at the lower left to
|
||||
go to slideshow mode. See "Slides", below, for details.
|
||||
|
||||
+ Click the blue 'Template' button at the lower left to go to convert the
|
||||
o Click the blue 'Template' button at the lower left to go to convert the
|
||||
selected picture into a new template, which can be used as the basis
|
||||
for new drawings.
|
||||
|
||||
|
|
@ -894,7 +891,7 @@ c.Orde «Abrir» ←
|
|||
"Disable 'Make Template'" in Tux Paint Config. or running Tux Paint
|
||||
with the "notemplateexport" option).
|
||||
|
||||
+ Prema no botón de frecha vermello «Atrás» situado na parte inferior
|
||||
o 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
|
||||
|
|
@ -1023,7 +1020,6 @@ e.Orde «Imprimir» ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
f.Orde «Diapositivas» (en «Abrir») ←
|
||||
|
||||
|
|
@ -1341,46 +1337,46 @@ Outra documentación incluída con Tux Paint (que se atopa no cartafol/directori
|
|||
«docs») inclúe:
|
||||
|
||||
→ Using Tux Paint: ←
|
||||
+ OPTIONS.html
|
||||
o OPTIONS.html
|
||||
Instrucións detalladas sobre a liña de ordes e as opcións do ficheiro
|
||||
de configuración para aqueles que non queiran usar a ferramenta Tux
|
||||
Paint Config. para xestionar a configuración de Tux Paint.
|
||||
+ Documentación da ferramenta «Maxia» («magic-docs»)
|
||||
o Documentación da ferramenta «Maxia» («magic-docs»)
|
||||
Documentación para cada unha das ferramentas de «Maxia» instaladas
|
||||
actualmente.
|
||||
+ Frequently Asked Questions ("FAQs") about Tux Paint
|
||||
o Frequently Asked Questions ("FAQs") about Tux Paint
|
||||
Answers to, and solutions for, some common questions about, and
|
||||
problems with, using Tux Paint.
|
||||
|
||||
|
||||
→ How to extend Tux Paint: ←
|
||||
+ EXTENDING.html
|
||||
o EXTENDING.html
|
||||
Instrucións detalladas sobre a ampliación de Tux Paint: creación de
|
||||
pinceis, selos, imaxes de inicio e modelos; engadir fontes; e crear
|
||||
novos deseños de teclado en pantalla e métodos de entrada.
|
||||
+ PNG.html
|
||||
o PNG.html
|
||||
Notas sobre a creación de imaxes de mapa de bits (ráster) en formato
|
||||
PNG para usar en Tux Paint.
|
||||
+ SVG.html
|
||||
o SVG.html
|
||||
Notas sobre a creación de imaxes vectoriais en formato SVG para usar en
|
||||
Tux Paint.
|
||||
|
||||
|
||||
→ Technical information: ←
|
||||
+ INSTALL.html
|
||||
o INSTALL.html
|
||||
Instrucións para compilar e instalar Tux Paint, cando proceda.
|
||||
+ SIGNALS.html
|
||||
o SIGNALS.html
|
||||
Información sobre os sinais POSIX aos que responde Tux Paint.
|
||||
+ MAGIC-API.html
|
||||
o MAGIC-API.html
|
||||
Creating new Magic tools using Tux Paint's plugin API.
|
||||
|
||||
|
||||
→ Development history and license: ←
|
||||
+ AUTHORS.txt
|
||||
o AUTHORS.txt
|
||||
Lista de autores e colaboradores.
|
||||
+ CHANGES.txt
|
||||
o CHANGES.txt
|
||||
Resumo do que cambiou entre as versións de Tux Paint.
|
||||
+ COPYING.txt
|
||||
o COPYING.txt
|
||||
Tux Paint's software license, the GNU General Public License (GPL)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -25,13 +25,12 @@ Windows, macOS, and Linux. There are also other applications that can produce
|
|||
SVGs, both free/open source, and commerical/proprietary.
|
||||
|
||||
→ Open Source ←
|
||||
+ Inkscape — http://www.inkscape.org/
|
||||
+ Karbon — https://calligra.org/karbon/
|
||||
o Inkscape — http://www.inkscape.org/
|
||||
o Karbon — https://calligra.org/karbon/
|
||||
|
||||
|
||||
→ Proprietary ←
|
||||
+ CorelDRAW (Corel) — https://www.coreldraw.com/en/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Boxy SVG — https://boxy-svg.com/
|
||||
+ Sketch (Sketch B.V.) — https://boxy-svg.com/
|
||||
|
||||
o CorelDRAW (Corel) — https://www.coreldraw.com/en/
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Boxy SVG — https://boxy-svg.com/
|
||||
o Sketch (Sketch B.V.) — https://boxy-svg.com/
|
||||
|
|
|
|||
|
|
@ -25,9 +25,9 @@ indirectly by the libraries that it utilizes.
|
|||
|
||||
A few examples of where "$HOME" is used include:
|
||||
|
||||
+ The location of Tux Paint's configuration file
|
||||
+ The basis of where Tux Paint saves and loads users' drawings
|
||||
+ The location of a user's private collection of data files — stamps,
|
||||
o The location of Tux Paint's configuration file
|
||||
o The basis of where Tux Paint saves and loads users' drawings
|
||||
o The location of a user's private collection of data files — stamps,
|
||||
brushes, etc. — (versus those available system wide)
|
||||
|
||||
|
||||
|
|
@ -81,7 +81,6 @@ The following are a few of the environment variables supported by Simple
|
|||
DirectMedia Layer (libSDL) — which Tux Paint utilizes for displaying graphics,
|
||||
playing sounds, and receiving mouse, keyboard, and joystick input — and which
|
||||
may be useful to users of Tux Paint.
|
||||
|
||||
→ SDL_VIDEO_ALLOW_SCREENSAVER ←
|
||||
|
||||
Specifies whether Tux Paint should allow a screensaver to run. Can be set
|
||||
|
|
@ -100,4 +99,3 @@ may be useful to users of Tux Paint.
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -506,10 +506,8 @@ directory.)
|
|||
This maps 'black through white' to 'black through destination'.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Unalterable Stamps ←
|
||||
|
||||
|
|
@ -543,10 +541,10 @@ directory.)
|
|||
the stamp's data file. (An equals sign, "=", may be included after the word
|
||||
"scale".)
|
||||
|
||||
+ "scale 40%"
|
||||
+ "scale 5/2"
|
||||
+ "scale 2.5"
|
||||
+ "scale 2:5"
|
||||
o "scale 40%"
|
||||
o "scale 5/2"
|
||||
o "scale 2.5"
|
||||
o "scale 2:5"
|
||||
|
||||
|
||||
→ Windows Users ←
|
||||
|
|
@ -678,29 +676,29 @@ directory.)
|
|||
directions, the "allowscale" may be used to tell Tux Paint which behavior
|
||||
to allow:
|
||||
|
||||
+ For starters where it's alright to crop the left and right edges, but
|
||||
o For starters where it's alright to crop the left and right edges, but
|
||||
the top and bottom edges must be retained, use "allowscale=horizontal".
|
||||
o If the starter's aspect ratio is wider than that of the canvas, it
|
||||
# If the starter's aspect ratio is wider than that of the canvas, it
|
||||
will be scaled to fit the height of the canvas, and the left and
|
||||
right will be cropped.
|
||||
o If the starter's aspect ratio is taller than that of the canvas, it
|
||||
# If the starter's aspect ratio is taller than that of the canvas, it
|
||||
will be scaled to fit the height of the canvas, and no cropping
|
||||
will occur, and the left and right edges will be smeared.
|
||||
|
||||
+ For starters where it's alright to crop the top and bottom edges, but
|
||||
o For starters where it's alright to crop the top and bottom edges, but
|
||||
the left and right edges must be retained, use "allowscale=vertical".
|
||||
o If the starter's aspect ratio is taller than that of the canvas, it
|
||||
# If the starter's aspect ratio is taller than that of the canvas, it
|
||||
will be scaled to fit the width of the canvas, and the top and
|
||||
bottom will be cropped.
|
||||
o If the starter's aspect ratio is wider than that of the canvas, it
|
||||
# If the starter's aspect ratio is wider than that of the canvas, it
|
||||
will be scaled to fit the width of the canvas, and no cropping will
|
||||
occur, and the top and bottom edges will be smeared.
|
||||
|
||||
+ If it's acceptable to crop either the top and bottom or the left and
|
||||
o If it's acceptable to crop either the top and bottom or the left and
|
||||
right, use "allowscale=both". Contents from starter will always fill
|
||||
the canvas, regardless of how its aspect ratio compares to that of the
|
||||
canvas.
|
||||
+ The default behavior is to not allow cropping. This may be specified
|
||||
o The default behavior is to not allow cropping. This may be specified
|
||||
explicitly with "allowscale=none".
|
||||
|
||||
|
||||
|
|
@ -735,15 +733,15 @@ directory.)
|
|||
important, specify "gravity=bottom-right".
|
||||
|
||||
The available options are:
|
||||
+ center — prefer the center (the default)
|
||||
+ top — prefer the top center
|
||||
+ bottom — prefer the bottom center
|
||||
+ left — prefer the left center
|
||||
+ right — prefer the right center
|
||||
+ top-left — prefer the top left
|
||||
+ top-right — prefer the top right
|
||||
+ bottom-left — prefer the bottom left
|
||||
+ bottom-right — prefer the bottom right
|
||||
o center — prefer the center (the default)
|
||||
o top — prefer the top center
|
||||
o bottom — prefer the bottom center
|
||||
o left — prefer the left center
|
||||
o right — prefer the right center
|
||||
o top-left — prefer the top left
|
||||
o top-right — prefer the top right
|
||||
o bottom-left — prefer the bottom left
|
||||
o bottom-right — prefer the bottom right
|
||||
|
||||
[ Landscape-shaped image of a horizon with the sun in the middle and a
|
||||
building on the right. ]
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@
|
|||
language", below.
|
||||
|
||||
→ Tux Paint won't switch to my language ←
|
||||
+ Linux and Unix users: Make sure the locale is available
|
||||
o Linux and Unix users: Make sure the locale is available
|
||||
|
||||
Make sure the locale you want is available. Check your "/etc/
|
||||
locale.gen" file. See the "Options Documentation" for the locales Tux
|
||||
|
|
@ -116,21 +116,21 @@
|
|||
Note: Debian and derivative (e.g., Ubuntu) users can simply run
|
||||
"dpkg-reconfigure locales" if the locales are managed by "dpkg".
|
||||
|
||||
+ If you're using the "--lang" command-line option
|
||||
o If you're using the "--lang" command-line option
|
||||
|
||||
Try using the "--locale" command-line option, or your operating
|
||||
system's locale settings (e.g., the "$LANG" environment variable), and
|
||||
please e-mail us regarding your trouble.
|
||||
|
||||
+ If you're using the "--locale" command-line option
|
||||
o If you're using the "--locale" command-line option
|
||||
|
||||
If this doesn't work, please e-mail us regarding your trouble.
|
||||
|
||||
+ If you're trying to use your Operating System's locale
|
||||
o If you're trying to use your Operating System's locale
|
||||
|
||||
If this doesn't work, please e-mail us regarding your trouble.
|
||||
|
||||
+ Make sure you have the necessary font
|
||||
o Make sure you have the necessary font
|
||||
|
||||
Some translations require their own font. Chinese and Korean, for
|
||||
example, need Chinese and Korean TrueType Fonts installed and placed in
|
||||
|
|
@ -304,20 +304,20 @@
|
|||
### Audio Problems ###
|
||||
|
||||
→ There's no sound! ←
|
||||
+ First, check the obvious:
|
||||
o Are your speakers connected and turned on?
|
||||
o Is the volume turned up on your speakers?
|
||||
o Is the volume turned up in your Operating System's "mixer?"
|
||||
o Are you certain you're using a computer with a sound card?
|
||||
o Are any other programs running that use sound? (They may be
|
||||
o First, check the obvious:
|
||||
# Are your speakers connected and turned on?
|
||||
# Is the volume turned up on your speakers?
|
||||
# Is the volume turned up in your Operating System's "mixer?"
|
||||
# Are you certain you're using a computer with a sound card?
|
||||
# Are any other programs running that use sound? (They may be
|
||||
'blocking' Tux Paint from accessing your sound device)
|
||||
o (Unix/Linux) Are you using a sound system, such as aRts, ESD or
|
||||
# (Unix/Linux) Are you using a sound system, such as aRts, ESD or
|
||||
GStreamer? If so, try setting the "SDL_AUDIODRIVER" environment
|
||||
variable before running Tux Paint (e.g., "export SDL_AUDIODRIVER=
|
||||
arts"). Or, run Tux Paint through the system's rerouter (e.g., run
|
||||
"artsdsp tuxpaint" or "esddsp tuxpaint", instead of simply
|
||||
"tuxpaint").
|
||||
+ Is sound disabled in Tux Paint?
|
||||
o Is sound disabled in Tux Paint?
|
||||
|
||||
If sound seems to work otherwise (and you're sure no other program is
|
||||
"blocking" the sound device), then Tux Paint may be running with a "no
|
||||
|
|
@ -342,13 +342,13 @@
|
|||
setting, and allow unlimited printing. (You won't have to wait between
|
||||
prints.)
|
||||
|
||||
+ Were sounds temporarily disabled?
|
||||
o Were sounds temporarily disabled?
|
||||
|
||||
Even if sounds are enabled in Tux Paint, it is possible to disable and
|
||||
re-enable them temporarily using the [Alt] + [S] key sequence. Try
|
||||
pressing those keys to see if sounds begin working again.
|
||||
|
||||
+ Was Tux Paint built without sound support?
|
||||
o Was Tux Paint built without sound support?
|
||||
|
||||
Tux Paint may have been compiled with sound support disabled. To test
|
||||
whether sound support was enabled when Tux Paint was compiled, run Tux
|
||||
|
|
@ -368,29 +368,29 @@
|
|||
|
||||
Yes, there are a number of ways to disable sounds in Tux Paint:
|
||||
|
||||
+ Press [Alt] + [S] while in Tux Paint to temporarily disable sounds.
|
||||
o Press [Alt] + [S] while in Tux Paint to temporarily disable sounds.
|
||||
(Press that key sequence again to re-enable sounds.)
|
||||
+ Run Tux Paint with the "no sound" option:
|
||||
o Run "tuxpaint --nosound" from the command line or shortcut or
|
||||
o Run Tux Paint with the "no sound" option:
|
||||
# Run "tuxpaint --nosound" from the command line or shortcut or
|
||||
desktop icon.
|
||||
o Edit Tux Paint's configuration file (see "Options Documentation"
|
||||
# Edit Tux Paint's configuration file (see "Options Documentation"
|
||||
for details) and add a line containing "nosound=yes".
|
||||
o Or use Tux Paint Config. and make sure "Enable Sound Effects"
|
||||
# Or use Tux Paint Config. and make sure "Enable Sound Effects"
|
||||
(under "Video & Sound") is not checked.
|
||||
o Alternatively, recompile Tux Paint with sound support disabled.
|
||||
# Alternatively, recompile Tux Paint with sound support disabled.
|
||||
(See above, and the 'Install' documentation.
|
||||
|
||||
|
||||
→ The stereo panning of sound effects is bothersome; can sound effects be
|
||||
monophonic? ←
|
||||
monophonic? ←
|
||||
|
||||
Run Tux Paint with the "no stereo" option:
|
||||
|
||||
+ Run "tuxpaint --nostereo" from the command line or shortcut or desktop
|
||||
o Run "tuxpaint --nostereo" from the command line or shortcut or desktop
|
||||
icon.
|
||||
+ Edit Tux Paint's configuration file (see "Options Documentation" for
|
||||
o Edit Tux Paint's configuration file (see "Options Documentation" for
|
||||
details) and add a line containing "nostereo=yes".
|
||||
+ Or use Tux Paint Config. and make sure "Enable Stereo Effects" (under
|
||||
o Or use Tux Paint Config. and make sure "Enable Stereo Effects" (under
|
||||
"Video & Sound") is not checked.
|
||||
|
||||
|
||||
|
|
@ -411,7 +411,7 @@
|
|||
### Fullscreen Mode Problems ###
|
||||
|
||||
→ When I run Tux Paint full-screen and [Alt] + [Tab] out, the window turns
|
||||
black! ←
|
||||
black! ←
|
||||
This is apparently a bug in the SDL library. Sorry.
|
||||
|
||||
→ When I run Tux Paint full-screen, it has large borders around it ←
|
||||
|
|
@ -467,10 +467,10 @@
|
|||
|
||||
|
||||
→ How do I access other applications when Tux Paint is running in Full Screen?
|
||||
←
|
||||
+ Windows and Linux users, try the [Alt] + [Tab] key combination to
|
||||
←
|
||||
o Windows and Linux users, try the [Alt] + [Tab] key combination to
|
||||
switch between applications.
|
||||
+ macOS users, switch to other applications using [Control] + [Left
|
||||
o macOS users, switch to other applications using [Control] + [Left
|
||||
Arrow], then back to Tux Paint using [Control] + [Right Arrow].
|
||||
|
||||
|
||||
|
|
@ -585,7 +585,7 @@
|
|||
|
||||
By default, Tux Paint first looks at configuration files for options.
|
||||
|
||||
+ Windows
|
||||
o Windows
|
||||
|
||||
Under Windows, it first examines the system-wide configuration file,
|
||||
located here:
|
||||
|
|
@ -598,7 +598,7 @@
|
|||
|
||||
Finally, any options sent as command-line arguments are used.
|
||||
|
||||
+ macOS
|
||||
o macOS
|
||||
|
||||
Under macOS, it first examines the system-wide configuration file,
|
||||
located here:
|
||||
|
|
@ -611,7 +611,7 @@
|
|||
|
||||
Finally, any options sent as command-line arguments are used.
|
||||
|
||||
+ Linux / Unix
|
||||
o Linux / Unix
|
||||
|
||||
Under Unix and Linux, it first examines the system-wide configuration
|
||||
file, located here:
|
||||
|
|
@ -624,7 +624,7 @@
|
|||
|
||||
Finally, any options sent as command-line arguments are used.
|
||||
|
||||
+ Haiku
|
||||
o Haiku
|
||||
|
||||
Under Haiku, Tux Paint first examines the configuration file:
|
||||
|
||||
|
|
|
|||
|
|
@ -109,21 +109,20 @@ readily available for installation as part of your Linux distribution.
|
|||
be completely disabled (via "make SVG_LIB:=")
|
||||
|
||||
→ librsvg-2 & libCairo2 (newer libraries) ←
|
||||
o libRSVG 2: http://librsvg.sourceforge.net/
|
||||
o Cairo 2: http://www.cairographics.org/
|
||||
o These also depend on the following:
|
||||
# GdkPixbuf & GLib: http://www.gtk.org/
|
||||
# Pango: http://www.pango.org/
|
||||
@ libRSVG 2: http://librsvg.sourceforge.net/
|
||||
@ Cairo 2: http://www.cairographics.org/
|
||||
@ These also depend on the following:
|
||||
- GdkPixbuf & GLib: http://www.gtk.org/
|
||||
- Pango: http://www.pango.org/
|
||||
|
||||
|
||||
→ Older SVG libraries ←
|
||||
o libcairo1, libsvg1, & libsvg-cairo1: http://www.cairographics.org/
|
||||
o These also depend on the following:
|
||||
# libxml2: https://gitlab.gnome.org/GNOME/libxml2
|
||||
@ libcairo1, libsvg1, & libsvg-cairo1: http://www.cairographics.org/
|
||||
@ These also depend on the following:
|
||||
- libxml2: https://gitlab.gnome.org/GNOME/libxml2
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Animated GIF Export feature ←
|
||||
|
||||
|
|
@ -848,7 +847,7 @@ Install the required develop packages in Terminal:
|
|||
libpng16_devel librsvg_devel libsdl2_devel sdl2_image_devel sdl2_gfx_devel
|
||||
sdl2_mixer_devel sdl2_pango_devel sdl2_ttf_devel zlib_devel
|
||||
|
||||
←
|
||||
←
|
||||
|
||||
For 32-bit you need to switch to the new compiler (currently gcc 11.2.0) with
|
||||
setarch x86
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -130,10 +130,10 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
Some examples:
|
||||
|
||||
+ 640x480
|
||||
+ 1024x768
|
||||
+ 768x1024
|
||||
+ 1600x1200
|
||||
o 640x480
|
||||
o 1024x768
|
||||
o 768x1024
|
||||
o 1600x1200
|
||||
|
||||
💡 If only one display is available, and Tux Paint is being run in windowed
|
||||
(not fullscreen) mode, and the chosen window size exceeds the capabilities
|
||||
|
|
@ -543,7 +543,6 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
beginner mode.)
|
||||
|
||||
The COMPLEXITY value may be one of:
|
||||
|
||||
→ advanced (the default) ←
|
||||
"Advanced" — For users familiar with Tux Paint and who can operate more
|
||||
complex tools.
|
||||
|
|
@ -1010,7 +1009,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Print Commands ##
|
||||
|
||||
→ printcommand=COMMAND ←
|
||||
|
|
@ -1047,7 +1046,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Paper Size ##
|
||||
|
||||
→ papersize=PAPERSIZE ←
|
||||
|
|
@ -1068,7 +1067,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Saving ###
|
||||
|
||||
## Save Over Earlier Work ##
|
||||
|
|
@ -1097,7 +1096,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Starting Out ##
|
||||
|
||||
→ startblank=yes ←
|
||||
|
|
@ -1124,7 +1123,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Save and Export Directories ##
|
||||
|
||||
→ savedir=DIRECTORY ←
|
||||
|
|
@ -1167,7 +1166,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
If you do not override it, the default location is:
|
||||
|
||||
o Linux & Unix — If available, wherever your desktop environment is
|
||||
# Linux & Unix — If available, wherever your desktop environment is
|
||||
configured for pictures to be stored, based on your XDG (X Desktop
|
||||
Group) configuration. (Try running the command-line "xdg-user-dir
|
||||
PICTURES" to find out.)
|
||||
|
|
@ -1177,12 +1176,12 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
Tux Paint will fall back to using that typical directory, if no XDG
|
||||
configuration can be read, or nothing is set for
|
||||
"XDG_PICTURES_DIR".
|
||||
o Windows - "My Pictures" directory for each user (normaly
|
||||
# Windows - "My Pictures" directory for each user (normaly
|
||||
"C:\Users\username\My Pictures")
|
||||
You can directly open the folder as follows:
|
||||
# Press "[Windows]+[R]" key to open "Run ..." dialogue.
|
||||
# Enter "Shell:My Pictures" in the text box and push [OK].
|
||||
o macOS — TBD!
|
||||
@ Press "[Windows]+[R]" key to open "Run ..." dialogue.
|
||||
@ Enter "Shell:My Pictures" in the text box and push [OK].
|
||||
# macOS — TBD!
|
||||
|
||||
💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will
|
||||
be created and used. (e.g., "/home/username/Pictures/TuxPaint") When
|
||||
|
|
@ -1200,7 +1199,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## More Saving Options ##
|
||||
|
||||
→ nosave=yes ←
|
||||
|
|
@ -1239,7 +1238,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Data ###
|
||||
|
||||
## Lockfile ##
|
||||
|
|
@ -1267,7 +1266,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Data Directory ##
|
||||
|
||||
→ datadir=DIRECTORY ←
|
||||
|
|
@ -1303,7 +1302,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Color Palette File ##
|
||||
|
||||
→ colorfile=FILENAME ←
|
||||
|
|
@ -1334,7 +1333,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Accessibility ###
|
||||
|
||||
## Mouse ##
|
||||
|
|
@ -1346,7 +1345,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Keyboard ##
|
||||
|
||||
→ keyboard=yes ←
|
||||
|
|
@ -1357,20 +1356,20 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
Features:
|
||||
|
||||
o Fine movement within canvas, or coarse movement if Shift is held.
|
||||
o Coarse movement within tool button areas.
|
||||
o Key controls:
|
||||
# [Left]/[Right]/[Up]/[Down], numpad [1] thru [9]: Move mouse
|
||||
# [Space]/[5]: Click mouse (except when using "Text" or "Label"
|
||||
# Fine movement within canvas, or coarse movement if Shift is held.
|
||||
# Coarse movement within tool button areas.
|
||||
# Key controls:
|
||||
@ [Left]/[Right]/[Up]/[Down], numpad [1] thru [9]: Move mouse
|
||||
@ [Space]/[5]: Click mouse (except when using "Text" or "Label"
|
||||
tools)
|
||||
# [Insert]/[F5]: Click mouse (always)
|
||||
# [F4] jump mouse between "Tools", "Colors" and canvas areas
|
||||
# If mouse is within "Tools" section on the left, or "Colors"
|
||||
@ [Insert]/[F5]: Click mouse (always)
|
||||
@ [F4] jump mouse between "Tools", "Colors" and canvas areas
|
||||
@ If mouse is within "Tools" section on the left, or "Colors"
|
||||
section at the bottom:
|
||||
@ [F7], [F8]: Move down/up between buttons, respectively
|
||||
- [F7], [F8]: Move down/up between buttons, respectively
|
||||
(Tools section, only)
|
||||
@ [F11], [F12]: Move to previous/next button, respectively
|
||||
o To click-and-drag, hold one of the 'click' keys (e.g., [Insert]),
|
||||
- [F11], [F12]: Move to previous/next button, respectively
|
||||
# To click-and-drag, hold one of the 'click' keys (e.g., [Insert]),
|
||||
and use the movement keys (e.g., [Left]).
|
||||
|
||||
💡 Note: The "mouse accessibility" feature works with the keyboard
|
||||
|
|
@ -1379,7 +1378,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
keys to move around (which will draw), and another 'click' key to
|
||||
end the click (stop drawing).
|
||||
|
||||
o A regular mouse and/or joystick may still be used (so you can,
|
||||
# A regular mouse and/or joystick may still be used (so you can,
|
||||
e.g., move with the mouse, and click with the keyboard, or
|
||||
vice-versa)
|
||||
|
||||
|
|
@ -1389,7 +1388,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Onscreen Keyboard ##
|
||||
|
||||
→ onscreen-keyboard=yes ←
|
||||
|
|
@ -1423,7 +1422,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Joystick ###
|
||||
|
||||
## Main Device ##
|
||||
|
|
@ -1456,7 +1455,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Hat ##
|
||||
|
||||
→ joystick-hat-slowness=SPEED ←
|
||||
|
|
@ -1474,7 +1473,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Buttons to Disable ##
|
||||
|
||||
→ joystick-buttons-ignore=BUTTON1,BUTTON2,... ←
|
||||
|
|
@ -1607,7 +1606,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
Overriding System Config. Options
|
||||
|
||||
If any of the above options are set in a system-wide configuration file
|
||||
|
|
@ -1632,88 +1631,88 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
Paint.
|
||||
|
||||
→ --fullscreen=yes
|
||||
--fullscreen=native
|
||||
--WIDTHxHEIGHT
|
||||
--orient=portrait
|
||||
--buttonsize=SIZE
|
||||
--colorsrows=ROWS
|
||||
--native
|
||||
--allowscreensaver
|
||||
--startblank
|
||||
--nosound
|
||||
--nostereo
|
||||
--noquit
|
||||
--noprint
|
||||
--printdelay=SECONDS
|
||||
--printcfg
|
||||
--altprintnever
|
||||
--altprintalways
|
||||
--papersize=PAPERSIZE
|
||||
--printcommand=COMMAND
|
||||
--altprintcommand=COMMAND
|
||||
--nolockfile
|
||||
--simpleshapes
|
||||
--uppercase
|
||||
--grab
|
||||
--noshortcuts
|
||||
--nowheelmouse
|
||||
--nobuttondistinction
|
||||
--nofancycursors
|
||||
--hidecursor
|
||||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nostamprotation
|
||||
--nomagiccontrols
|
||||
--nomagicsizes
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
--nobrushspacing
|
||||
--newcolorslast
|
||||
--mouse-accessibility
|
||||
--onscreen-keyboard
|
||||
--onscreen-keyboard-layout
|
||||
--onscreen-keyboard-disable-change
|
||||
--joystick-dev
|
||||
--joystick-slowness
|
||||
--joystick-threshold
|
||||
--joystick-maxsteps
|
||||
--joystick-hat-slowness
|
||||
--joystick-hat-timeout
|
||||
--joystick-btn-escape
|
||||
--joystick-btn-brush
|
||||
--joystick-btn-stamp
|
||||
--joystick-btn-lines
|
||||
--joystick-btn-shapes
|
||||
--joystick-btn-text
|
||||
--joystick-btn-label
|
||||
--joystick-btn-magic
|
||||
--joystick-btn-undo
|
||||
--joystick-btn-redo
|
||||
--joystick-btn-eraser
|
||||
--joystick-btn-new
|
||||
--joystick-btn-open
|
||||
--joystick-btn-save
|
||||
--joystick-btn-pgsetup
|
||||
--joystick-btn-print
|
||||
--joystick-buttons-ignore
|
||||
--sysfonts
|
||||
--uifont=FONT NAME
|
||||
--alllocalefonts
|
||||
--mirrorstamps
|
||||
--stampsize=SIZE
|
||||
--keyboard
|
||||
--savedir DIRECTORY
|
||||
--datadir DIRECTORY
|
||||
--exportdir DIRECTORY
|
||||
--saveover
|
||||
--saveovernew
|
||||
--nosave
|
||||
--autosave
|
||||
--reversesort
|
||||
--lang LANGUAGE
|
||||
--colorfile FILE
|
||||
←
|
||||
--fullscreen=native
|
||||
--WIDTHxHEIGHT
|
||||
--orient=portrait
|
||||
--buttonsize=SIZE
|
||||
--colorsrows=ROWS
|
||||
--native
|
||||
--allowscreensaver
|
||||
--startblank
|
||||
--nosound
|
||||
--nostereo
|
||||
--noquit
|
||||
--noprint
|
||||
--printdelay=SECONDS
|
||||
--printcfg
|
||||
--altprintnever
|
||||
--altprintalways
|
||||
--papersize=PAPERSIZE
|
||||
--printcommand=COMMAND
|
||||
--altprintcommand=COMMAND
|
||||
--nolockfile
|
||||
--simpleshapes
|
||||
--uppercase
|
||||
--grab
|
||||
--noshortcuts
|
||||
--nowheelmouse
|
||||
--nobuttondistinction
|
||||
--nofancycursors
|
||||
--hidecursor
|
||||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nostamprotation
|
||||
--nomagiccontrols
|
||||
--nomagicsizes
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
--nobrushspacing
|
||||
--newcolorslast
|
||||
--mouse-accessibility
|
||||
--onscreen-keyboard
|
||||
--onscreen-keyboard-layout
|
||||
--onscreen-keyboard-disable-change
|
||||
--joystick-dev
|
||||
--joystick-slowness
|
||||
--joystick-threshold
|
||||
--joystick-maxsteps
|
||||
--joystick-hat-slowness
|
||||
--joystick-hat-timeout
|
||||
--joystick-btn-escape
|
||||
--joystick-btn-brush
|
||||
--joystick-btn-stamp
|
||||
--joystick-btn-lines
|
||||
--joystick-btn-shapes
|
||||
--joystick-btn-text
|
||||
--joystick-btn-label
|
||||
--joystick-btn-magic
|
||||
--joystick-btn-undo
|
||||
--joystick-btn-redo
|
||||
--joystick-btn-eraser
|
||||
--joystick-btn-new
|
||||
--joystick-btn-open
|
||||
--joystick-btn-save
|
||||
--joystick-btn-pgsetup
|
||||
--joystick-btn-print
|
||||
--joystick-buttons-ignore
|
||||
--sysfonts
|
||||
--uifont=FONT NAME
|
||||
--alllocalefonts
|
||||
--mirrorstamps
|
||||
--stampsize=SIZE
|
||||
--keyboard
|
||||
--savedir DIRECTORY
|
||||
--datadir DIRECTORY
|
||||
--exportdir DIRECTORY
|
||||
--saveover
|
||||
--saveovernew
|
||||
--nosave
|
||||
--autosave
|
||||
--reversesort
|
||||
--lang LANGUAGE
|
||||
--colorfile FILE
|
||||
←
|
||||
|
||||
These enable or correspond to the configuration file options described
|
||||
above.
|
||||
|
|
@ -1721,47 +1720,47 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
→ --windowed
|
||||
--800x600
|
||||
--orient=landscape
|
||||
--disablescreensaver
|
||||
--startlast
|
||||
--sound
|
||||
--stereo
|
||||
--quit
|
||||
--print
|
||||
--printdelay=0
|
||||
--noprintcfg
|
||||
--altprintmod
|
||||
--lockfile
|
||||
--complexshapes
|
||||
--mixedcase
|
||||
--dontgrab
|
||||
--shortcuts
|
||||
--wheelmouse
|
||||
--buttondistinction
|
||||
--fancycursors
|
||||
--showcursor
|
||||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--stamprotation
|
||||
--magiccontrols
|
||||
--magicsizes
|
||||
--shapecontrols
|
||||
--label
|
||||
--brushspacing
|
||||
--newcolorsfirst
|
||||
--nosysfonts
|
||||
--currentlocalefont
|
||||
--uifont=default
|
||||
--dontmirrorstamps
|
||||
--stampsize=default
|
||||
--mouse
|
||||
--saveoverask
|
||||
--save
|
||||
--noautosave
|
||||
--noreversesort
|
||||
←
|
||||
--800x600
|
||||
--orient=landscape
|
||||
--disablescreensaver
|
||||
--startlast
|
||||
--sound
|
||||
--stereo
|
||||
--quit
|
||||
--print
|
||||
--printdelay=0
|
||||
--noprintcfg
|
||||
--altprintmod
|
||||
--lockfile
|
||||
--complexshapes
|
||||
--mixedcase
|
||||
--dontgrab
|
||||
--shortcuts
|
||||
--wheelmouse
|
||||
--buttondistinction
|
||||
--fancycursors
|
||||
--showcursor
|
||||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--stamprotation
|
||||
--magiccontrols
|
||||
--magicsizes
|
||||
--shapecontrols
|
||||
--label
|
||||
--brushspacing
|
||||
--newcolorsfirst
|
||||
--nosysfonts
|
||||
--currentlocalefont
|
||||
--uifont=default
|
||||
--dontmirrorstamps
|
||||
--stampsize=default
|
||||
--mouse
|
||||
--saveoverask
|
||||
--save
|
||||
--noautosave
|
||||
--noreversesort
|
||||
←
|
||||
|
||||
These options can be used to override any settings made in the
|
||||
configuration file. (If the option isn't set in the configuration file
|
||||
|
|
@ -1779,14 +1778,14 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Command-Line Informational Options ###
|
||||
|
||||
The following options display some informative text on the screen. Tux
|
||||
Paint doesn't actually start up and run afterwards, however.
|
||||
|
||||
→ --version
|
||||
--verbose-version ←
|
||||
--verbose-version ←
|
||||
|
||||
Display the version number and date of the copy of Tux Paint you are
|
||||
running. The "--verbose-version" also lists what compile-time options
|
||||
|
|
@ -1824,7 +1823,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
Choosing a Different Language
|
||||
|
||||
Tux Paint has been translated into a number of languages. To access the
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ images into PNGs.
|
|||
|
||||
|
||||
→ Command-line Tools ←
|
||||
|
||||
→ NetPBM ←
|
||||
|
||||
The Portable Bitmap tools (collectively known as "NetPBM") is a
|
||||
|
|
@ -70,23 +69,22 @@ images into PNGs.
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Proprietary Software for Windows ←
|
||||
+ CorelDRAW (Corel) — http://www.corel.com/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
+ Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
+ PIXresizer (Bluefive software) — http://bluefive.pair.com/
|
||||
o CorelDRAW (Corel) — http://www.corel.com/
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
o Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
o PIXresizer (Bluefive software) — http://bluefive.pair.com/
|
||||
pixresizer.htm
|
||||
|
||||
|
||||
→ Macintosh Users ←
|
||||
+ CorelDRAW (Corel) — http://www.corel.com/
|
||||
+ GraphicConverter (Lemke Software) — https://www.lemkesoft.de/
|
||||
o CorelDRAW (Corel) — http://www.corel.com/
|
||||
o GraphicConverter (Lemke Software) — https://www.lemkesoft.de/
|
||||
mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -221,16 +221,16 @@ automatically.)
|
|||
The main screen is divided into the following sections:
|
||||
|
||||
[Tools: Paint, Stamp, Lines, Shapes, Text, Magic, Label, Undo, Redo, Eraser,
|
||||
New, Open, Save, Print, Quit]
|
||||
|
||||
New, Open, Save, Print, Quit]
|
||||
|
||||
→ Left Side: Toolbar ←
|
||||
|
||||
The toolbar contains the drawing and editing controls.
|
||||
|
||||
|
||||
|
||||
[Canvas]
|
||||
|
||||
[Canvas]
|
||||
|
||||
→ Middle: Drawing Canvas ←
|
||||
|
||||
The largest part of the screen, in the center, is the drawing canvas. This
|
||||
|
|
@ -243,8 +243,8 @@ The main screen is divided into the following sections:
|
|||
|
||||
|
||||
|
||||
[Selectors - Brushes, Letters, Shapes, Stamps]
|
||||
|
||||
[Selectors - Brushes, Letters, Shapes, Stamps]
|
||||
|
||||
→ Right Side: Selector ←
|
||||
|
||||
Depending on the current tool, the selector shows different things. e.g.,
|
||||
|
|
@ -255,9 +255,9 @@ The main screen is divided into the following sections:
|
|||
|
||||
|
||||
|
||||
[Colors - Black, White, Red, Pink, Orange, Yellow, Green, Cyan, Blue,
|
||||
Purple, Brown, Grey]
|
||||
|
||||
[Colors - Black, White, Red, Pink, Orange, Yellow, Green, Cyan, Blue, Purple,
|
||||
Brown, Grey]
|
||||
|
||||
→ Lower: Colors ←
|
||||
|
||||
When the active tool supports colors, a palette of colors choices will be
|
||||
|
|
@ -267,12 +267,12 @@ The main screen is divided into the following sections:
|
|||
as the color to use when flood-filling an area of the picture.)
|
||||
|
||||
On the far right are three special color options:
|
||||
+ Color Picker
|
||||
o Color Picker
|
||||
The "color picker" (which has an outline of an eye-dropper) allows you
|
||||
to pick a color found within your drawing.
|
||||
(A shortcut key is available to access this feature quickly; see
|
||||
below.)
|
||||
+ Rainbow Palette
|
||||
o Rainbow Palette
|
||||
The rainbow palette allows you to pick any color by choosing the hue,
|
||||
saturation, and value of the color you want. A box on the left displays
|
||||
hundreds of hues — from red at the top through to violet at the bottom
|
||||
|
|
@ -283,10 +283,10 @@ The main screen is divided into the following sections:
|
|||
Click the green checkbox button to select the color, or the "Back"
|
||||
button to dismiss the pop-up without picking a new color.
|
||||
You may also set this tool's color to that of other color choices:
|
||||
o Whichever built-in color is selected, if any
|
||||
o The Color Picker's current color
|
||||
o The Color Mixer's current color
|
||||
+ Color Mixer
|
||||
# Whichever built-in color is selected, if any
|
||||
# The Color Picker's current color
|
||||
# The Color Mixer's current color
|
||||
o Color Mixer
|
||||
The "color mixer" (which has silhouette of a paint palette) allows you
|
||||
to create colors by blending primary additive colors — red, yellow, and
|
||||
blue — along with white (to "tint"), grey (to "tone"), and black (to
|
||||
|
|
@ -315,10 +315,9 @@ The main screen is divided into the following sections:
|
|||
|
||||
|
||||
|
||||
(Example tip: 'Pick a shape. Click to pick the center, drag, then let go
|
||||
when it is the size you want. Move around to rotate it, and click to draw
|
||||
it.')
|
||||
|
||||
(Example tip: 'Pick a shape. Click to pick the center, drag, then let go when
|
||||
it is the size you want. Move around to rotate it, and click to draw it.')
|
||||
|
||||
→ Bottom: Help Area ←
|
||||
|
||||
At the very bottom of the screen, Tux, the Linux Penguin, provides tips and
|
||||
|
|
@ -412,13 +411,13 @@ b."Stamp" Tool (Rubber Stamps) ←
|
|||
Prior to 'stamping' an image onto your drawing, various effects can
|
||||
sometimes be applied (depending on the stamp):
|
||||
|
||||
o Some stamps can be colored or tinted. If the color palette below
|
||||
@ Some stamps can be colored or tinted. If the color palette below
|
||||
the canvas is activated, you can click the colors to change the
|
||||
tint or color of the stamp before placing it in the picture.
|
||||
o Stamps can be shrunk and expanded, by clicking within the
|
||||
@ Stamps can be shrunk and expanded, by clicking within the
|
||||
triangular-shaped series of bars at the bottom right; the larger
|
||||
the bar, the larger the stamp will appear in your picture.
|
||||
o Many stamps may be flipped vertically, or displayed as a
|
||||
@ Many stamps may be flipped vertically, or displayed as a
|
||||
mirror-image, using the control buttons at the bottom right.
|
||||
|
||||
⚙ Note: If the "nostampcontrols" option is set, Tux Paint won't display
|
||||
|
|
@ -437,7 +436,6 @@ b."Stamp" Tool (Rubber Stamps) ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
c."Lines" Tool ←
|
||||
|
||||
|
|
@ -529,7 +527,6 @@ d."Shapes" Tool ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
e."Text" and "Label" Tools ←
|
||||
|
||||
|
|
@ -603,11 +600,11 @@ e."Text" and "Label" Tools ←
|
|||
Currently supported locales, the input methods available, and the key
|
||||
to toggle or cycle modes, are listed below.
|
||||
|
||||
o Japanese — Romanized Hiragana and Romanized Katakana — right [Alt]
|
||||
@ Japanese — Romanized Hiragana and Romanized Katakana — right [Alt]
|
||||
key or left [Alt] key
|
||||
o Korean — Hangul 2-Bul — right [Alt] key or left [Alt] key
|
||||
o Traditional Chinese — right [Alt] key or left [Alt] key
|
||||
o Thai — right [Alt] key
|
||||
@ Korean — Hangul 2-Bul — right [Alt] key or left [Alt] key
|
||||
@ Traditional Chinese — right [Alt] key or left [Alt] key
|
||||
@ Thai — right [Alt] key
|
||||
|
||||
💡 Note: Many fonts do not include all characters for all languages, so
|
||||
sometimes you'll need to change fonts to see the characters you're
|
||||
|
|
@ -627,22 +624,21 @@ e."Text" and "Label" Tools ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
f."Fill" Tool ←
|
||||
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a
|
||||
color of your choice. Three fill options are offered:
|
||||
+ Solid — click once to fill an area with a solid color.
|
||||
+ Brush — click and drag to fill an area with a solid color using
|
||||
o Solid — click once to fill an area with a solid color.
|
||||
o Brush — click and drag to fill an area with a solid color using
|
||||
freehand painting.
|
||||
+ Linear — click and then drag to fill the area with color that fades
|
||||
o Linear — click and then drag to fill the area with color that fades
|
||||
away (a gradient) towards where you drag the mouse.
|
||||
+ Radial — click once to fill an area with a color that fades away (a
|
||||
o Radial — click once to fill an area with a color that fades away (a
|
||||
gradient) radially, centered on where you clicked.
|
||||
+ Shaped — click once to fill an area with a color that fades away (a
|
||||
o Shaped — click once to fill an area with a color that fades away (a
|
||||
gradient), following the contours of the shape you're filling.
|
||||
+ Eraser — click once to erase an area, exposing the solid color
|
||||
o Eraser — click once to erase an area, exposing the solid color
|
||||
background, or starter or template background image, upon which the
|
||||
drawing was based. (See Available Tools > Drawing Tools > "Eraser" Tool
|
||||
and Other Controls > 'Starter' & Template Images.)
|
||||
|
|
@ -714,13 +710,13 @@ h."Eraser" Tool ←
|
|||
|
||||
A number of eraser types are available, each offering multiple sizes are
|
||||
available:
|
||||
+ Square — Square-shaped erasers that completely remove parts of your
|
||||
o Square — Square-shaped erasers that completely remove parts of your
|
||||
drawing.
|
||||
+ Circle (solid) — Circle-shaped erasers that completely remove parts of
|
||||
o Circle (solid) — Circle-shaped erasers that completely remove parts of
|
||||
your drawing.
|
||||
+ Fuzzy-edged Circle — Circle-shaped erasers with soft edges that blend
|
||||
o Fuzzy-edged Circle — Circle-shaped erasers with soft edges that blend
|
||||
with the background.
|
||||
+ Transparent Circle — Circle-shaped erasers that blend your drawing with
|
||||
o Transparent Circle — Circle-shaped erasers that blend your drawing with
|
||||
the background. Release and click again to expose more and more of the
|
||||
background.
|
||||
|
||||
|
|
@ -779,11 +775,11 @@ b."New" Command ←
|
|||
details.
|
||||
|
||||
'Starter' & Template Images ←
|
||||
o 'Starters' can behave like a page from a coloring book — a
|
||||
@ 'Starters' can behave like a page from a coloring book — a
|
||||
black-and-white outline of a picture, which you can then color in,
|
||||
and the black outline remains intact — or like a 3D photograph,
|
||||
where you draw in between a foreground and background layer.
|
||||
o 'Templates' are similar, but simply provide a background drawing to
|
||||
@ 'Templates' are similar, but simply provide a background drawing to
|
||||
work off of. Unlike 'Starters', there is no layer that remains in
|
||||
the foreground of anything you draw in the picture.
|
||||
|
||||
|
|
@ -839,7 +835,7 @@ c."Open" Command ←
|
|||
bottom of the list to scroll through the 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
|
||||
o Click the green 'Open' button at the lower left of the list to load the
|
||||
selected picture. You will then be able to edit it.
|
||||
|
||||
(Alternatively, you can double-click a picture's icon to load it.)
|
||||
|
|
@ -848,7 +844,7 @@ c."Open" Command ←
|
|||
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
|
||||
o 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), Windows (as of version
|
||||
|
|
@ -858,14 +854,14 @@ c."Open" Command ←
|
|||
|
||||
⚙ Note: The 'Erase' button may be disabled, via the "noerase" option.
|
||||
|
||||
+ Click the 'Export' button near the lower right to export the selected
|
||||
o Click the 'Export' button near the lower right to export the selected
|
||||
picture to your export folder. (e.g., "~/Pictures/TuxPaint/")
|
||||
|
||||
From the "Open" screen you can also:
|
||||
+ Click the blue 'Slides' (slide projector) button at the lower left to
|
||||
o Click the blue 'Slides' (slide projector) button at the lower left to
|
||||
go to slideshow mode. See "Slides", below, for details.
|
||||
|
||||
+ Click the blue 'Template' button at the lower left to go to convert the
|
||||
o Click the blue 'Template' button at the lower left to go to convert the
|
||||
selected picture into a new template, which can be used as the basis
|
||||
for new drawings.
|
||||
|
||||
|
|
@ -877,7 +873,7 @@ c."Open" Command ←
|
|||
"Disable 'Make Template'" in Tux Paint Config. or running Tux Paint
|
||||
with the "notemplateexport" option).
|
||||
|
||||
+ Click the red 'Back' arrow button at the lower right of the list to
|
||||
o 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
|
||||
|
|
@ -1003,7 +999,6 @@ e."Print" Command ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
f."Slides" Command (under "Open") ←
|
||||
|
||||
|
|
@ -1314,44 +1309,44 @@ Other documentation included with Tux Paint (found in the "docs" folder/
|
|||
directory) includes:
|
||||
|
||||
→ Using Tux Paint: ←
|
||||
+ OPTIONS.html
|
||||
o OPTIONS.html
|
||||
Detailed instructions on command-line and configuration-file options,
|
||||
for those who don't want to use the Tux Paint Config. tool to manage
|
||||
Tux Paint's configuration.
|
||||
+ 'Magic' Tool Documentation ("magic-docs")
|
||||
o 'Magic' Tool Documentation ("magic-docs")
|
||||
Documentation for each of the currently-installed 'Magic' tools.
|
||||
+ Frequently Asked Questions ("FAQs") about Tux Paint
|
||||
o Frequently Asked Questions ("FAQs") about Tux Paint
|
||||
Answers to, and solutions for, some common questions about, and
|
||||
problems with, using Tux Paint.
|
||||
|
||||
|
||||
→ How to extend Tux Paint: ←
|
||||
+ EXTENDING.html
|
||||
o EXTENDING.html
|
||||
Detailed instructions on extending Tux Paint: creating brushes, stamps,
|
||||
starters, and templates; adding fonts; and creating new on-screen
|
||||
keyboard layouts and input methods.
|
||||
+ PNG.html
|
||||
o PNG.html
|
||||
Notes on creating PNG format bitmapped (raster) images for use in Tux
|
||||
Paint.
|
||||
+ SVG.html
|
||||
o SVG.html
|
||||
Notes on creating SVG format vector images for use in Tux Paint.
|
||||
|
||||
|
||||
→ Technical information: ←
|
||||
+ INSTALL.html
|
||||
o INSTALL.html
|
||||
Instructions for compiling and installing Tux Paint, when applicable.
|
||||
+ SIGNALS.html
|
||||
o SIGNALS.html
|
||||
Information about the POSIX signals that Tux Paint responds to.
|
||||
+ MAGIC-API.html
|
||||
o MAGIC-API.html
|
||||
Creating new Magic tools using Tux Paint's plugin API.
|
||||
|
||||
|
||||
→ Development history and license: ←
|
||||
+ AUTHORS.txt
|
||||
o AUTHORS.txt
|
||||
List of authors and contributors.
|
||||
+ CHANGES.txt
|
||||
o CHANGES.txt
|
||||
Summary of what has changed between releases of Tux Paint.
|
||||
+ COPYING.txt
|
||||
o COPYING.txt
|
||||
Tux Paint's software license, the GNU General Public License (GPL)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -25,13 +25,12 @@ Windows, macOS, and Linux. There are also other applications that can produce
|
|||
SVGs, both free/open source, and commerical/proprietary.
|
||||
|
||||
→ Open Source ←
|
||||
+ Inkscape — http://www.inkscape.org/
|
||||
+ Karbon — https://calligra.org/karbon/
|
||||
o Inkscape — http://www.inkscape.org/
|
||||
o Karbon — https://calligra.org/karbon/
|
||||
|
||||
|
||||
→ Proprietary ←
|
||||
+ CorelDRAW (Corel) — https://www.coreldraw.com/en/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Boxy SVG — https://boxy-svg.com/
|
||||
+ Sketch (Sketch B.V.) — https://boxy-svg.com/
|
||||
|
||||
o CorelDRAW (Corel) — https://www.coreldraw.com/en/
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Boxy SVG — https://boxy-svg.com/
|
||||
o Sketch (Sketch B.V.) — https://boxy-svg.com/
|
||||
|
|
|
|||
|
|
@ -212,8 +212,8 @@
|
|||
ここではクローンツールとブラシツールを使います。必要に応じて不透明度を変え
|
||||
て下さい。3x3か5x5の小さな円形のブラシを主に使います。ぼかし筆かどうかは問
|
||||
いません。(ぼかし筆は不透明度100&percent;、ぼかしではないブラシは不透明度
|
||||
70%程度で組み合わせると良いでしょう)。あまり一般的ではない使い方で
|
||||
すが、半透明のオブジェクトの場合には有効です。
|
||||
70%程度で組み合わせると良いでしょう)。あまり一般的ではない使い方ですが、半
|
||||
透明のオブジェクトの場合には有効です。
|
||||
|
||||
最終目標は、オブジェクトの内側と外側の両方の縁取りを除去することです。内側
|
||||
の縁取りは、マゼンタやグリーンの上にオブジェクトを合成したときに見えるもの
|
||||
|
|
@ -245,8 +245,8 @@
|
|||
接PNGとして保存してみてください。その後、不透明度0%の部分が黒くなったり白
|
||||
くなったりしていないことを確認するために、もう一度画像を読み込んでみてくだ
|
||||
さい。ディスクスペースを節約するため(そして自分のミスを隠すため)に画像を
|
||||
縮小する必要がある場合、ほぼ確実に 0%の不透明部分をすべて破壊してし
|
||||
まうことになります。そこで、もっと良い方法があります。
|
||||
縮小する必要がある場合、ほぼ確実に 0%の不透明部分をすべて破壊してしまうこと
|
||||
になります。そこで、もっと良い方法があります。
|
||||
|
||||
## より安全な保存方法 ##
|
||||
|
||||
|
|
|
|||
|
|
@ -25,9 +25,9 @@ indirectly by the libraries that it utilizes.
|
|||
|
||||
A few examples of where "$HOME" is used include:
|
||||
|
||||
+ The location of Tux Paint's configuration file
|
||||
+ The basis of where Tux Paint saves and loads users' drawings
|
||||
+ The location of a user's private collection of data files — stamps,
|
||||
o The location of Tux Paint's configuration file
|
||||
o The basis of where Tux Paint saves and loads users' drawings
|
||||
o The location of a user's private collection of data files — stamps,
|
||||
brushes, etc. — (versus those available system wide)
|
||||
|
||||
|
||||
|
|
@ -81,7 +81,6 @@ The following are a few of the environment variables supported by Simple
|
|||
DirectMedia Layer (libSDL) — which Tux Paint utilizes for displaying graphics,
|
||||
playing sounds, and receiving mouse, keyboard, and joystick input — and which
|
||||
may be useful to users of Tux Paint.
|
||||
|
||||
→ SDL_VIDEO_ALLOW_SCREENSAVER ←
|
||||
|
||||
Specifies whether Tux Paint should allow a screensaver to run. Can be set
|
||||
|
|
@ -100,4 +99,3 @@ may be useful to users of Tux Paint.
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -506,10 +506,8 @@ directory.)
|
|||
This maps 'black through white' to 'black through destination'.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Unalterable Stamps ←
|
||||
|
||||
|
|
@ -543,10 +541,10 @@ directory.)
|
|||
the stamp's data file. (An equals sign, "=", may be included after the word
|
||||
"scale".)
|
||||
|
||||
+ "scale 40%"
|
||||
+ "scale 5/2"
|
||||
+ "scale 2.5"
|
||||
+ "scale 2:5"
|
||||
o "scale 40%"
|
||||
o "scale 5/2"
|
||||
o "scale 2.5"
|
||||
o "scale 2:5"
|
||||
|
||||
|
||||
→ Windows のユーザー ←
|
||||
|
|
@ -678,29 +676,29 @@ directory.)
|
|||
directions, the "allowscale" may be used to tell Tux Paint which behavior
|
||||
to allow:
|
||||
|
||||
+ For starters where it's alright to crop the left and right edges, but
|
||||
o For starters where it's alright to crop the left and right edges, but
|
||||
the top and bottom edges must be retained, use "allowscale=horizontal".
|
||||
o If the starter's aspect ratio is wider than that of the canvas, it
|
||||
# If the starter's aspect ratio is wider than that of the canvas, it
|
||||
will be scaled to fit the height of the canvas, and the left and
|
||||
right will be cropped.
|
||||
o If the starter's aspect ratio is taller than that of the canvas, it
|
||||
# If the starter's aspect ratio is taller than that of the canvas, it
|
||||
will be scaled to fit the height of the canvas, and no cropping
|
||||
will occur, and the left and right edges will be smeared.
|
||||
|
||||
+ For starters where it's alright to crop the top and bottom edges, but
|
||||
o For starters where it's alright to crop the top and bottom edges, but
|
||||
the left and right edges must be retained, use "allowscale=vertical".
|
||||
o If the starter's aspect ratio is taller than that of the canvas, it
|
||||
# If the starter's aspect ratio is taller than that of the canvas, it
|
||||
will be scaled to fit the width of the canvas, and the top and
|
||||
bottom will be cropped.
|
||||
o If the starter's aspect ratio is wider than that of the canvas, it
|
||||
# If the starter's aspect ratio is wider than that of the canvas, it
|
||||
will be scaled to fit the width of the canvas, and no cropping will
|
||||
occur, and the top and bottom edges will be smeared.
|
||||
|
||||
+ If it's acceptable to crop either the top and bottom or the left and
|
||||
o If it's acceptable to crop either the top and bottom or the left and
|
||||
right, use "allowscale=both". Contents from starter will always fill
|
||||
the canvas, regardless of how its aspect ratio compares to that of the
|
||||
canvas.
|
||||
+ The default behavior is to not allow cropping. This may be specified
|
||||
o The default behavior is to not allow cropping. This may be specified
|
||||
explicitly with "allowscale=none".
|
||||
|
||||
|
||||
|
|
@ -735,15 +733,15 @@ directory.)
|
|||
important, specify "gravity=bottom-right".
|
||||
|
||||
The available options are:
|
||||
+ center — prefer the center (the default)
|
||||
+ top — prefer the top center
|
||||
+ bottom — prefer the bottom center
|
||||
+ left — prefer the left center
|
||||
+ right — prefer the right center
|
||||
+ top-left — prefer the top left
|
||||
+ top-right — prefer the top right
|
||||
+ bottom-left — prefer the bottom left
|
||||
+ bottom-right — prefer the bottom right
|
||||
o center — prefer the center (the default)
|
||||
o top — prefer the top center
|
||||
o bottom — prefer the bottom center
|
||||
o left — prefer the left center
|
||||
o right — prefer the right center
|
||||
o top-left — prefer the top left
|
||||
o top-right — prefer the top right
|
||||
o bottom-left — prefer the bottom left
|
||||
o bottom-right — prefer the bottom right
|
||||
|
||||
[ Landscape-shaped image of a horizon with the sun in the middle and a
|
||||
building on the right. ]
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@
|
|||
language", below.
|
||||
|
||||
→ Tux Paint won't switch to my language ←
|
||||
+ Linux and Unix users: Make sure the locale is available
|
||||
o Linux and Unix users: Make sure the locale is available
|
||||
|
||||
Make sure the locale you want is available. Check your "/etc/
|
||||
locale.gen" file. See the "Options Documentation" for the locales Tux
|
||||
|
|
@ -116,21 +116,21 @@
|
|||
Note: Debian and derivative (e.g., Ubuntu) users can simply run
|
||||
"dpkg-reconfigure locales" if the locales are managed by "dpkg".
|
||||
|
||||
+ If you're using the "--lang" command-line option
|
||||
o If you're using the "--lang" command-line option
|
||||
|
||||
Try using the "--locale" command-line option, or your operating
|
||||
system's locale settings (e.g., the "$LANG" environment variable), and
|
||||
please e-mail us regarding your trouble.
|
||||
|
||||
+ If you're using the "--locale" command-line option
|
||||
o If you're using the "--locale" command-line option
|
||||
|
||||
If this doesn't work, please e-mail us regarding your trouble.
|
||||
|
||||
+ If you're trying to use your Operating System's locale
|
||||
o If you're trying to use your Operating System's locale
|
||||
|
||||
If this doesn't work, please e-mail us regarding your trouble.
|
||||
|
||||
+ Make sure you have the necessary font
|
||||
o Make sure you have the necessary font
|
||||
|
||||
Some translations require their own font. Chinese and Korean, for
|
||||
example, need Chinese and Korean TrueType Fonts installed and placed in
|
||||
|
|
@ -304,20 +304,20 @@
|
|||
### Audio Problems ###
|
||||
|
||||
→ There's no sound! ←
|
||||
+ First, check the obvious:
|
||||
o Are your speakers connected and turned on?
|
||||
o Is the volume turned up on your speakers?
|
||||
o Is the volume turned up in your Operating System's "mixer?"
|
||||
o Are you certain you're using a computer with a sound card?
|
||||
o Are any other programs running that use sound? (They may be
|
||||
o First, check the obvious:
|
||||
# Are your speakers connected and turned on?
|
||||
# Is the volume turned up on your speakers?
|
||||
# Is the volume turned up in your Operating System's "mixer?"
|
||||
# Are you certain you're using a computer with a sound card?
|
||||
# Are any other programs running that use sound? (They may be
|
||||
'blocking' Tux Paint from accessing your sound device)
|
||||
o (Unix/Linux) Are you using a sound system, such as aRts, ESD or
|
||||
# (Unix/Linux) Are you using a sound system, such as aRts, ESD or
|
||||
GStreamer? If so, try setting the "SDL_AUDIODRIVER" environment
|
||||
variable before running Tux Paint (e.g., "export SDL_AUDIODRIVER=
|
||||
arts"). Or, run Tux Paint through the system's rerouter (e.g., run
|
||||
"artsdsp tuxpaint" or "esddsp tuxpaint", instead of simply
|
||||
"tuxpaint").
|
||||
+ Is sound disabled in Tux Paint?
|
||||
o Is sound disabled in Tux Paint?
|
||||
|
||||
If sound seems to work otherwise (and you're sure no other program is
|
||||
"blocking" the sound device), then Tux Paint may be running with a "no
|
||||
|
|
@ -342,13 +342,13 @@
|
|||
setting, and allow unlimited printing. (You won't have to wait between
|
||||
prints.)
|
||||
|
||||
+ Were sounds temporarily disabled?
|
||||
o Were sounds temporarily disabled?
|
||||
|
||||
Even if sounds are enabled in Tux Paint, it is possible to disable and
|
||||
re-enable them temporarily using the [Alt] + [S] key sequence. Try
|
||||
pressing those keys to see if sounds begin working again.
|
||||
|
||||
+ Was Tux Paint built without sound support?
|
||||
o Was Tux Paint built without sound support?
|
||||
|
||||
Tux Paint may have been compiled with sound support disabled. To test
|
||||
whether sound support was enabled when Tux Paint was compiled, run Tux
|
||||
|
|
@ -368,29 +368,29 @@
|
|||
|
||||
Yes, there are a number of ways to disable sounds in Tux Paint:
|
||||
|
||||
+ Press [Alt] + [S] while in Tux Paint to temporarily disable sounds.
|
||||
o Press [Alt] + [S] while in Tux Paint to temporarily disable sounds.
|
||||
(Press that key sequence again to re-enable sounds.)
|
||||
+ Run Tux Paint with the "no sound" option:
|
||||
o Run "tuxpaint --nosound" from the command line or shortcut or
|
||||
o Run Tux Paint with the "no sound" option:
|
||||
# Run "tuxpaint --nosound" from the command line or shortcut or
|
||||
desktop icon.
|
||||
o Edit Tux Paint's configuration file (see "Options Documentation"
|
||||
# Edit Tux Paint's configuration file (see "Options Documentation"
|
||||
for details) and add a line containing "nosound=yes".
|
||||
o Or use Tux Paint Config. and make sure "Enable Sound Effects"
|
||||
# Or use Tux Paint Config. and make sure "Enable Sound Effects"
|
||||
(under "Video & Sound") is not checked.
|
||||
o Alternatively, recompile Tux Paint with sound support disabled.
|
||||
# Alternatively, recompile Tux Paint with sound support disabled.
|
||||
(See above, and the 'Install' documentation.
|
||||
|
||||
|
||||
→ The stereo panning of sound effects is bothersome; can sound effects be
|
||||
monophonic? ←
|
||||
monophonic? ←
|
||||
|
||||
Run Tux Paint with the "no stereo" option:
|
||||
|
||||
+ Run "tuxpaint --nostereo" from the command line or shortcut or desktop
|
||||
o Run "tuxpaint --nostereo" from the command line or shortcut or desktop
|
||||
icon.
|
||||
+ Edit Tux Paint's configuration file (see "Options Documentation" for
|
||||
o Edit Tux Paint's configuration file (see "Options Documentation" for
|
||||
details) and add a line containing "nostereo=yes".
|
||||
+ Or use Tux Paint Config. and make sure "Enable Stereo Effects" (under
|
||||
o Or use Tux Paint Config. and make sure "Enable Stereo Effects" (under
|
||||
"Video & Sound") is not checked.
|
||||
|
||||
|
||||
|
|
@ -411,7 +411,7 @@
|
|||
### Fullscreen Mode Problems ###
|
||||
|
||||
→ When I run Tux Paint full-screen and [Alt] + [Tab] out, the window turns
|
||||
black! ←
|
||||
black! ←
|
||||
This is apparently a bug in the SDL library. Sorry.
|
||||
|
||||
→ When I run Tux Paint full-screen, it has large borders around it ←
|
||||
|
|
@ -467,10 +467,10 @@
|
|||
|
||||
|
||||
→ How do I access other applications when Tux Paint is running in Full Screen?
|
||||
←
|
||||
+ Windows and Linux users, try the [Alt] + [Tab] key combination to
|
||||
←
|
||||
o Windows and Linux users, try the [Alt] + [Tab] key combination to
|
||||
switch between applications.
|
||||
+ macOS users, switch to other applications using [Control] + [左矢印],
|
||||
o macOS users, switch to other applications using [Control] + [左矢印],
|
||||
then back to Tux Paint using [Control] + [右矢印].
|
||||
|
||||
|
||||
|
|
@ -585,7 +585,7 @@
|
|||
|
||||
By default, Tux Paint first looks at configuration files for options.
|
||||
|
||||
+ Windows
|
||||
o Windows
|
||||
|
||||
Under Windows, it first examines the system-wide configuration file,
|
||||
located here:
|
||||
|
|
@ -598,7 +598,7 @@
|
|||
|
||||
Finally, any options sent as command-line arguments are used.
|
||||
|
||||
+ macOS
|
||||
o macOS
|
||||
|
||||
Under macOS, it first examines the system-wide configuration file,
|
||||
located here:
|
||||
|
|
@ -611,7 +611,7 @@
|
|||
|
||||
Finally, any options sent as command-line arguments are used.
|
||||
|
||||
+ Linux / Unix
|
||||
o Linux / Unix
|
||||
|
||||
Under Unix and Linux, it first examines the system-wide configuration
|
||||
file, located here:
|
||||
|
|
@ -624,7 +624,7 @@
|
|||
|
||||
Finally, any options sent as command-line arguments are used.
|
||||
|
||||
+ Haiku
|
||||
o Haiku
|
||||
|
||||
Under Haiku, Tux Paint first examines the configuration file:
|
||||
|
||||
|
|
|
|||
|
|
@ -109,21 +109,20 @@ readily available for installation as part of your Linux distribution.
|
|||
be completely disabled (via "make SVG_LIB:=")
|
||||
|
||||
→ librsvg-2 & libCairo2 (newer libraries) ←
|
||||
o libRSVG 2: http://librsvg.sourceforge.net/
|
||||
o Cairo 2: http://www.cairographics.org/
|
||||
o These also depend on the following:
|
||||
# GdkPixbuf & GLib: http://www.gtk.org/
|
||||
# Pango: http://www.pango.org/
|
||||
@ libRSVG 2: http://librsvg.sourceforge.net/
|
||||
@ Cairo 2: http://www.cairographics.org/
|
||||
@ These also depend on the following:
|
||||
- GdkPixbuf & GLib: http://www.gtk.org/
|
||||
- Pango: http://www.pango.org/
|
||||
|
||||
|
||||
→ Older SVG libraries ←
|
||||
o libcairo1, libsvg1, & libsvg-cairo1: http://www.cairographics.org/
|
||||
o These also depend on the following:
|
||||
# libxml2: https://gitlab.gnome.org/GNOME/libxml2
|
||||
@ libcairo1, libsvg1, & libsvg-cairo1: http://www.cairographics.org/
|
||||
@ These also depend on the following:
|
||||
- libxml2: https://gitlab.gnome.org/GNOME/libxml2
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Animated GIF Export feature ←
|
||||
|
||||
|
|
@ -848,7 +847,7 @@ Install the required develop packages in Terminal:
|
|||
libpng16_devel librsvg_devel libsdl2_devel sdl2_image_devel sdl2_gfx_devel
|
||||
sdl2_mixer_devel sdl2_pango_devel sdl2_ttf_devel zlib_devel
|
||||
|
||||
←
|
||||
←
|
||||
|
||||
For 32-bit you need to switch to the new compiler (currently gcc 11.2.0) with
|
||||
setarch x86
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -133,10 +133,10 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
例:
|
||||
|
||||
+ 640x480
|
||||
+ 1024x768
|
||||
+ 768x1024
|
||||
+ 1600x1200
|
||||
o 640x480
|
||||
o 1024x768
|
||||
o 768x1024
|
||||
o 1600x1200
|
||||
|
||||
💡 利用可能なディスプレイが1つのみで Tux Paint が(フルスクリーンではなく)
|
||||
ウィンドウモードで実行されており、ウィンドウサイズの設定がディスプレイサイ
|
||||
|
|
@ -549,7 +549,6 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
点、3点透視図法ツールは中級者モードでは消失点の編集ができません)。
|
||||
|
||||
COMPLEXITY は以下の3とおりから選択できます。
|
||||
|
||||
→ advanced (the default) ←
|
||||
「上級者」 — Tux Paint に精通していて、複雑な操作が可能なユーザー向け。
|
||||
|
||||
|
|
@ -1007,7 +1006,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## 印刷コマンド ##
|
||||
|
||||
→ printcommand=COMMAND ←
|
||||
|
|
@ -1043,7 +1042,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## 用紙サイズ ##
|
||||
|
||||
→ papersize=PAPERSIZE ←
|
||||
|
|
@ -1063,7 +1062,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### 保存 ###
|
||||
|
||||
## 上書き保存 ##
|
||||
|
|
@ -1091,7 +1090,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## 起動時の設定 ##
|
||||
|
||||
→ startblank=yes ←
|
||||
|
|
@ -1118,7 +1117,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## 保存・書き出し先のディレクトリ ##
|
||||
|
||||
→ savedir=DIRECTORY ←
|
||||
|
|
@ -1162,7 +1161,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
特に設定していなければ、標準のディレクトリは次の場所にあります:
|
||||
|
||||
o Linux および Unix — XDG (X Desktop Group) 標準に基づく設定が利用可
|
||||
# Linux および Unix — XDG (X Desktop Group) 標準に基づく設定が利用可
|
||||
能な場合、個々のデスクトップ環境において画像保存用として設定されて
|
||||
いるディレクトリ("xdg-user-dir PICTURES" コマンドで確認できます)
|
||||
英語環境では一般的にユーザーのホームディレクトリ以下の "Pictures"
|
||||
|
|
@ -1170,13 +1169,13 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
では "画像")
|
||||
XDGの設定が読み取れない場合や、"XDG_PICTURES_DIR "に何も設定されて
|
||||
いない場合は、上記の一般的なディレクトリを使用します。
|
||||
o Windows — 各ユーザーの ""My Pictures"" ディレクトリ(通常は
|
||||
# Windows — 各ユーザーの ""My Pictures"" ディレクトリ(通常は
|
||||
"C:\Users\ユーザー名\My Pictures")。
|
||||
また、次のようにして、フォルダを直接開くこともできます:
|
||||
# "[Windows]+[R]" キーを押して "ファイル名を指定して実行" ダイア
|
||||
@ "[Windows]+[R]" キーを押して "ファイル名を指定して実行" ダイア
|
||||
ログを開く。
|
||||
# テキストボックスに "Shell:My Pictures" と入力して [OK] を押す。
|
||||
o macOS — TBD!
|
||||
@ テキストボックスに "Shell:My Pictures" と入力して [OK] を押す。
|
||||
# macOS — TBD!
|
||||
|
||||
💡 注: 標準では、サブディレクトリ "TuxPaint" が作成されます。(例: "
|
||||
"/home/ユーザー名/Pictures/TuxPaint"")一方、"--exportdir" オプションを
|
||||
|
|
@ -1194,7 +1193,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## 保存関連の追加オプション ##
|
||||
|
||||
→ nosave=yes ←
|
||||
|
|
@ -1233,7 +1232,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### データ ###
|
||||
|
||||
## ロックファイル ##
|
||||
|
|
@ -1259,7 +1258,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## データ・ディレクトリ ##
|
||||
|
||||
→ datadir=DIRECTORY ←
|
||||
|
|
@ -1294,7 +1293,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## カラーパレットファイル ##
|
||||
|
||||
→ colorfile=ファイル名 ←
|
||||
|
|
@ -1324,7 +1323,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### 操作方法 ###
|
||||
|
||||
## マウス ##
|
||||
|
|
@ -1338,7 +1337,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## キーボード ##
|
||||
|
||||
→ keyboard=yes ←
|
||||
|
|
@ -1348,22 +1347,22 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
使用方法:
|
||||
|
||||
o キャンバスエリアでは、通常はなめらかに、Shift キーを押しながらでは
|
||||
# キャンバスエリアでは、通常はなめらかに、Shift キーを押しながらでは
|
||||
飛び飛びにカーソルが動きます。
|
||||
o ツールボタンのエリアでは、飛び飛びにカーソルが動きます。
|
||||
o 各キーの動作:
|
||||
# [Left]/[Right]/[Up]/[Down], テンキーの [1] から [9]: マウスカー
|
||||
# ツールボタンのエリアでは、飛び飛びにカーソルが動きます。
|
||||
# 各キーの動作:
|
||||
@ [Left]/[Right]/[Up]/[Down], テンキーの [1] から [9]: マウスカー
|
||||
ソルの移動
|
||||
# [Space]/[5]: マウスクリック(テキストツールまたはラベルツールを
|
||||
@ [Space]/[5]: マウスクリック(テキストツールまたはラベルツールを
|
||||
使っている場合を除く)
|
||||
# [Insert]/[F5]: マウスクリック
|
||||
# [F4]: 「どうぐ」、「いろ」、キャンバスの間を順にジャンプ
|
||||
# マウスカーソルが左側の「どうぐ」または下部の「いろ」のエリアに
|
||||
@ [Insert]/[F5]: マウスクリック
|
||||
@ [F4]: 「どうぐ」、「いろ」、キャンバスの間を順にジャンプ
|
||||
@ マウスカーソルが左側の「どうぐ」または下部の「いろ」のエリアに
|
||||
ある場合:
|
||||
@ [F7]([F8]): 上のボタン(下のボタン)に移動(「どうぐ」エ
|
||||
- [F7]([F8]): 上のボタン(下のボタン)に移動(「どうぐ」エ
|
||||
リアのみ)
|
||||
@ [F11]([F12]): 前のボタン(次のボタン)に移動
|
||||
o クリック&ドラッグの操作は、クリックキーのどちらか(例えば [Insert]
|
||||
- [F11]([F12]): 前のボタン(次のボタン)に移動
|
||||
# クリック&ドラッグの操作は、クリックキーのどちらか(例えば [Insert]
|
||||
)を押しながら、マウス移動のキー(例えば [Left])を押します。
|
||||
|
||||
💡 注: "mouse-accessibility" オプションの機能は、キーボードの操作に
|
||||
|
|
@ -1371,7 +1370,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
は、「クリック」のキーを一度押してから「移動」のキーで描画し、最後
|
||||
にもう一度「クリック」キーを押して描画を完了します。
|
||||
|
||||
o 通常のマウスやジョイスティックも同時に使用することができます(例え
|
||||
# 通常のマウスやジョイスティックも同時に使用することができます(例え
|
||||
ば、マウスで移動してキーボードでクリックしたり、その逆も可能で
|
||||
す)。
|
||||
|
||||
|
|
@ -1382,7 +1381,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## 画面キーボード ##
|
||||
|
||||
→ onscreen-keyboard=yes ←
|
||||
|
|
@ -1414,7 +1413,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### ジョイスティック ###
|
||||
|
||||
## デバイスの設定 ##
|
||||
|
|
@ -1448,7 +1447,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## ハットスイッチ ##
|
||||
|
||||
→ joystick-hat-slowness=SPEED ←
|
||||
|
|
@ -1466,7 +1465,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## ボタンの無効化 ##
|
||||
|
||||
→ joystick-buttons-ignore=BUTTON1,BUTTON2,... ←
|
||||
|
|
@ -1599,7 +1598,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
システム全体の設定を上書きする
|
||||
|
||||
上記のオプションがシステム全体の設定ファイル(例: Linuxの場合
|
||||
|
|
@ -1624,88 +1623,88 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
きます。
|
||||
|
||||
→ --fullscreen=yes
|
||||
--fullscreen=native
|
||||
--WIDTHxHEIGHT
|
||||
--orient=portrait
|
||||
--buttonsize=SIZE
|
||||
--colorsrows=ROWS
|
||||
--native
|
||||
--allowscreensaver
|
||||
--startblank
|
||||
--nosound
|
||||
--nostereo
|
||||
--noquit
|
||||
--noprint
|
||||
--printdelay=SECONDS
|
||||
--printcfg
|
||||
--altprintnever
|
||||
--altprintalways
|
||||
--papersize=PAPERSIZE
|
||||
--printcommand=COMMAND
|
||||
--altprintcommand=COMMAND
|
||||
--nolockfile
|
||||
--simpleshapes
|
||||
--uppercase
|
||||
--grab
|
||||
--noshortcuts
|
||||
--nowheelmouse
|
||||
--nobuttondistinction
|
||||
--nofancycursors
|
||||
--hidecursor
|
||||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nostamprotation
|
||||
--nomagiccontrols
|
||||
--nomagicsizes
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
--nobrushspacing
|
||||
--newcolorslast
|
||||
--mouse-accessibility
|
||||
--onscreen-keyboard
|
||||
--onscreen-keyboard-layout
|
||||
--onscreen-keyboard-disable-change
|
||||
--joystick-dev
|
||||
--joystick-slowness
|
||||
--joystick-threshold
|
||||
--joystick-maxsteps
|
||||
--joystick-hat-slowness
|
||||
--joystick-hat-timeout
|
||||
--joystick-btn-escape
|
||||
--joystick-btn-brush
|
||||
--joystick-btn-stamp
|
||||
--joystick-btn-lines
|
||||
--joystick-btn-shapes
|
||||
--joystick-btn-text
|
||||
--joystick-btn-label
|
||||
--joystick-btn-magic
|
||||
--joystick-btn-undo
|
||||
--joystick-btn-redo
|
||||
--joystick-btn-eraser
|
||||
--joystick-btn-new
|
||||
--joystick-btn-open
|
||||
--joystick-btn-save
|
||||
--joystick-btn-pgsetup
|
||||
--joystick-btn-print
|
||||
--joystick-buttons-ignore
|
||||
--sysfonts
|
||||
--uifont=FONT NAME
|
||||
--alllocalefonts
|
||||
--mirrorstamps
|
||||
--stampsize=SIZE
|
||||
--keyboard
|
||||
--savedir DIRECTORY
|
||||
--datadir DIRECTORY
|
||||
--exportdir DIRECTORY
|
||||
--saveover
|
||||
--saveovernew
|
||||
--nosave
|
||||
--autosave
|
||||
--reversesort
|
||||
--lang LANGUAGE
|
||||
--colorfile FILE
|
||||
←
|
||||
--fullscreen=native
|
||||
--WIDTHxHEIGHT
|
||||
--orient=portrait
|
||||
--buttonsize=SIZE
|
||||
--colorsrows=ROWS
|
||||
--native
|
||||
--allowscreensaver
|
||||
--startblank
|
||||
--nosound
|
||||
--nostereo
|
||||
--noquit
|
||||
--noprint
|
||||
--printdelay=SECONDS
|
||||
--printcfg
|
||||
--altprintnever
|
||||
--altprintalways
|
||||
--papersize=PAPERSIZE
|
||||
--printcommand=COMMAND
|
||||
--altprintcommand=COMMAND
|
||||
--nolockfile
|
||||
--simpleshapes
|
||||
--uppercase
|
||||
--grab
|
||||
--noshortcuts
|
||||
--nowheelmouse
|
||||
--nobuttondistinction
|
||||
--nofancycursors
|
||||
--hidecursor
|
||||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nostamprotation
|
||||
--nomagiccontrols
|
||||
--nomagicsizes
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
--nobrushspacing
|
||||
--newcolorslast
|
||||
--mouse-accessibility
|
||||
--onscreen-keyboard
|
||||
--onscreen-keyboard-layout
|
||||
--onscreen-keyboard-disable-change
|
||||
--joystick-dev
|
||||
--joystick-slowness
|
||||
--joystick-threshold
|
||||
--joystick-maxsteps
|
||||
--joystick-hat-slowness
|
||||
--joystick-hat-timeout
|
||||
--joystick-btn-escape
|
||||
--joystick-btn-brush
|
||||
--joystick-btn-stamp
|
||||
--joystick-btn-lines
|
||||
--joystick-btn-shapes
|
||||
--joystick-btn-text
|
||||
--joystick-btn-label
|
||||
--joystick-btn-magic
|
||||
--joystick-btn-undo
|
||||
--joystick-btn-redo
|
||||
--joystick-btn-eraser
|
||||
--joystick-btn-new
|
||||
--joystick-btn-open
|
||||
--joystick-btn-save
|
||||
--joystick-btn-pgsetup
|
||||
--joystick-btn-print
|
||||
--joystick-buttons-ignore
|
||||
--sysfonts
|
||||
--uifont=FONT NAME
|
||||
--alllocalefonts
|
||||
--mirrorstamps
|
||||
--stampsize=SIZE
|
||||
--keyboard
|
||||
--savedir DIRECTORY
|
||||
--datadir DIRECTORY
|
||||
--exportdir DIRECTORY
|
||||
--saveover
|
||||
--saveovernew
|
||||
--nosave
|
||||
--autosave
|
||||
--reversesort
|
||||
--lang LANGUAGE
|
||||
--colorfile FILE
|
||||
←
|
||||
|
||||
以上のオプションは、上記で説明した設定ファイルでの各種オプションと関連
|
||||
しています。
|
||||
|
|
@ -1713,47 +1712,47 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
|
||||
→ --windowed
|
||||
--800x600
|
||||
--orient=landscape
|
||||
--disablescreensaver
|
||||
--startlast
|
||||
--sound
|
||||
--stereo
|
||||
--quit
|
||||
--print
|
||||
--printdelay=0
|
||||
--noprintcfg
|
||||
--altprintmod
|
||||
--lockfile
|
||||
--complexshapes
|
||||
--mixedcase
|
||||
--dontgrab
|
||||
--shortcuts
|
||||
--wheelmouse
|
||||
--buttondistinction
|
||||
--fancycursors
|
||||
--showcursor
|
||||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--stamprotation
|
||||
--magiccontrols
|
||||
--magicsizes
|
||||
--shapecontrols
|
||||
--label
|
||||
--brushspacing
|
||||
--newcolorsfirst
|
||||
--nosysfonts
|
||||
--currentlocalefont
|
||||
--uifont=default
|
||||
--dontmirrorstamps
|
||||
--stampsize=default
|
||||
--mouse
|
||||
--saveoverask
|
||||
--save
|
||||
--noautosave
|
||||
--noreversesort
|
||||
←
|
||||
--800x600
|
||||
--orient=landscape
|
||||
--disablescreensaver
|
||||
--startlast
|
||||
--sound
|
||||
--stereo
|
||||
--quit
|
||||
--print
|
||||
--printdelay=0
|
||||
--noprintcfg
|
||||
--altprintmod
|
||||
--lockfile
|
||||
--complexshapes
|
||||
--mixedcase
|
||||
--dontgrab
|
||||
--shortcuts
|
||||
--wheelmouse
|
||||
--buttondistinction
|
||||
--fancycursors
|
||||
--showcursor
|
||||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--stamprotation
|
||||
--magiccontrols
|
||||
--magicsizes
|
||||
--shapecontrols
|
||||
--label
|
||||
--brushspacing
|
||||
--newcolorsfirst
|
||||
--nosysfonts
|
||||
--currentlocalefont
|
||||
--uifont=default
|
||||
--dontmirrorstamps
|
||||
--stampsize=default
|
||||
--mouse
|
||||
--saveoverask
|
||||
--save
|
||||
--noautosave
|
||||
--noreversesort
|
||||
←
|
||||
|
||||
以上のオプションは、設定ファイルでの設定を上書きするために用いられま
|
||||
す。(オプションが設定ファイルで指定されていない場合、設定を上書きしな
|
||||
|
|
@ -1772,14 +1771,14 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### 情報を表示するためのコマンドラインオプション ###
|
||||
|
||||
以下の各オプションは、Tux Paint を起動せず、情報をテキスト画面に表示して終
|
||||
了します。
|
||||
|
||||
→ --version
|
||||
--verbose-version ←
|
||||
--verbose-version ←
|
||||
|
||||
プログラムのバージョンとリリース日を表示します。"--verbose-version" オ
|
||||
プションでは、コンパイル時のオプションも追加で表示します。(ドキュメン
|
||||
|
|
@ -1818,7 +1817,7 @@ C:\Program Files\TuxPaint\tuxpaint.cfg
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
使用する言語の選択
|
||||
|
||||
Tux Paint は非常に多くの言語に翻訳されています。翻訳された言語で Tux Paint
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ images into PNGs.
|
|||
|
||||
|
||||
→ Command-line Tools ←
|
||||
|
||||
→ NetPBM ←
|
||||
|
||||
The Portable Bitmap tools (collectively known as "NetPBM") is a
|
||||
|
|
@ -70,23 +69,22 @@ images into PNGs.
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Proprietary Software for Windows ←
|
||||
+ CorelDRAW (Corel) — http://www.corel.com/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
+ Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
+ PIXresizer (Bluefive software) — http://bluefive.pair.com/
|
||||
o CorelDRAW (Corel) — http://www.corel.com/
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
o Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
o PIXresizer (Bluefive software) — http://bluefive.pair.com/
|
||||
pixresizer.htm
|
||||
|
||||
|
||||
→ Macintosh Users ←
|
||||
+ CorelDRAW (Corel) — http://www.corel.com/
|
||||
+ GraphicConverter (Lemke Software) — https://www.lemkesoft.de/
|
||||
o CorelDRAW (Corel) — http://www.corel.com/
|
||||
o GraphicConverter (Lemke Software) — https://www.lemkesoft.de/
|
||||
mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -213,16 +213,16 @@ Tux Paint を起動すると、タイトル画面が表示されます。
|
|||
メインの画面は、次の各部に分けられます:
|
||||
|
||||
[どうぐ: ふで, はんこ, せん, かたち, もじ, まほう, ラベル, とりけし, やりなお
|
||||
し, けしゴム, さいしょから, ひらく, セーブ, いんさつ, やめる]
|
||||
|
||||
し, けしゴム, さいしょから, ひらく, セーブ, いんさつ, やめる]
|
||||
|
||||
→ 左側: ツールバー「どうぐ」 ←
|
||||
|
||||
ツールバーには、描画や編集を行うためのアイコンがあります。
|
||||
|
||||
|
||||
|
||||
[描画キャンバス]
|
||||
|
||||
[描画キャンバス]
|
||||
|
||||
→ 中央部: 描画キャンバス ←
|
||||
|
||||
中央部の最も広い領域が描画キャンバスです。ここが絵を描く部分になります!
|
||||
|
|
@ -234,8 +234,8 @@ Tux Paint を起動すると、タイトル画面が表示されます。
|
|||
|
||||
|
||||
|
||||
[セレクタ - ふで、もじ、かたち、はんこ]
|
||||
|
||||
[セレクタ - ふで、もじ、かたち、はんこ]
|
||||
|
||||
→ 右側: セレクタ ←
|
||||
|
||||
セレクタに表示される内容は、使用しているツールに応じて変わります。例えば、
|
||||
|
|
@ -244,9 +244,9 @@ Tux Paint を起動すると、タイトル画面が表示されます。
|
|||
|
||||
|
||||
|
||||
[いろ - いろ - くろ、しろ、あか、ぴんく、おれんじ、きいろ、みどり、みずいろ
|
||||
、あお、むらさき、ちゃいろ、はいいろ]
|
||||
|
||||
[いろ - いろ - くろ、しろ、あか、ぴんく、おれんじ、きいろ、みどり、みずいろ、あ
|
||||
お、むらさき、ちゃいろ、はいいろ]
|
||||
|
||||
→ 下部: カラーパレット「いろ」 ←
|
||||
|
||||
使用中のツールが色をサポートしている場合、画面の下部付近に色の選択肢がパ
|
||||
|
|
@ -255,10 +255,10 @@ Tux Paint を起動すると、タイトル画面が表示されます。
|
|||
て、「ぬる」ツールでは画像の領域を塗りつぶす色として使用します)。
|
||||
|
||||
右端には色に関する3つの特別なオプションがあります。
|
||||
+ スポイト
|
||||
o スポイト
|
||||
スポイトを使えば、絵の中から色を選ぶことができます。
|
||||
(この機能を使うためのショートカットキーがあります; 以降を参照)
|
||||
+ レインボーパレット
|
||||
o レインボーパレット
|
||||
レインボーパレットは、色相、彩度、明度を選択することで、任意の色を選ぶ
|
||||
ことができます。左側のボックスには、数百段階の色相 — 上部の赤から下部の
|
||||
紫まで — が、数百段階の彩度 — 左側の淡い色から右側の純色まで — で表示さ
|
||||
|
|
@ -267,10 +267,10 @@ Tux Paint を起動すると、タイトル画面が表示されます。
|
|||
緑色のチェックボタンをクリックして色を確定します。「もどる」ボタンをク
|
||||
リックすると、色を選択せずにポップアップを終了します。
|
||||
このツールの選択色に次のいずれかの色をセットすることもできます:
|
||||
o 組み込みのカラーパレットから選んだ色
|
||||
o スポイトで選んだ色
|
||||
o カラーミキサーで選んだ色
|
||||
+ カラーミキサー
|
||||
# 組み込みのカラーパレットから選んだ色
|
||||
# スポイトで選んだ色
|
||||
# カラーミキサーで選んだ色
|
||||
o カラーミキサー
|
||||
絵の具のパレットのようなアイコンの「カラーミキサー」では、加法混色の三
|
||||
原色 — 赤、青、黄と、白(色合い)、グレー(色調)、黒(濃淡)を混ぜて色
|
||||
を作成することができます。
|
||||
|
|
@ -295,8 +295,8 @@ Tux Paint を起動すると、タイトル画面が表示されます。
|
|||
|
||||
|
||||
|
||||
(「かたち」ツールの使い方を説明している例)
|
||||
|
||||
(「かたち」ツールの使い方を説明している例)
|
||||
|
||||
→ 最下部: ヘルプエリア ←
|
||||
|
||||
画面の一番下の部分では、Linux ペンギンの Tux が、様々なヒントや関連情報をご
|
||||
|
|
@ -382,12 +382,12 @@ b.「はんこ」ツール ←
|
|||
スタンプを絵に貼り付ける前に、以下の様々な効果を適用することができます
|
||||
(スタンプの種類によって異なります):
|
||||
|
||||
o スタンプには色をつけることができるものがあります。その場合、カラー
|
||||
@ スタンプには色をつけることができるものがあります。その場合、カラー
|
||||
パレットが有効になり、スタンプを絵に貼り付ける前に色を選ぶことがで
|
||||
きます。
|
||||
o スタンプは、右下の三角形のバーの中をクリックすることで、縮小・拡大
|
||||
@ スタンプは、右下の三角形のバーの中をクリックすることで、縮小・拡大
|
||||
することができます。
|
||||
o 多くのスタンプは、右下の操作ボタンを使って、上下・左右に反転させる
|
||||
@ 多くのスタンプは、右下の操作ボタンを使って、上下・左右に反転させる
|
||||
ことができます。
|
||||
|
||||
⚙ 注: "nostampcontrols" オプションが設定されると、スタンプの回転、拡
|
||||
|
|
@ -405,7 +405,6 @@ b.「はんこ」ツール ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
c.「せん」ツール ←
|
||||
|
||||
|
|
@ -486,7 +485,6 @@ d.「かたち」ツール ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
e.「もじ」ツール、「ラベル」ツール ←
|
||||
|
||||
|
|
@ -550,11 +548,11 @@ e.「もじ」ツール、「ラベル」ツール ←
|
|||
|
||||
サポートされている言語、入力方式、切り替えキーは以下のとおりです。
|
||||
|
||||
o 日本語— ローマ字入力方式のひらがな、カタカナ— 右[Alt] キーまたは左
|
||||
@ 日本語— ローマ字入力方式のひらがな、カタカナ— 右[Alt] キーまたは左
|
||||
[Alt] キー
|
||||
o ハングル— 2-Bul入力方式— 右[Alt] キーまたは左[Alt] キー
|
||||
o 繁体中文— 右[Alt] キーまたは左[Alt] キーキー
|
||||
o タイ語— 右[Alt] キー
|
||||
@ ハングル— 2-Bul入力方式— 右[Alt] キーまたは左[Alt] キー
|
||||
@ 繁体中文— 右[Alt] キーまたは左[Alt] キーキー
|
||||
@ タイ語— 右[Alt] キー
|
||||
|
||||
💡 注: 大抵のフォントには全ての言語の全ての文字は含まれていません。この
|
||||
ため、入力したい文字が含まれるフォントに変更する必要がある場合がありま
|
||||
|
|
@ -574,21 +572,20 @@ e.「もじ」ツール、「ラベル」ツール ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
f.「ぬる」ツール ←
|
||||
|
||||
「ぬる」ツールは、描画の連続した領域を好きな色で塗りつぶします。以下の3 つ
|
||||
の塗りつぶしオプションが用意されています:
|
||||
+ たんしょく — 領域を一つの色で塗りつぶします。
|
||||
+ ふで — フリーハンドでドラッグして、領域を一つの色で塗りつぶします。
|
||||
+ せんけい — 領域をクリックしてからドラッグすると、ドラッグした方向に向
|
||||
o たんしょく — 領域を一つの色で塗りつぶします。
|
||||
o ふで — フリーハンドでドラッグして、領域を一つの色で塗りつぶします。
|
||||
o せんけい — 領域をクリックしてからドラッグすると、ドラッグした方向に向
|
||||
かって色が薄くなるようにグラデーションをつけて塗りつぶします。
|
||||
+ ほうしゃ — クリックした場所を中心に周りに向かって放射状に色が薄くなるよ
|
||||
o ほうしゃ — クリックした場所を中心に周りに向かって放射状に色が薄くなるよ
|
||||
うにグラデーションをつけて塗りつぶします。
|
||||
+ あわせる — クリックした領域の輪郭に合わせて色が薄くなるようにグラデー
|
||||
o あわせる — クリックした領域の輪郭に合わせて色が薄くなるようにグラデー
|
||||
ションをつけて塗りつぶします。
|
||||
+ Eraser — click once to erase an area, exposing the solid color
|
||||
o Eraser — click once to erase an area, exposing the solid color
|
||||
background, or starter or template background image, upon which the
|
||||
drawing was based. (See 各種のツール > 描画ツール > けしゴム and そのほ
|
||||
かの操作 > レイヤー画像.)
|
||||
|
|
@ -660,10 +657,10 @@ h.けしゴム ←
|
|||
認ください。)
|
||||
|
||||
様々なタイプの消しゴムがあり、それぞれに大きさを選べます。
|
||||
+ 正方形 — 正方形の消しゴム。描画を完全に消去します。
|
||||
+ 円形 — 円形の消しゴム。描画を完全に消去します。
|
||||
+ ソフトエッジ — ソフトな輪郭の部分で背景と混じり合う円形の消しゴム。
|
||||
+ 透明な円形 — 丸い形の消しゴムで、描画部分を背景になじませます。繰り返し
|
||||
o 正方形 — 正方形の消しゴム。描画を完全に消去します。
|
||||
o 円形 — 円形の消しゴム。描画を完全に消去します。
|
||||
o ソフトエッジ — ソフトな輪郭の部分で背景と混じり合う円形の消しゴム。
|
||||
o 透明な円形 — 丸い形の消しゴムで、描画部分を背景になじませます。繰り返し
|
||||
て使うと、背景が次第に露出します。
|
||||
|
||||
マウスの動きに合わせて、消しゴムの輪郭がマウスカーソルの位置に表示され、絵
|
||||
|
|
@ -718,10 +715,10 @@ b.「さいしょから」 ←
|
|||
ションを参照。
|
||||
|
||||
レイヤー画像 ←
|
||||
o レイヤー画像には、塗り絵のページのようなもの(白黒の線で描かれ、色
|
||||
@ レイヤー画像には、塗り絵のページのようなもの(白黒の線で描かれ、色
|
||||
を塗ることができる)や、前景レイヤーと背景レイヤーに挟まれた部分に
|
||||
絵を描ける3D画像のようなものがあります。
|
||||
o また、このほかに、背景レイヤーだけの画像も用意されています。
|
||||
@ また、このほかに、背景レイヤーだけの画像も用意されています。
|
||||
|
||||
When using the 'Eraser' tool or the 'Eraser' mode of the 'Fill' tool,
|
||||
the original image from the 'Starter' or 'Template' will reappear. (See
|
||||
|
|
@ -772,7 +769,7 @@ c.「ひらく」 ←
|
|||
ロールできます。
|
||||
|
||||
まず、絵をクリックして選択します…
|
||||
+ 左下にある緑色の「ひらく」ボタンで、選択した作品を読み込んで編集するこ
|
||||
o 左下にある緑色の「ひらく」ボタンで、選択した作品を読み込んで編集するこ
|
||||
とができます。
|
||||
|
||||
(または、開きたい作品をダブルクリックします)
|
||||
|
|
@ -780,7 +777,7 @@ c.「ひらく」 ←
|
|||
💡 絵を開く時に、それまで描いていた絵が保存されていなければ、保存するか
|
||||
どうかを確認します。(「セーブ」の項を参照)
|
||||
|
||||
+ 右下にある茶色の「けす」(ゴミ箱) ボタンで、選択した作品を削除します。
|
||||
o 右下にある茶色の「けす」(ゴミ箱) ボタンで、選択した作品を削除します。
|
||||
(本当に削除して良いか確認されます)
|
||||
|
||||
📜 注: Linux(バージョン 0.9.22以降)、Windows(バージョン 0.9.27以
|
||||
|
|
@ -789,14 +786,14 @@ c.「ひらく」 ←
|
|||
|
||||
⚙ 注: 「けす」ボタンは、"noerase" オプションで無効にできます。
|
||||
|
||||
+ 右下の「かきだす」のボタンをクリックすると、ユーザーの標準の画像フォル
|
||||
o 右下の「かきだす」のボタンをクリックすると、ユーザーの標準の画像フォル
|
||||
ダ(例: "~/Pictures/TuxPaint/")に画像を出力します。
|
||||
|
||||
「ひらく」の画面からは、以下のこともできます:
|
||||
+ 左側の一番下にある青色の「スライド」のボタンを押すと、スライドショー
|
||||
o 左側の一番下にある青色の「スライド」のボタンを押すと、スライドショー
|
||||
モードになります。詳しくは「スライドショー」の項を参照。
|
||||
|
||||
+ 左下の青い「テンプレート」ボタンをクリックすると、選択した作品が新しい
|
||||
o 左下の青い「テンプレート」ボタンをクリックすると、選択した作品が新しい
|
||||
テンプレートに変換され、「さいしょから」ダイアログから利用できるように
|
||||
なります。
|
||||
|
||||
|
|
@ -808,7 +805,7 @@ c.「ひらく」 ←
|
|||
を無効にする」を選択するか、"notemplateexport"オプションを指定してTux
|
||||
Paintを起動することで無効にすることができます。
|
||||
|
||||
+ 右下にある赤色の「もどる」ボタンを押すと、絵を描く画面に戻ります。
|
||||
o 右下にある赤色の「もどる」ボタンを押すと、絵を描く画面に戻ります。
|
||||
|
||||
⌨ 注: キーボードで [Control / ⌘] + [O] を押しても「ひらく」ダイアログを表示
|
||||
できます。
|
||||
|
|
@ -931,7 +928,6 @@ e.「いんさつ」 ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
f.「スライドショー」 ←
|
||||
|
||||
|
|
@ -1227,41 +1223,41 @@ IV.その他のドキュメント
|
|||
このドキュメントの他、"docs" フォルダには、次のようなドキュメントがあります:
|
||||
|
||||
→ Tux Paint の使用: ←
|
||||
+ OPTIONS.html
|
||||
o OPTIONS.html
|
||||
コマンドライン、設定ファイルのオプションに関する詳細な情報。Tux Paint
|
||||
Config を使用したくない人向け。
|
||||
+ 「まほう」ツールに関するドキュメント ("magic-docs")
|
||||
o 「まほう」ツールに関するドキュメント ("magic-docs")
|
||||
インストールされている、それぞれの「まほう」ツールに関する説明。
|
||||
+ Tux Paint に関するよくある質問("FAQ")
|
||||
o Tux Paint に関するよくある質問("FAQ")
|
||||
Tux Paint を使用する上でよくある質問への回答や問題の解決方法。
|
||||
|
||||
|
||||
→ Tux Paint の拡張: ←
|
||||
+ EXTENDING.html
|
||||
o EXTENDING.html
|
||||
ブラシ、はんこ、背景画像の作成方法、フォントを追加する方法、追加のスク
|
||||
リーンキーボードの作成、言語入力の追加など、Tux Paint の拡張についての
|
||||
詳細説明。
|
||||
+ PNG.html
|
||||
o PNG.html
|
||||
PNG 形式の画像を作成する方法。
|
||||
+ SVG.html
|
||||
o SVG.html
|
||||
SVG 形式のヴェクタ画像を作成する方法。
|
||||
|
||||
|
||||
→ 技術情報: ←
|
||||
+ INSTALL.html
|
||||
o INSTALL.html
|
||||
コンパイル、インストールの手順.
|
||||
+ SIGNALS.html
|
||||
o SIGNALS.html
|
||||
Tux Paint が応答する POSIX シグナルに関する情報。
|
||||
+ MAGIC-API.html
|
||||
o MAGIC-API.html
|
||||
プラグインAPIを用いた独自の「まほう」ツールの作成
|
||||
|
||||
|
||||
→ 開発の記録及びライセンス: ←
|
||||
+ AUTHORS.txt
|
||||
o AUTHORS.txt
|
||||
作者と協力者のリスト.
|
||||
+ CHANGES.txt
|
||||
o CHANGES.txt
|
||||
リリース毎の変更点の概要.
|
||||
+ COPYING.txt
|
||||
o COPYING.txt
|
||||
Tux Paint ソフトウェアのライセンス GNU 一般公衆利用許諾 (GPL)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -25,13 +25,12 @@ Windows, macOS, and Linux. There are also other applications that can produce
|
|||
SVGs, both free/open source, and commerical/proprietary.
|
||||
|
||||
→ Open Source ←
|
||||
+ Inkscape — http://www.inkscape.org/
|
||||
+ Karbon — https://calligra.org/karbon/
|
||||
o Inkscape — http://www.inkscape.org/
|
||||
o Karbon — https://calligra.org/karbon/
|
||||
|
||||
|
||||
→ Proprietary ←
|
||||
+ CorelDRAW (Corel) — https://www.coreldraw.com/en/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Boxy SVG — https://boxy-svg.com/
|
||||
+ Sketch (Sketch B.V.) — https://boxy-svg.com/
|
||||
|
||||
o CorelDRAW (Corel) — https://www.coreldraw.com/en/
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Boxy SVG — https://boxy-svg.com/
|
||||
o Sketch (Sketch B.V.) — https://boxy-svg.com/
|
||||
|
|
|
|||
|
|
@ -25,9 +25,9 @@ tërthorazi nga bibliotekat që përdor.
|
|||
|
||||
Në pak shembuj se ku përdoret “$HOME” përfshihen:
|
||||
|
||||
+ Vendndodhja e kartelës së formësimit të Tux Paint-it
|
||||
+ Baza se ku ruan dhe ngarkon Tux Paint-i vizatimet e përdoruesve
|
||||
+ Vendndodhja e një koleksioni privat të përdoruesit të kartelave të të
|
||||
o Vendndodhja e kartelës së formësimit të Tux Paint-it
|
||||
o Baza se ku ruan dhe ngarkon Tux Paint-i vizatimet e përdoruesve
|
||||
o Vendndodhja e një koleksioni privat të përdoruesit të kartelave të të
|
||||
dhënave — stampave, penelave, etj. — (kundrejt atyre që mund të
|
||||
përdoren nga krejt sistemi)
|
||||
|
||||
|
|
@ -84,7 +84,6 @@ Layer (libSDL) — të cilat Tux Paint-i i përdorr për të shfaqur elementë
|
|||
grafikë, për të luajtur tinguj dhe për të marrë sinjale për miun, tastierën dhe
|
||||
joystick-un — dhe që mund të jenë të dobishme për për përdorues të Tux
|
||||
Paint-it.
|
||||
|
||||
→ SDL_VIDEO_ALLOW_SCREENSAVER ←
|
||||
|
||||
Përcakton nëse Tux Paint-i duhet të lejojë xhirimin e një kursyesi ekrani.
|
||||
|
|
@ -105,4 +104,3 @@ Paint-it.
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -518,10 +518,8 @@ gjendet në të njëjtën drejtori.)
|
|||
This maps 'black through white' to 'black through destination'.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Stampa të Pandryshueshme ←
|
||||
|
||||
|
|
@ -558,10 +556,10 @@ gjendet në të njëjtën drejtori.)
|
|||
përfaqësojnë të njëjtin përimtim, te kartela e të dhënave të staPas fjalës
|
||||
“scale” mund të përfshihet një shenjë barazimi, “=”.)
|
||||
|
||||
+ "scale 40%"
|
||||
+ "scale 5/2"
|
||||
+ "scale 2.5"
|
||||
+ "scale 2:5"
|
||||
o "scale 40%"
|
||||
o "scale 5/2"
|
||||
o "scale 2.5"
|
||||
o "scale 2:5"
|
||||
|
||||
|
||||
→ Përdorues Windows-i ←
|
||||
|
|
@ -697,32 +695,32 @@ të njëjtën drejtori.)
|
|||
dyja përmasat, “allowscale” mund të përdoret për t’i treguar Tux Paint-it
|
||||
cilën sjellje të lejojë:
|
||||
|
||||
+ For starters where it's alright to crop the majtas dhe djathtas edges,
|
||||
o For starters where it's alright to crop the majtas dhe djathtas edges,
|
||||
but the në krye dhe në fund edges must be retained, use "allowscale=
|
||||
horizontal".
|
||||
o Nëse përpjesëtimi i fillesës është më e gjerë se sa ai i kanavacës,
|
||||
# Nëse përpjesëtimi i fillesës është më e gjerë se sa ai i kanavacës,
|
||||
do të ripërmasohet për ta nxënë lartësia e kanavacës dhe majtas dhe
|
||||
djathtas do të qethet.
|
||||
o If the starter's aspect ratio is taller than that of the canvas, it
|
||||
# If the starter's aspect ratio is taller than that of the canvas, it
|
||||
will be scaled to fit the lartësia of the canvas, and no cropping
|
||||
will occur, and the majtas dhe djathtas edges will be smeared.
|
||||
|
||||
+ For starters where it's alright to crop the në krye dhe në fund edges,
|
||||
o For starters where it's alright to crop the në krye dhe në fund edges,
|
||||
but the majtas dhe djathtas edges must be retained, use "allowscale=
|
||||
vertical".
|
||||
o Nëse përpjesëtimi i fillesës është taller se sa ai i kanavacës, do
|
||||
# Nëse përpjesëtimi i fillesës është taller se sa ai i kanavacës, do
|
||||
të ripërmasohet për ta nxënë gjerësia e kanavacës dhe në krye dhe
|
||||
në fund do të qethet.
|
||||
o If the starter's aspect ratio is më e gjerë than that of the
|
||||
# If the starter's aspect ratio is më e gjerë than that of the
|
||||
canvas, it will be scaled to fit the gjerësia of the canvas, and no
|
||||
cropping will occur, and the në krye dhe në fund edges will be
|
||||
smeared.
|
||||
|
||||
+ Nëse është e pranueshme të qethet te pjesa sipër dhe poshtë, ose majtas
|
||||
o Nëse është e pranueshme të qethet te pjesa sipër dhe poshtë, ose majtas
|
||||
dhe djathtas, përdorni ”allowscale=both”. Lëndë prej fillesës do të
|
||||
mbushë përherë kanavacën, pavarësisht krahasimit të përpjesëtimit të
|
||||
saj me atë të kanavacës.
|
||||
+ Sjella parazgjedhje është të mos lejohet qethje. Kjo mund të
|
||||
o Sjella parazgjedhje është të mos lejohet qethje. Kjo mund të
|
||||
përcaktohet shprehimisht me “allowscale=none”.
|
||||
|
||||
|
||||
|
|
@ -757,15 +755,15 @@ të njëjtën drejtori.)
|
|||
djathtas është e rëndësishme, jepni “gravity=bottom-right”.
|
||||
|
||||
Mundësitë e gatshme janë:
|
||||
+ center — parapëlqe në qendër (parazgjedhja)
|
||||
+ top — parapëlqe në qendër sipër
|
||||
+ bottom — parapëlqe në qendër poshtë
|
||||
+ left — parapëlqe në qendër majtas
|
||||
+ right — parapëlqe në qendër djathtas
|
||||
+ top-left — parapëlqe majtas sipër
|
||||
+ top-right — parapëlqe djathtas sipër
|
||||
+ bottom-left — parapëlqe majtas poshtë
|
||||
+ bottom-right — parapëlqe djathtas poshtë
|
||||
o center — parapëlqe në qendër (parazgjedhja)
|
||||
o top — parapëlqe në qendër sipër
|
||||
o bottom — parapëlqe në qendër poshtë
|
||||
o left — parapëlqe në qendër majtas
|
||||
o right — parapëlqe në qendër djathtas
|
||||
o top-left — parapëlqe majtas sipër
|
||||
o top-right — parapëlqe djathtas sipër
|
||||
o bottom-left — parapëlqe majtas poshtë
|
||||
o bottom-right — parapëlqe djathtas poshtë
|
||||
|
||||
[ Figurë e formuar si peizazh i një horizonti me diellin në mes dhe një
|
||||
ndërtesë në të djathtë. ]
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@
|
|||
s’kalon në gjuhën time”, më poshtë.
|
||||
|
||||
→ Tux Paint-i s’kalon në gjuhën time ←
|
||||
+ Përdorues të Linux-it dhe Unix-it: Sigurohuni se vendorja gjendet në
|
||||
o Përdorues të Linux-it dhe Unix-it: Sigurohuni se vendorja gjendet në
|
||||
kompjuter
|
||||
|
||||
Sigurohuni se vendorja që dëshironi është gati. Kontrolloni kartelën
|
||||
|
|
@ -121,23 +121,23 @@
|
|||
munden thjesht të xhirojnë “dpkg-reconfigure locales”, nëse vendoret
|
||||
administrohen nga “dpkg”.
|
||||
|
||||
+ Nëse përdorni mundësinë “--lang” te rreshti i urdhrave
|
||||
o Nëse përdorni mundësinë “--lang” te rreshti i urdhrave
|
||||
|
||||
Try using the "--locale" command-line option, or your operating
|
||||
system's locale settings (e.g., the "$LANG" environment variable), and
|
||||
please e-mail us regarding your trouble.
|
||||
|
||||
+ Nëse përdorni mundësinë “--locale” te rreshti i urdhrave
|
||||
o Nëse përdorni mundësinë “--locale” te rreshti i urdhrave
|
||||
|
||||
Nëse kjo nuk bën punë, ju lutemi, na dërgoni një email lidhur me
|
||||
problemin tuaj.
|
||||
|
||||
+ Nëse po provoni të përdorni vendoren e Sistemit tuaj Operativ
|
||||
o Nëse po provoni të përdorni vendoren e Sistemit tuaj Operativ
|
||||
|
||||
Nëse kjo nuk bën punë, ju lutemi, na dërgoni një email lidhur me
|
||||
problemin tuaj.
|
||||
|
||||
+ Sigurohuni se keni shkronjat e nevojshme
|
||||
o Sigurohuni se keni shkronjat e nevojshme
|
||||
|
||||
Disa gjuhë përkthimesh lypin shkronjat e tyre. Kinezçja dhe koreançja,
|
||||
për shembull, lypin të jenë të instaluara TrueType Fonts për kinezçen
|
||||
|
|
@ -156,7 +156,7 @@
|
|||
### Shtypje ###
|
||||
|
||||
→ Tux Paint-i nuk bën shtypje, shfaq një gabim, ose shtyp shkarravina (Unix/
|
||||
Linux) ←
|
||||
Linux) ←
|
||||
|
||||
Tux Paint-i shtyp duke krijuar një figurë PostScript të figurës dhe duke e
|
||||
dërguar te një urdhër i jashtëm shtypjeje. Si parazgjedhje, ky urdhër është
|
||||
|
|
@ -322,20 +322,20 @@
|
|||
### Probleme Audio ###
|
||||
|
||||
→ S’ka tingull! ←
|
||||
+ Së pari, kontrolloni të thjeshtat:
|
||||
o A janë të lidhur dhe të ndezur altoparlantët tuaj?
|
||||
o A është i ngritur volumi te altoparlantët tuaj?
|
||||
o A është hapur volumi, te “përzierësi” i Sistemit tuaj Operativ?
|
||||
o Jeni i sigurt se po përdorni një kompjuter me kartë zanore?
|
||||
o A po xhirojnë programe të tjera që përdorin zërin? (Mund të jenë
|
||||
o Së pari, kontrolloni të thjeshtat:
|
||||
# A janë të lidhur dhe të ndezur altoparlantët tuaj?
|
||||
# A është i ngritur volumi te altoparlantët tuaj?
|
||||
# A është hapur volumi, te “përzierësi” i Sistemit tuaj Operativ?
|
||||
# Jeni i sigurt se po përdorni një kompjuter me kartë zanore?
|
||||
# A po xhirojnë programe të tjera që përdorin zërin? (Mund të jenë
|
||||
duke e “bllokuar” Tux Paint-in të përdorë pajisjen tuaj të zërit)
|
||||
o (Unix/Linux) Are you using a sound system, such as aRts, ESD or
|
||||
# (Unix/Linux) Are you using a sound system, such as aRts, ESD or
|
||||
GStreamer? If so, try setting the "SDL_AUDIODRIVER" environment
|
||||
variable before running Tux Paint (e.g., "export SDL_AUDIODRIVER=
|
||||
arts"). Or, run Tux Paint through the system's rerouter (e.g., run
|
||||
"artsdsp tuxpaint" or "esddsp tuxpaint", instead of simply
|
||||
"tuxpaint").
|
||||
+ A është i çaktivizuar zëri në Tux Paint?
|
||||
o A është i çaktivizuar zëri në Tux Paint?
|
||||
|
||||
If sound seems to work otherwise (and you're sure no other program is
|
||||
"blocking" the sound device), then Tux Paint may be running with a "no
|
||||
|
|
@ -361,13 +361,13 @@
|
|||
rregullimet e kartelës së formësimit dhe do të lejojë shtypje të
|
||||
pakufizuar. (Pra, s’do t’ju duhet të prisni mes shtypjesh.)
|
||||
|
||||
+ Qenë përkohësisht të çaktivizuar tingujt?
|
||||
o Qenë përkohësisht të çaktivizuar tingujt?
|
||||
|
||||
Even if sounds are enabled in Tux Paint, it is possible to disable and
|
||||
re-enable them temporarily using the [Alt] + [S] key sequence. Try
|
||||
pressing those keys to see if sounds begin working again.
|
||||
|
||||
+ A qe montuar Tux Paint-i me mbulim zërash?
|
||||
o A qe montuar Tux Paint-i me mbulim zërash?
|
||||
|
||||
Tux Paint-i mund të jetë përpiluar me çaktivizim mbulimi zërash. Për të
|
||||
provuar nëse mbulimi i zërave qe aktivizuar kur u përpilua Tux Paint-i,
|
||||
|
|
@ -387,29 +387,29 @@
|
|||
|
||||
Po, ka një numër rrugësh për të çaktivizuar tingujt në Tux Paint:
|
||||
|
||||
+ Press [Alt] + [S] while in Tux Paint to temporarily disable sounds.
|
||||
o Press [Alt] + [S] while in Tux Paint to temporarily disable sounds.
|
||||
(Press that key sequence again to re-enable sounds.)
|
||||
+ Xhirojeni Tux Paint-in me mundësinë “no sound”:
|
||||
o Run "tuxpaint --nosound" from the command line or shortcut or
|
||||
o Xhirojeni Tux Paint-in me mundësinë “no sound”:
|
||||
# Run "tuxpaint --nosound" from the command line or shortcut or
|
||||
desktop icon.
|
||||
o Edit Tux Paint's configuration file (see "Options Documentation"
|
||||
# Edit Tux Paint's configuration file (see "Options Documentation"
|
||||
for details) and add a line containing "nosound=yes".
|
||||
o Ose përdorni Tux Paint Config. dhe sigurohuni se “Aktivizoni Efekte
|
||||
# Ose përdorni Tux Paint Config. dhe sigurohuni se “Aktivizoni Efekte
|
||||
Zanore” (nën “Video & Tingull”) s’ka shenjë.
|
||||
o Alternatively, recompile Tux Paint with sound support disabled.
|
||||
# Alternatively, recompile Tux Paint with sound support disabled.
|
||||
(See above, and the 'Install' documentation.
|
||||
|
||||
|
||||
→ The stereo panning of sound effects is bothersome; can sound effects be
|
||||
monophonic? ←
|
||||
monophonic? ←
|
||||
|
||||
Xhirojeni Tux Paint-in me mundësinë “no stereo”:
|
||||
|
||||
+ Run "tuxpaint --nostereo" from the command line or shortcut or desktop
|
||||
o Run "tuxpaint --nostereo" from the command line or shortcut or desktop
|
||||
icon.
|
||||
+ Edit Tux Paint's configuration file (see "Options Documentation" for
|
||||
o Edit Tux Paint's configuration file (see "Options Documentation" for
|
||||
details) and add a line containing "nostereo=yes".
|
||||
+ Ose përdorni Tux Paint Config. dhe sigurohuni se “Aktivizo Efekte
|
||||
o Ose përdorni Tux Paint Config. dhe sigurohuni se “Aktivizo Efekte
|
||||
Stereo” (nën “Video & Tingull”) s’ka shenjë.
|
||||
|
||||
|
||||
|
|
@ -430,7 +430,7 @@
|
|||
### Probleme me Mënyrën “Sa Krejt Ekrani” ###
|
||||
|
||||
→ When I run Tux Paint full-screen and [Alt] + [Tasti Tab] out, the window
|
||||
turns black! ←
|
||||
turns black! ←
|
||||
This is apparently a bug in the SDL library. Sorry.
|
||||
|
||||
→ When I run Tux Paint full-screen, it has large borders around it ←
|
||||
|
|
@ -486,10 +486,10 @@
|
|||
|
||||
|
||||
→ How do I access other applications when Tux Paint is running in Full Screen?
|
||||
←
|
||||
+ Windows and Linux users, try the [Alt] + [Tasti Tab] key combination to
|
||||
←
|
||||
o Windows and Linux users, try the [Alt] + [Tasti Tab] key combination to
|
||||
switch between applications.
|
||||
+ macOS users, switch to other applications using [Tasti Kontroll] +
|
||||
o macOS users, switch to other applications using [Tasti Kontroll] +
|
||||
[Left Arrow], then back to Tux Paint using [Tasti Kontroll] + [Right
|
||||
Arrow].
|
||||
|
||||
|
|
@ -608,7 +608,7 @@
|
|||
|
||||
By default, Tux Paint first looks at configuration files for options.
|
||||
|
||||
+ Windows
|
||||
o Windows
|
||||
|
||||
Under Windows, it first examines the system-wide configuration file,
|
||||
located here:
|
||||
|
|
@ -621,7 +621,7 @@
|
|||
|
||||
Finally, any options sent as command-line arguments are used.
|
||||
|
||||
+ macOS
|
||||
o macOS
|
||||
|
||||
Under macOS, it first examines the system-wide configuration file,
|
||||
located here:
|
||||
|
|
@ -634,7 +634,7 @@
|
|||
|
||||
Finally, any options sent as command-line arguments are used.
|
||||
|
||||
+ Linux / Unix
|
||||
o Linux / Unix
|
||||
|
||||
Under Unix and Linux, it first examines the system-wide configuration
|
||||
file, located here:
|
||||
|
|
@ -647,7 +647,7 @@
|
|||
|
||||
Finally, any options sent as command-line arguments are used.
|
||||
|
||||
+ Haiku
|
||||
o Haiku
|
||||
|
||||
Under Haiku, Tux Paint first examines the configuration file:
|
||||
|
||||
|
|
|
|||
|
|
@ -109,21 +109,20 @@ readily available for installation as part of your Linux distribution.
|
|||
be completely disabled (via "make SVG_LIB:=")
|
||||
|
||||
→ librsvg-2 & libCairo2 (biblioteka më të reja) ←
|
||||
o libRSVG 2: http://librsvg.sourceforge.net/
|
||||
o Cairo 2: http://www.cairographics.org/
|
||||
o Këto varen gjithashtu nga sa vijon:
|
||||
# GdkPixbuf & GLib: http://www.gtk.org/
|
||||
# Pango: http://www.pango.org/
|
||||
@ libRSVG 2: http://librsvg.sourceforge.net/
|
||||
@ Cairo 2: http://www.cairographics.org/
|
||||
@ Këto varen gjithashtu nga sa vijon:
|
||||
- GdkPixbuf & GLib: http://www.gtk.org/
|
||||
- Pango: http://www.pango.org/
|
||||
|
||||
|
||||
→ Biblioteka SVG Më të Vjetra ←
|
||||
o libcairo1, libsvg1, & libsvg-cairo1: http://www.cairographics.org/
|
||||
o Këto varen gjithashtu nga sa vijon:
|
||||
# libxml2: https://gitlab.gnome.org/GNOME/libxml2
|
||||
@ libcairo1, libsvg1, & libsvg-cairo1: http://www.cairographics.org/
|
||||
@ Këto varen gjithashtu nga sa vijon:
|
||||
- libxml2: https://gitlab.gnome.org/GNOME/libxml2
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Veçori eksportimi Gif-i të Animuar ←
|
||||
|
||||
|
|
@ -849,7 +848,7 @@ Instaloni paketat e domosdoshme në Terminal:
|
|||
libpng16_devel librsvg_devel libsdl2_devel sdl2_image_devel sdl2_gfx_devel
|
||||
sdl2_mixer_devel sdl2_pango_devel sdl2_ttf_devel zlib_devel
|
||||
|
||||
←
|
||||
←
|
||||
|
||||
For 32-bit you need to switch to the new compiler (currently gcc 11.2.0) with
|
||||
setarch x86
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -130,10 +130,10 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
Disa shembuj:
|
||||
|
||||
+ 640x480
|
||||
+ 1024x768
|
||||
+ 768x1024
|
||||
+ 1600x1200
|
||||
o 640x480
|
||||
o 1024x768
|
||||
o 768x1024
|
||||
o 1600x1200
|
||||
|
||||
💡 If only one display is available, and Tux Paint is being run in windowed
|
||||
(not fullscreen) mode, and the chosen window size exceeds the capabilities
|
||||
|
|
@ -543,7 +543,6 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
beginner mode.)
|
||||
|
||||
Vlera e KOMPLEKSITET mund të jetë një nga:
|
||||
|
||||
→ advanced (parazgjedhja) ←
|
||||
"Advanced" — For users familiar with Tux Paint and who can operate more
|
||||
complex tools.
|
||||
|
|
@ -1010,7 +1009,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Urdhra Shtypjeje ##
|
||||
|
||||
→ printcommand=URDHËR ←
|
||||
|
|
@ -1047,7 +1046,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Madhësi Letre ##
|
||||
|
||||
→ papersize=MADHËSI LETRE ←
|
||||
|
|
@ -1068,7 +1067,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Ruajtje ###
|
||||
|
||||
## Ruaje Përsipër Punës së Mëparshme ##
|
||||
|
|
@ -1097,7 +1096,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Fillimi ##
|
||||
|
||||
→ startblank=yes ←
|
||||
|
|
@ -1124,7 +1123,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Drejtori Ruajtjesh dhe Eksportimesh ##
|
||||
|
||||
→ savedir=DREJTORI ←
|
||||
|
|
@ -1167,7 +1166,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
If you do not override it, the default location is:
|
||||
|
||||
o Linux & Unix — If available, wherever your desktop environment is
|
||||
# Linux & Unix — If available, wherever your desktop environment is
|
||||
configured for pictures to be stored, based on your XDG (X Desktop
|
||||
Group) configuration. (Try running the command-line "xdg-user-dir
|
||||
PICTURES" to find out.)
|
||||
|
|
@ -1177,12 +1176,12 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
Tux Paint will fall back to using that typical directory, if no XDG
|
||||
configuration can be read, or nothing is set for
|
||||
"XDG_PICTURES_DIR".
|
||||
o Windows - "My Pictures" directory for each user (normaly
|
||||
# Windows - "My Pictures" directory for each user (normaly
|
||||
"C:\Users\emër përdoruesi\My Pictures")
|
||||
You can directly open the folder as follows:
|
||||
# Shtypni “[Windows]+[R]”" që të hapet dialogu “Xhironi …”.
|
||||
# Enter "Shell:My Pictures" in the text box and push [OK].
|
||||
o macOS — TBD!
|
||||
@ Shtypni “[Windows]+[R]”" që të hapet dialogu “Xhironi …”.
|
||||
@ Enter "Shell:My Pictures" in the text box and push [OK].
|
||||
# macOS — TBD!
|
||||
|
||||
💡 Note: When the defaults are used, a new "TuxPaint" subdirectory will
|
||||
be created and used. (e.g., "/home/emër përdoruesi/Foto/TuxPaint") When
|
||||
|
|
@ -1200,7 +1199,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Më Tepër Mundësi Ruajtjesh ##
|
||||
|
||||
→ nosave=yes ←
|
||||
|
|
@ -1239,7 +1238,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Të dhëna ###
|
||||
|
||||
## Lockfile ##
|
||||
|
|
@ -1267,7 +1266,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Drejtori të Dhënash ##
|
||||
|
||||
→ datadir=DREJTORI ←
|
||||
|
|
@ -1303,7 +1302,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Kartelë Palete Ngjyrash ##
|
||||
|
||||
→ colorfile=EMËR KARTELE ←
|
||||
|
|
@ -1334,7 +1333,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Përdorim Nga Persona Me Aftësi të Kufizuara ###
|
||||
|
||||
## Mi ##
|
||||
|
|
@ -1347,7 +1346,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Tastierë ##
|
||||
|
||||
→ keyboard=yes ←
|
||||
|
|
@ -1358,20 +1357,20 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
Veçori:
|
||||
|
||||
o Fine movement within canvas, or coarse movement if Shift is held.
|
||||
o Coarse movement within tool button areas.
|
||||
o Kontrolle me taste:
|
||||
# [Left]/[Right]/[Up]/[Down], numpad [1] thru [9]: Move mouse
|
||||
# [Space]/[5]: Click mouse (except when using "Text" or "Label"
|
||||
# Fine movement within canvas, or coarse movement if Shift is held.
|
||||
# Coarse movement within tool button areas.
|
||||
# Kontrolle me taste:
|
||||
@ [Left]/[Right]/[Up]/[Down], numpad [1] thru [9]: Move mouse
|
||||
@ [Space]/[5]: Click mouse (except when using "Text" or "Label"
|
||||
tools)
|
||||
# [Insert]/[F5]: Klikoni me mi (përherë)
|
||||
# [F4] jump mouse between "Tools", "Colors" and canvas areas
|
||||
# If mouse is within "Tools" section on the left, or "Colors"
|
||||
@ [Insert]/[F5]: Klikoni me mi (përherë)
|
||||
@ [F4] jump mouse between "Tools", "Colors" and canvas areas
|
||||
@ If mouse is within "Tools" section on the left, or "Colors"
|
||||
section at the bottom:
|
||||
@ [F7], [F8]: Move down/up between buttons, respectively
|
||||
- [F7], [F8]: Move down/up between buttons, respectively
|
||||
(Tools section, only)
|
||||
@ [F11], [F12]: Move to previous/next button, respectively
|
||||
o To click-and-drag, hold one of the 'click' keys (e.g., [Insert]),
|
||||
- [F11], [F12]: Move to previous/next button, respectively
|
||||
# To click-and-drag, hold one of the 'click' keys (e.g., [Insert]),
|
||||
and use the movement keys (e.g., [Left]).
|
||||
|
||||
💡 Note: The "mouse accessibility" feature works with the keyboard
|
||||
|
|
@ -1380,7 +1379,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
keys to move around (which will draw), and another 'click' key to
|
||||
end the click (stop drawing).
|
||||
|
||||
o A regular mouse and/or joystick may still be used (so you can,
|
||||
# A regular mouse and/or joystick may still be used (so you can,
|
||||
e.g., move with the mouse, and click with the keyboard, or
|
||||
vice-versa)
|
||||
|
||||
|
|
@ -1390,7 +1389,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Tastierë Në Ekran ##
|
||||
|
||||
→ onscreen-keyboard=yes ←
|
||||
|
|
@ -1424,7 +1423,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Joystick ###
|
||||
|
||||
## Pajisja Kryesore ##
|
||||
|
|
@ -1457,7 +1456,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Kapë ##
|
||||
|
||||
→ joystick-hat-slowness=SHPEJTËSI ←
|
||||
|
|
@ -1475,7 +1474,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Butona për T’u Çaktivizuar ##
|
||||
|
||||
→ joystick-buttons-ignore=BUTTON1,BUTTON2,... ←
|
||||
|
|
@ -1608,7 +1607,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
Anashkalim Mundësish të Formësimit të Ssistemit
|
||||
|
||||
If any of the above options are set in a system-wide configuration file
|
||||
|
|
@ -1634,88 +1633,88 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
Paint.
|
||||
|
||||
→ --fullscreen=yes
|
||||
--fullscreen=native
|
||||
--GJERËSIxLARTËSI
|
||||
--orient=portrait
|
||||
--buttonsize=MADHËSI
|
||||
--colorsrows=RRESHTA
|
||||
--native
|
||||
--allowscreensaver
|
||||
--startblank
|
||||
--nosound
|
||||
--nostereo
|
||||
--noquit
|
||||
--noprint
|
||||
--printdelay=SEKONDA
|
||||
--printcfg
|
||||
--altprintnever
|
||||
--altprintalways
|
||||
--papersize=MADHËSI LETRE
|
||||
--printcommand=URDHËR
|
||||
--altprintcommand=URDHËR
|
||||
--nolockfile
|
||||
--simpleshapes
|
||||
--uppercase
|
||||
--grab
|
||||
--noshortcuts
|
||||
--nowheelmouse
|
||||
--nobuttondistinction
|
||||
--nofancycursors
|
||||
--hidecursor
|
||||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nostamprotation
|
||||
--nomagiccontrols
|
||||
--nomagicsizes
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
--nobrushspacing
|
||||
--newcolorslast
|
||||
--mouse-accessibility
|
||||
--onscreen-keyboard
|
||||
--onscreen-keyboard-layout
|
||||
--onscreen-keyboard-disable-change
|
||||
--joystick-dev
|
||||
--joystick-slowness
|
||||
--joystick-threshold
|
||||
--joystick-maxsteps
|
||||
--joystick-hat-slowness
|
||||
--joystick-hat-timeout
|
||||
--joystick-btn-escape
|
||||
--joystick-btn-brush
|
||||
--joystick-btn-stamp
|
||||
--joystick-btn-lines
|
||||
--joystick-btn-shapes
|
||||
--joystick-btn-text
|
||||
--joystick-btn-label
|
||||
--joystick-btn-magic
|
||||
--joystick-btn-undo
|
||||
--joystick-btn-redo
|
||||
--joystick-btn-eraser
|
||||
--joystick-btn-new
|
||||
--joystick-btn-open
|
||||
--joystick-btn-save
|
||||
--joystick-btn-pgsetup
|
||||
--joystick-btn-print
|
||||
--joystick-buttons-ignore
|
||||
--sysfonts
|
||||
--uifont=EMËR LLOJI SHKRONJASH
|
||||
--alllocalefonts
|
||||
--mirrorstamps
|
||||
--stampsize=MADHËSI
|
||||
--keyboard
|
||||
--savedir DREJTORI
|
||||
--datadir DREJTORI
|
||||
--exportdir DREJTORI
|
||||
--saveover
|
||||
--saveovernew
|
||||
--nosave
|
||||
--autosave
|
||||
--reversesort
|
||||
--lang GJUHË
|
||||
--colorfile KARTELË
|
||||
←
|
||||
--fullscreen=native
|
||||
--GJERËSIxLARTËSI
|
||||
--orient=portrait
|
||||
--buttonsize=MADHËSI
|
||||
--colorsrows=RRESHTA
|
||||
--native
|
||||
--allowscreensaver
|
||||
--startblank
|
||||
--nosound
|
||||
--nostereo
|
||||
--noquit
|
||||
--noprint
|
||||
--printdelay=SEKONDA
|
||||
--printcfg
|
||||
--altprintnever
|
||||
--altprintalways
|
||||
--papersize=MADHËSI LETRE
|
||||
--printcommand=URDHËR
|
||||
--altprintcommand=URDHËR
|
||||
--nolockfile
|
||||
--simpleshapes
|
||||
--uppercase
|
||||
--grab
|
||||
--noshortcuts
|
||||
--nowheelmouse
|
||||
--nobuttondistinction
|
||||
--nofancycursors
|
||||
--hidecursor
|
||||
--nooutlines
|
||||
--nostamps
|
||||
--nostampcontrols
|
||||
--nostamprotation
|
||||
--nomagiccontrols
|
||||
--nomagicsizes
|
||||
--noshapecontrols
|
||||
--nolabel
|
||||
--nobrushspacing
|
||||
--newcolorslast
|
||||
--mouse-accessibility
|
||||
--onscreen-keyboard
|
||||
--onscreen-keyboard-layout
|
||||
--onscreen-keyboard-disable-change
|
||||
--joystick-dev
|
||||
--joystick-slowness
|
||||
--joystick-threshold
|
||||
--joystick-maxsteps
|
||||
--joystick-hat-slowness
|
||||
--joystick-hat-timeout
|
||||
--joystick-btn-escape
|
||||
--joystick-btn-brush
|
||||
--joystick-btn-stamp
|
||||
--joystick-btn-lines
|
||||
--joystick-btn-shapes
|
||||
--joystick-btn-text
|
||||
--joystick-btn-label
|
||||
--joystick-btn-magic
|
||||
--joystick-btn-undo
|
||||
--joystick-btn-redo
|
||||
--joystick-btn-eraser
|
||||
--joystick-btn-new
|
||||
--joystick-btn-open
|
||||
--joystick-btn-save
|
||||
--joystick-btn-pgsetup
|
||||
--joystick-btn-print
|
||||
--joystick-buttons-ignore
|
||||
--sysfonts
|
||||
--uifont=EMËR LLOJI SHKRONJASH
|
||||
--alllocalefonts
|
||||
--mirrorstamps
|
||||
--stampsize=MADHËSI
|
||||
--keyboard
|
||||
--savedir DREJTORI
|
||||
--datadir DREJTORI
|
||||
--exportdir DREJTORI
|
||||
--saveover
|
||||
--saveovernew
|
||||
--nosave
|
||||
--autosave
|
||||
--reversesort
|
||||
--lang GJUHË
|
||||
--colorfile KARTELË
|
||||
←
|
||||
|
||||
These enable or correspond to the configuration file options described
|
||||
above.
|
||||
|
|
@ -1723,47 +1722,47 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
→ --windowed
|
||||
--800x600
|
||||
--orient=landscape
|
||||
--disablescreensaver
|
||||
--startlast
|
||||
--sound
|
||||
--stereo
|
||||
--quit
|
||||
--print
|
||||
--printdelay=0
|
||||
--noprintcfg
|
||||
--altprintmod
|
||||
--lockfile
|
||||
--complexshapes
|
||||
--mixedcase
|
||||
--dontgrab
|
||||
--shortcuts
|
||||
--wheelmouse
|
||||
--buttondistinction
|
||||
--fancycursors
|
||||
--showcursor
|
||||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--stamprotation
|
||||
--magiccontrols
|
||||
--magicsizes
|
||||
--shapecontrols
|
||||
--label
|
||||
--brushspacing
|
||||
--newcolorsfirst
|
||||
--nosysfonts
|
||||
--currentlocalefont
|
||||
--uifont=default
|
||||
--dontmirrorstamps
|
||||
--stampsize=default
|
||||
--mouse
|
||||
--saveoverask
|
||||
--save
|
||||
--noautosave
|
||||
--noreversesort
|
||||
←
|
||||
--800x600
|
||||
--orient=landscape
|
||||
--disablescreensaver
|
||||
--startlast
|
||||
--sound
|
||||
--stereo
|
||||
--quit
|
||||
--print
|
||||
--printdelay=0
|
||||
--noprintcfg
|
||||
--altprintmod
|
||||
--lockfile
|
||||
--complexshapes
|
||||
--mixedcase
|
||||
--dontgrab
|
||||
--shortcuts
|
||||
--wheelmouse
|
||||
--buttondistinction
|
||||
--fancycursors
|
||||
--showcursor
|
||||
--outlines
|
||||
--stamps
|
||||
--stampcontrols
|
||||
--stamprotation
|
||||
--magiccontrols
|
||||
--magicsizes
|
||||
--shapecontrols
|
||||
--label
|
||||
--brushspacing
|
||||
--newcolorsfirst
|
||||
--nosysfonts
|
||||
--currentlocalefont
|
||||
--uifont=default
|
||||
--dontmirrorstamps
|
||||
--stampsize=default
|
||||
--mouse
|
||||
--saveoverask
|
||||
--save
|
||||
--noautosave
|
||||
--noreversesort
|
||||
←
|
||||
|
||||
These options can be used to override any settings made in the
|
||||
configuration file. (If the option isn't set in the configuration file
|
||||
|
|
@ -1782,14 +1781,14 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
### Mundësi Informative Për Rresht Urdhrash ###
|
||||
|
||||
The following options display some informative text on the screen. Tux
|
||||
Paint doesn't actually start up and run afterwards, however.
|
||||
|
||||
→ --version
|
||||
--verbose-version ←
|
||||
--verbose-version ←
|
||||
|
||||
Display the version number and date of the copy of Tux Paint you are
|
||||
running. The "--verbose-version" also lists what compile-time options
|
||||
|
|
@ -1827,7 +1826,7 @@ settings will override these. See the "Command-Line Options" section, below.)
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
Zgjedhja e një Gjuhe Tjetër
|
||||
|
||||
Tux Paint has been translated into a number of languages. To access the
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ images into PNGs.
|
|||
|
||||
|
||||
→ Mjete Resht Urdhrash ←
|
||||
|
||||
→ NetPBM ←
|
||||
|
||||
The Portable Bitmap tools (collectively known as "NetPBM") is a
|
||||
|
|
@ -70,23 +69,22 @@ images into PNGs.
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
→ Software Pronësor për Windows ←
|
||||
+ CorelDRAW (Corel) — http://www.corel.com/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
+ Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
+ PIXresizer (Bluefive software) — http://bluefive.pair.com/
|
||||
o CorelDRAW (Corel) — http://www.corel.com/
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Paint Shop Pro (Corel) — https://www.paintshoppro.com/
|
||||
o Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
o PIXresizer (Bluefive software) — http://bluefive.pair.com/
|
||||
pixresizer.htm
|
||||
|
||||
|
||||
→ Përdorues të Macintosh-it ←
|
||||
+ CorelDRAW (Corel) — http://www.corel.com/
|
||||
+ GraphicConverter (Lemke Software) — https://www.lemkesoft.de/
|
||||
o CorelDRAW (Corel) — http://www.corel.com/
|
||||
o GraphicConverter (Lemke Software) — https://www.lemkesoft.de/
|
||||
mac-fotobearbeitung-mac-diashow-mac-grafikprogramm-mac-bildbetrachter/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Photoshop (Adobe) — http://www.adobe.com/products/photoshop.html
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -221,16 +221,16 @@ automatically.)
|
|||
The main screen is divided into the following sections:
|
||||
|
||||
[Tools: Paint, Stamp, Lines, Shapes, Text, Magic, Label, Undo, Redo, Eraser,
|
||||
New, Open, Save, Print, Quit]
|
||||
|
||||
New, Open, Save, Print, Quit]
|
||||
|
||||
→ Në Anën e Majtë: Panle ←
|
||||
|
||||
The toolbar contains the drawing and editing controls.
|
||||
|
||||
|
||||
|
||||
[Kanavacë]
|
||||
|
||||
[Kanavacë]
|
||||
|
||||
→ Në Mes: Kanavacë Vizatimi ←
|
||||
|
||||
The largest part of the screen, in the center, is the drawing canvas. This
|
||||
|
|
@ -243,8 +243,8 @@ The main screen is divided into the following sections:
|
|||
|
||||
|
||||
|
||||
[Selectors - Brushes, Letters, Shapes, Stamps]
|
||||
|
||||
[Selectors - Brushes, Letters, Shapes, Stamps]
|
||||
|
||||
→ Në Anën e Djathtë: Përzgjedhës ←
|
||||
|
||||
Depending on the current tool, the selector shows different things. e.g.,
|
||||
|
|
@ -255,9 +255,9 @@ The main screen is divided into the following sections:
|
|||
|
||||
|
||||
|
||||
[Colors - Black, White, Red, Pink, Orange, Yellow, Green, Cyan, Blue,
|
||||
Purple, Brown, Grey]
|
||||
|
||||
[Colors - Black, White, Red, Pink, Orange, Yellow, Green, Cyan, Blue, Purple,
|
||||
Brown, Grey]
|
||||
|
||||
→ Më Poshtë: Ngjyra ←
|
||||
|
||||
When the active tool supports colors, a palette of colors choices will be
|
||||
|
|
@ -267,12 +267,12 @@ The main screen is divided into the following sections:
|
|||
as the color to use when flood-filling an area of the picture.)
|
||||
|
||||
On the far right are three special color options:
|
||||
+ Zgjedhës Ngjyrash
|
||||
o Zgjedhës Ngjyrash
|
||||
The "color picker" (which has an outline of an eye-dropper) allows you
|
||||
to pick a color found within your drawing.
|
||||
(A shortcut key is available to access this feature quickly; see
|
||||
below.)
|
||||
+ Paletë Ylberi
|
||||
o Paletë Ylberi
|
||||
The rainbow palette allows you to pick any color by choosing the hue,
|
||||
saturation, and value of the color you want. A box on the left displays
|
||||
hundreds of hues — from red at the top through to violet at the bottom
|
||||
|
|
@ -283,10 +283,10 @@ The main screen is divided into the following sections:
|
|||
Click the green checkbox button to select the color, or the "Back"
|
||||
button to dismiss the pop-up without picking a new color.
|
||||
You may also set this tool's color to that of other color choices:
|
||||
o Whichever built-in color is selected, if any
|
||||
o Ngjyra e tanishme e Zgjedhësit të Ngjyrave
|
||||
o Ngjyra e tanishme e Përzierësit të Ngjyrave
|
||||
+ Përzierës Ngjyrash
|
||||
# Whichever built-in color is selected, if any
|
||||
# Ngjyra e tanishme e Zgjedhësit të Ngjyrave
|
||||
# Ngjyra e tanishme e Përzierësit të Ngjyrave
|
||||
o Përzierës Ngjyrash
|
||||
The "color mixer" (which has silhouette of a paint palette) allows you
|
||||
to create colors by blending primary additive colors — red, yellow, and
|
||||
blue — along with white (to "tint"), grey (to "tone"), and black (to
|
||||
|
|
@ -315,10 +315,10 @@ The main screen is divided into the following sections:
|
|||
|
||||
|
||||
|
||||
(Shembull ndihmëze: “Zgjidhni një formë. Klikoni që të zgjidhni qendrën,
|
||||
tërhiqeni, mandej lëreni, kur të ketë madhësinë që doni. Lëvizni përreth që
|
||||
ta rrotulloni dhe klikoni që të vizatohet.”)
|
||||
|
||||
(Shembull ndihmëze: “Zgjidhni një formë. Klikoni që të zgjidhni qendrën,
|
||||
tërhiqeni, mandej lëreni, kur të ketë madhësinë që doni. Lëvizni përreth që ta
|
||||
rrotulloni dhe klikoni që të vizatohet.”)
|
||||
|
||||
→ Në Fund: Zonë Ndihme ←
|
||||
|
||||
At the very bottom of the screen, Tux, the Linux Penguin, provides tips and
|
||||
|
|
@ -412,13 +412,13 @@ b.Mjeti “Stampë” (Vula Gome) ←
|
|||
Prior to 'stamping' an image onto your drawing, various effects can
|
||||
sometimes be applied (depending on the stamp):
|
||||
|
||||
o Some stamps can be colored or tinted. If the color palette below
|
||||
@ Some stamps can be colored or tinted. If the color palette below
|
||||
the canvas is activated, you can click the colors to change the
|
||||
tint or color of the stamp before placing it in the picture.
|
||||
o Stamps can be shrunk and expanded, by clicking within the
|
||||
@ Stamps can be shrunk and expanded, by clicking within the
|
||||
triangular-shaped series of bars at the bottom right; the larger
|
||||
the bar, the larger the stamp will appear in your picture.
|
||||
o Many stamps may be flipped vertically, or displayed as a
|
||||
@ Many stamps may be flipped vertically, or displayed as a
|
||||
mirror-image, using the control buttons at the bottom right.
|
||||
|
||||
⚙ Note: If the "nostampcontrols" option is set, Tux Paint won't display
|
||||
|
|
@ -437,7 +437,6 @@ b.Mjeti “Stampë” (Vula Gome) ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
c.Mjeti “Vija” ←
|
||||
|
||||
|
|
@ -529,7 +528,6 @@ d.Mjeti “Forma” ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
e.Mjete “Tekst” dhe “Etiketa” ←
|
||||
|
||||
|
|
@ -603,12 +601,12 @@ e.Mjete “Tekst” dhe “Etiketa” ←
|
|||
Currently supported locales, the input methods available, and the key
|
||||
to toggle or cycle modes, are listed below.
|
||||
|
||||
o Japonisht — Hiragana të romanizuara dhe Katakana të romanizuara —
|
||||
@ Japonisht — Hiragana të romanizuara dhe Katakana të romanizuara —
|
||||
tasti [Alt] i djathtë or tasti [Alt] i majtë
|
||||
o Korean — Hangul 2-Bul — tasti [Alt] i djathtë or tasti [Alt] i
|
||||
@ Korean — Hangul 2-Bul — tasti [Alt] i djathtë or tasti [Alt] i
|
||||
majtë
|
||||
o Traditional Chinese — tasti [Alt] i djathtë ose tasti [Alt] i majtë
|
||||
o Tajlandeze — tasti [Alt] i djathtë
|
||||
@ Traditional Chinese — tasti [Alt] i djathtë ose tasti [Alt] i majtë
|
||||
@ Tajlandeze — tasti [Alt] i djathtë
|
||||
|
||||
💡 Note: Many fonts do not include all characters for all languages, so
|
||||
sometimes you'll need to change fonts to see the characters you're
|
||||
|
|
@ -628,22 +626,21 @@ e.Mjete “Tekst” dhe “Etiketa” ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
f.Mjeti “Mbushje” ←
|
||||
|
||||
The 'Fill' tool 'flood-fills' a contiguous area of your drawing with a
|
||||
color of your choice. Three fill options are offered:
|
||||
+ Solid — click once to fill an area with a solid color.
|
||||
+ Brush — click and drag to fill an area with a solid color using
|
||||
o Solid — click once to fill an area with a solid color.
|
||||
o Brush — click and drag to fill an area with a solid color using
|
||||
freehand painting.
|
||||
+ Linear — click and then drag to fill the area with color that fades
|
||||
o Linear — click and then drag to fill the area with color that fades
|
||||
away (a gradient) towards where you drag the mouse.
|
||||
+ Radial — click once to fill an area with a color that fades away (a
|
||||
o Radial — click once to fill an area with a color that fades away (a
|
||||
gradient) radially, centered on where you clicked.
|
||||
+ Shaped — click once to fill an area with a color that fades away (a
|
||||
o Shaped — click once to fill an area with a color that fades away (a
|
||||
gradient), following the contours of the shape you're filling.
|
||||
+ Eraser — click once to erase an area, exposing the solid color
|
||||
o Eraser — click once to erase an area, exposing the solid color
|
||||
background, or starter or template background image, upon which the
|
||||
drawing was based. (See Mjete të Mundshme > Mjete Vizatimi > Mjeti
|
||||
“Gomë” and Kontrolle të Tjera > Figura “Fillesë” & Gjedhe.)
|
||||
|
|
@ -715,13 +712,13 @@ h.Mjeti “Gomë” ←
|
|||
|
||||
A number of eraser types are available, each offering multiple sizes are
|
||||
available:
|
||||
+ Square — Square-shaped erasers that completely remove parts of your
|
||||
o Square — Square-shaped erasers that completely remove parts of your
|
||||
drawing.
|
||||
+ Circle (solid) — Circle-shaped erasers that completely remove parts of
|
||||
o Circle (solid) — Circle-shaped erasers that completely remove parts of
|
||||
your drawing.
|
||||
+ Fuzzy-edged Circle — Circle-shaped erasers with soft edges that blend
|
||||
o Fuzzy-edged Circle — Circle-shaped erasers with soft edges that blend
|
||||
with the background.
|
||||
+ Transparent Circle — Circle-shaped erasers that blend your drawing with
|
||||
o Transparent Circle — Circle-shaped erasers that blend your drawing with
|
||||
the background. Release and click again to expose more and more of the
|
||||
background.
|
||||
|
||||
|
|
@ -782,11 +779,11 @@ b.Urdhri “I ri” ←
|
|||
options for details.
|
||||
|
||||
Figura “Fillesë” & Gjedhe ←
|
||||
o 'Starters' can behave like a page from a coloring book — a
|
||||
@ 'Starters' can behave like a page from a coloring book — a
|
||||
black-and-white outline of a picture, which you can then color in,
|
||||
and the black outline remains intact — or like a 3D photograph,
|
||||
where you draw in between a foreground and background layer.
|
||||
o 'Templates' are similar, but simply provide a background drawing to
|
||||
@ 'Templates' are similar, but simply provide a background drawing to
|
||||
work off of. Unlike 'Starters', there is no layer that remains in
|
||||
the foreground of anything you draw in the picture.
|
||||
|
||||
|
|
@ -842,7 +839,7 @@ c.Urdhri “Hape” ←
|
|||
bottom of the list to scroll through the list of pictures.
|
||||
|
||||
Klikoni mbi një foto për ta përzgjedhur dhe mandej…
|
||||
+ Click the green 'Open' button at the lower left of the list to load the
|
||||
o Click the green 'Open' button at the lower left of the list to load the
|
||||
selected picture. You will then be able to edit it.
|
||||
|
||||
(Alternatively, you can double-click a picture's icon to load it.)
|
||||
|
|
@ -851,7 +848,7 @@ c.Urdhri “Hape” ←
|
|||
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
|
||||
o 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), Windows (as of version
|
||||
|
|
@ -861,15 +858,15 @@ c.Urdhri “Hape” ←
|
|||
|
||||
⚙ Note: The 'Erase' button may be disabled, via the "noerase" option.
|
||||
|
||||
+ Click the 'Export' button near the lower right to export the selected
|
||||
o Click the 'Export' button near the lower right to export the selected
|
||||
picture to your export folder. (e.g., "~/Pictures/TuxPaint/")
|
||||
|
||||
Prej skenës “Hap” mundeni edhe të:
|
||||
+ Klikon butonin blu “Diapozitiva” (projektor diapozitivash) poshtë
|
||||
o Klikon butonin blu “Diapozitiva” (projektor diapozitivash) poshtë
|
||||
majtas, për të kaluar nën mënyrën “shfaqje diapozitivash”. Për hollësi,
|
||||
shihni “Diapozitiva”,.
|
||||
|
||||
+ Klikoni butonin blu “Gjedhe” poshtë majtas, për ta shndërruar në një
|
||||
o Klikoni butonin blu “Gjedhe” poshtë majtas, për ta shndërruar në një
|
||||
gjedhe të re figurën e përzgjedhur, e cila mund të përdoret si bazë për
|
||||
vizatime të reja.
|
||||
|
||||
|
|
@ -881,7 +878,7 @@ c.Urdhri “Hape” ←
|
|||
"Disable 'Make Template'" in Tux Paint Config. or running Tux Paint
|
||||
with the "notemplateexport" option).
|
||||
|
||||
+ Click the red 'Back' arrow button at the lower right of the list to
|
||||
o 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 [Tasti Kontroll / ⌘] + [O] on the keyboard to
|
||||
|
|
@ -1008,7 +1005,6 @@ e.Urdhri “Shtype” ←
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
f.Urdhri “Diapozitiva” (nën “Hape”) ←
|
||||
|
||||
|
|
@ -1319,44 +1315,44 @@ Other documentation included with Tux Paint (found in the "docs" folder/
|
|||
directory) includes:
|
||||
|
||||
→ Përdorim i Tux Paint-it: ←
|
||||
+ OPTIONS.html
|
||||
o OPTIONS.html
|
||||
Detailed instructions on command-line and configuration-file options,
|
||||
for those who don't want to use the Tux Paint Config. tool to manage
|
||||
Tux Paint's configuration.
|
||||
+ Dokumentim i Mjetit “Magjik” (“magic-docs”)
|
||||
o Dokumentim i Mjetit “Magjik” (“magic-docs”)
|
||||
Documentation for each of the currently-installed 'Magic' tools.
|
||||
+ Frequently Asked Questions ("FAQs") about Tux Paint
|
||||
o Frequently Asked Questions ("FAQs") about Tux Paint
|
||||
Answers to, and solutions for, some common questions about, and
|
||||
problems with, using Tux Paint.
|
||||
|
||||
|
||||
→ Si të zgjerohet Tux Paint-i: ←
|
||||
+ EXTENDING.html
|
||||
o EXTENDING.html
|
||||
Detailed instructions on extending Tux Paint: creating brushes, stamps,
|
||||
starters, and templates; adding fonts; and creating new on-screen
|
||||
keyboard layouts and input methods.
|
||||
+ PNG.html
|
||||
o PNG.html
|
||||
Notes on creating PNG format bitmapped (raster) images for use in Tux
|
||||
Paint.
|
||||
+ SVG.html
|
||||
o SVG.html
|
||||
Notes on creating SVG format vector images for use in Tux Paint.
|
||||
|
||||
|
||||
→ Hollësi teknike: ←
|
||||
+ INSTALL.html
|
||||
o INSTALL.html
|
||||
Instructions for compiling and installing Tux Paint, when applicable.
|
||||
+ SIGNALS.html
|
||||
o SIGNALS.html
|
||||
Information about the POSIX signals that Tux Paint responds to.
|
||||
+ MAGIC-API.html
|
||||
o MAGIC-API.html
|
||||
Creating new Magic tools using Tux Paint's plugin API.
|
||||
|
||||
|
||||
→ Historik zhvillimi dhe licencë: ←
|
||||
+ AUTHORS.txt
|
||||
o AUTHORS.txt
|
||||
Listë e autorëve dhe kontribuesve.
|
||||
+ CHANGES.txt
|
||||
o CHANGES.txt
|
||||
Summary of what has changed between releases of Tux Paint.
|
||||
+ COPYING.txt
|
||||
o COPYING.txt
|
||||
Tux Paint's software license, the GNU General Public License (GPL)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -25,13 +25,12 @@ Windows, macOS, and Linux. There are also other applications that can produce
|
|||
SVGs, both free/open source, and commerical/proprietary.
|
||||
|
||||
→ Burim i Hapët ←
|
||||
+ Inkscape — http://www.inkscape.org/
|
||||
+ Karbon — https://calligra.org/karbon/
|
||||
o Inkscape — http://www.inkscape.org/
|
||||
o Karbon — https://calligra.org/karbon/
|
||||
|
||||
|
||||
→ Pronësor ←
|
||||
+ CorelDRAW (Corel) — https://www.coreldraw.com/en/
|
||||
+ Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
+ Boxy SVG — https://boxy-svg.com/
|
||||
+ Sketch (Sketch B.V.) — https://boxy-svg.com/
|
||||
|
||||
o CorelDRAW (Corel) — https://www.coreldraw.com/en/
|
||||
o Illustrator (Adobe) — http://www.adobe.com/products/illustrator.html
|
||||
o Boxy SVG — https://boxy-svg.com/
|
||||
o Sketch (Sketch B.V.) — https://boxy-svg.com/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue