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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue