tp-magic-config man moved to (1)
Magic tool documentation now split into separate files, and referenced (as a directory) from README, so that users can find docs to any additional tools (ones not included by default with Tux Paint) that are installed. Added new --datadir option, to separate path to brushes/stamps/etc. from that of saved files. Improved docs on where savedir default is. Made sure --help, man tuxpaint, and OPTIONS docs all covered all command-line options. Noted SDL_Pango makes locale-specific fonts unnecessary. Added "--plugindocprefix" option to tp-magic-config, for where docs should go. Improved plugin API documentation. Improved layout of man pages a little.
This commit is contained in:
parent
ace762e890
commit
adf56ef7e9
66 changed files with 1809 additions and 592 deletions
|
|
@ -25,7 +25,7 @@ New Breed Software</p>
|
|||
|
||||
<p>June 14, 2002 -
|
||||
|
||||
June 27, 2007</p>
|
||||
August 2, 2007</p>
|
||||
|
||||
</center>
|
||||
|
||||
|
|
@ -456,118 +456,14 @@ New Breed Software</p>
|
|||
<img src="images/tool_magic.png" width=48 height=48 alt="" align=right>
|
||||
|
||||
<p>The 'Magic' tool is actually a set of special tools. Select one of
|
||||
the "magic" effects from the selector on the right, and then
|
||||
click and drag around the picture to apply the effect.</p>
|
||||
the "magic" effects from the selector on the right. Then, depending
|
||||
on the tool, either click and drag around the picture, or simply
|
||||
click the picture once, to apply the effect.</p>
|
||||
|
||||
<br clear=all>
|
||||
|
||||
<dl>
|
||||
<dt><b>Fill</b></dt>
|
||||
<dd>
|
||||
This floods the picture with a color. It lets you quickly
|
||||
fill parts of the picture, as if it were a coloring book.
|
||||
</dd>
|
||||
|
||||
<dt><b>Grass</b></dt>
|
||||
<dd>
|
||||
This paints grass on the image. The higher up the canvas,
|
||||
the smaller the grass is drawn, giving an illusion of perspective.
|
||||
The grass can be tinted various greenish hues by selecting
|
||||
different colors in the color palette.
|
||||
</dd>
|
||||
|
||||
<dt><b>Bricks</b> (Large and Small)</dt>
|
||||
<dd>
|
||||
These two tools intelligently paint large and small brick
|
||||
patterns on the canvas. The bricks can be tinted various redish
|
||||
hues by selecting different colors in the color palette.
|
||||
</dd>
|
||||
|
||||
<dt><b>Rainbow</b></dt>
|
||||
<dd>
|
||||
This is similar to the paint brush, but as you move the mouse
|
||||
around, it cycles through a spectrum of bright colors.
|
||||
</dd>
|
||||
|
||||
<dt><b>Sparkles</b></dt>
|
||||
<dd>
|
||||
This draws glowing sparkles on the canvas, in the currently-selected
|
||||
color.
|
||||
</dd>
|
||||
|
||||
<dt><b>Blur</b></dt>
|
||||
<dd>
|
||||
This makes the picture fuzzy wherever you drag the mouse.
|
||||
</dd>
|
||||
|
||||
<dt><b>Smudge</b></dt>
|
||||
<dd>
|
||||
This pushes the colors around under the mouse, like finger painting
|
||||
with wet paint.
|
||||
</dd>
|
||||
|
||||
<dt><b>Lighten</b></dt>
|
||||
<dd>
|
||||
This fades the colors wherever you drag the mouse.
|
||||
(Do it to the same spot many times, and it will eventually become
|
||||
white.)
|
||||
</dd>
|
||||
|
||||
<dt><b>Darken</b></dt>
|
||||
<dd>
|
||||
This dakrens the colors wherever you drag the mouse.
|
||||
(Do it to the same spot many times, and it will eventually become
|
||||
black.)
|
||||
</dd>
|
||||
|
||||
<dt><b>Chalk</b></dt>
|
||||
<dd>
|
||||
This makes parts of the picture (where you move the mouse)
|
||||
look like a chalk drawing.
|
||||
</dd>
|
||||
|
||||
<dt><b>Blocks</b></dt>
|
||||
<dd>
|
||||
This makes the picture blocky looking ("pixelated") wherever
|
||||
you drag the mouse.
|
||||
</dd>
|
||||
|
||||
<dt><b>Negative</b></dt>
|
||||
<dd>
|
||||
This inverts the colors wherever you drag the mouse.
|
||||
(e.g., white becomes black, and vice versa.)
|
||||
</dd>
|
||||
|
||||
<dt><b>Tint</b></dt>
|
||||
<dd>
|
||||
This changes the parts of the picture to the selected color.
|
||||
</dd>
|
||||
|
||||
<dt><b>Drip</b></dt>
|
||||
<dd>
|
||||
This makes the paint "drip" wherever you move the mouse.
|
||||
</dd>
|
||||
|
||||
<dt><b>Cartoon</b></dt>
|
||||
<dd>
|
||||
This makes the picture look like a cartoon — with thick
|
||||
outlines and bright, solid colors — wherever you move the mouse.
|
||||
</dd>
|
||||
|
||||
<dt><b>Mirror</b></dt>
|
||||
<dd>
|
||||
When you click the mouse in your picture with the "Mirror"
|
||||
magic effect selected, the entire image will be reversed,
|
||||
turning it into a mirror image.
|
||||
</dd>
|
||||
|
||||
<dt><b>Flip</b></dt>
|
||||
<dd>
|
||||
Similar to "Mirror." Click and the entire image will be turned
|
||||
upside-down.
|
||||
</dd>
|
||||
|
||||
</dl>
|
||||
<p>Each 'Magic' tool's instructions are contained within the
|
||||
"<a href="../magic-docs/html/">magic-docs</a>" folder.</p>
|
||||
|
||||
<hr size=1>
|
||||
</dd>
|
||||
|
|
@ -1120,17 +1016,21 @@ New Breed Software</p>
|
|||
folder/directory) include:
|
||||
|
||||
<ul>
|
||||
<li><a href="../magic-docs/html/">"Magic" Tool Documentation
|
||||
("magic-docs")</a><br>
|
||||
Documentation for each of the currently-installed "Magic" tools.
|
||||
|
||||
<li><a href="../AUTHORS.txt">AUTHORS.txt</a><br>
|
||||
List of authors and contributors
|
||||
List of authors and contributors.
|
||||
|
||||
<li><a href="../CHANGES.txt">CHANGES.txt</a><br>
|
||||
Summary of changed between releases
|
||||
Summary of changed between releases.
|
||||
|
||||
<li><a href="../COPYING.txt">COPYING.txt</a><br>
|
||||
Copying license (The GNU General Public License)
|
||||
Copying license (The GNU General Public License).
|
||||
|
||||
<li><a href="../INSTALL.txt">INSTALL.txt</a><br>
|
||||
Instructions for compiling/installing, when applicable
|
||||
Instructions for compiling/installing, when applicable.
|
||||
|
||||
<li><a href="EXTENDING.html">EXTENDING.html</a><br>
|
||||
Detailed instructions on creating brushes, stamps and starters,
|
||||
|
|
@ -1141,10 +1041,10 @@ New Breed Software</p>
|
|||
for those who don't want to use Tux Paint Config.
|
||||
|
||||
<li><a href="../PNG.txt">PNG.txt</a><br>
|
||||
Notes on creating PNG format bitmapped images for use in Tux Paint
|
||||
Notes on creating PNG format bitmapped images for use in Tux Paint.
|
||||
|
||||
<li><a href="../SVG.txt">SVG.txt</a><br>
|
||||
Notes on creating SVG format vector images for use in Tux Paint
|
||||
Notes on creating SVG format vector images for use in Tux Paint.
|
||||
|
||||
</ul>
|
||||
</blockquote>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue