Docs for all the Magic tools, finally!

This commit is contained in:
William Kendrick 2009-04-29 06:41:08 +00:00
parent d8b0087dd5
commit 8ea1fe81e6
65 changed files with 554 additions and 55 deletions

View file

@ -4,3 +4,5 @@
Albert Cahalan <albert@users.sf.net> Albert Cahalan <albert@users.sf.net>
This makes the picture fuzzy wherever you drag the mouse. This makes the picture fuzzy wherever you drag the mouse.
See also: Sharpen Smudge

View file

@ -0,0 +1,7 @@
Tux Paint "Magic" Tool: Color and White
By Andrew Corcoran <akanewbie@gmail.com>
This makes parts of your picture two colors: white, and the color chosen
in the palette. (i.e., if you choose black, you'll get a black and white
picture).

View file

@ -0,0 +1,5 @@
Tux Paint "Magic" Tool: Color Shift
By Andrew Corcoran <akanewbie@gmail.com>
This shifts the colors in your picture.

View file

@ -0,0 +1,5 @@
Tux Paint "Magic" Tool: Confetti
By Adam Rakowski <foo-script@o2.pl>
Throw confetti around your picture!

View file

@ -5,4 +5,4 @@
This dakrens the colors wherever you drag the mouse. (Do it to the same This dakrens the colors wherever you drag the mouse. (Do it to the same
spot many times, and it will eventually become black.) spot many times, and it will eventually become black.)
See also: Fade Tint See also: Lighten Tint

View file

@ -0,0 +1,7 @@
Tux Paint "Magic" Tool: Edges
By Andrew Corcoran <akanewbie@gmail.com>
Trace the edges in your picture, over a white background.
See also: Emboss Silhouette

View file

@ -5,3 +5,5 @@
This makes parts of your picture look "embossed." Wherever there are sharp This makes parts of your picture look "embossed." Wherever there are sharp
edges in your picture, the picture will look raised like it was stamped in edges in your picture, the picture will look raised like it was stamped in
metal. metal.
See also: Edges Silhouette

View file

@ -0,0 +1,5 @@
Tux Paint "Magic" Tool: Fisheye
By Adam Rakowski <foo-script@o2.pl>
Warp parts of your picture like it's being seen through a fisheye lens.

View file

@ -0,0 +1,8 @@
Tux Paint "Magic" Tool: Fold
By Adam Rakowski <foo-script@o2.pl>
Bill Kendrick <bill@newbreedsoftware.com>
Pere Pujal i Carabantes <pere@fornol.no-ip.org>
Click a corner of your picture and drag towards the center to fold it up
like a piece of paper.

View file

@ -8,4 +8,5 @@
Albert Cahalan &lt;<a href="mailto:albert@users.sf.net">albert@users.sf.net</a>&gt;<br> Albert Cahalan &lt;<a href="mailto:albert@users.sf.net">albert@users.sf.net</a>&gt;<br>
</h2> </h2>
<p>This makes the picture fuzzy wherever you drag the mouse.</p> <p>This makes the picture fuzzy wherever you drag the mouse.</p>
<p>See also: <a href="sharpen.html">Sharpen</a> <a href="smudge.html">Smudge</a> </p>
</body></html> </body></html>

View file

@ -0,0 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Color and White</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Color and White</h1>
<h2 align="center">By Andrew Corcoran &lt;<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>&gt;</h2>
<p>This makes parts of your picture two colors: white, and the color chosen in the palette. (i.e., if you choose black, you'll get a black and white picture).</p>
</body></html>

View file

@ -0,0 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Color Shift</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Color Shift</h1>
<h2 align="center">By Andrew Corcoran &lt;<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>&gt;</h2>
<p>This shifts the colors in your picture.</p>
</body></html>

View file

@ -0,0 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Confetti</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Confetti</h1>
<h2 align="center">By Adam Rakowski &lt;<a href="mailto:foo-script@o2.pl">foo-script@o2.pl</a>&gt;</h2>
<p>Throw confetti around your picture!</p>
</body></html>

View file

@ -6,5 +6,5 @@
<h1 align="center">Tux Paint "Magic" Tool: Darken</h1> <h1 align="center">Tux Paint "Magic" Tool: Darken</h1>
<h2 align="center">By Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h2> <h2 align="center">By Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h2>
<p>This dakrens the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become black.)</p> <p>This dakrens the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become black.)</p>
<p>See also: <a href="fade.html">Fade</a> <a href="tint.html">Tint</a> </p> <p>See also: <a href="lighten.html">Lighten</a> <a href="tint.html">Tint</a> </p>
</body></html> </body></html>

View file

@ -0,0 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Edges</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Edges</h1>
<h2 align="center">By Andrew Corcoran &lt;<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>&gt;</h2>
<p>Trace the edges in your picture, over a white background.</p>
<p>See also: <a href="emboss.html">Emboss</a> <a href="silhouette.html">Silhouette</a> </p>
</body></html>

View file

@ -6,4 +6,5 @@
<h1 align="center">Tux Paint "Magic" Tool: Emboss</h1> <h1 align="center">Tux Paint "Magic" Tool: Emboss</h1>
<h2 align="center">By Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h2> <h2 align="center">By Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h2>
<p>This makes parts of your picture look "embossed." Wherever there are sharp edges in your picture, the picture will look raised like it was stamped in metal.</p> <p>This makes parts of your picture look "embossed." Wherever there are sharp edges in your picture, the picture will look raised like it was stamped in metal.</p>
<p>See also: <a href="edges.html">Edges</a> <a href="silhouette.html">Silhouette</a> </p>
</body></html> </body></html>

View file

@ -0,0 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Fisheye</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Fisheye</h1>
<h2 align="center">By Adam Rakowski &lt;<a href="mailto:foo-script@o2.pl">foo-script@o2.pl</a>&gt;</h2>
<p>Warp parts of your picture like it's being seen through a fisheye lens.</p>
</body></html>

View file

@ -0,0 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Fold</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Fold</h1>
<h2 align="center">By Adam Rakowski &lt;<a href="mailto:foo-script@o2.pl">foo-script@o2.pl</a>&gt;<br>
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;<br>
Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>&gt;<br>
</h2>
<p>Click a corner of your picture and drag towards the center to fold it up like a piece of paper.</p>
</body></html>

View file

@ -10,26 +10,48 @@
<li><a href="calligraphy.html">Calligraphy</a></li> <li><a href="calligraphy.html">Calligraphy</a></li>
<li><a href="cartoon.html">Cartoon</a></li> <li><a href="cartoon.html">Cartoon</a></li>
<li><a href="chalk.html">Chalk</a></li> <li><a href="chalk.html">Chalk</a></li>
<li><a href="colorandwhite.html">Color and White</a></li>
<li><a href="colorshift.html">Color Shift</a></li>
<li><a href="confetti.html">Confetti</a></li>
<li><a href="darken.html">Darken</a></li> <li><a href="darken.html">Darken</a></li>
<li><a href="distortion.html">Distortion</a></li> <li><a href="distortion.html">Distortion</a></li>
<li><a href="drip.html">Drip</a></li> <li><a href="drip.html">Drip</a></li>
<li><a href="edges.html">Edges</a></li>
<li><a href="emboss.html">Emboss</a></li> <li><a href="emboss.html">Emboss</a></li>
<li><a href="fade.html">Fade</a></li>
<li><a href="fill.html">Fill</a></li> <li><a href="fill.html">Fill</a></li>
<li><a href="fisheye.html">Fisheye</a></li>
<li><a href="flip.html">Flip</a></li> <li><a href="flip.html">Flip</a></li>
<li><a href="flower.html">Flower</a></li> <li><a href="flower.html">Flower</a></li>
<li><a href="foam.html">Foam</a></li> <li><a href="foam.html">Foam</a></li>
<li><a href="fold.html">Fold</a></li>
<li><a href="glasstile.html">Glass Tile</a></li> <li><a href="glasstile.html">Glass Tile</a></li>
<li><a href="grass.html">Grass</a></li> <li><a href="grass.html">Grass</a></li>
<li><a href="kaleidoscope.html">Kaleidoscope</a></li> <li><a href="kaleidoscope.html">Kaleidoscope</a></li>
<li><a href="light.html">Light</a></li> <li><a href="light.html">Light</a></li>
<li><a href="lighten.html">Lighten</a></li>
<li><a href="metalpaint.html">Metal Paint</a></li> <li><a href="metalpaint.html">Metal Paint</a></li>
<li><a href="mirror.html">Mirror</a></li> <li><a href="mirror.html">Mirror</a></li>
<li><a href="negative.html">Negative</a></li> <li><a href="negative.html">Negative</a></li>
<li><a href="noise.html">Noise</a></li>
<li><a href="picasso.html">Picasso</a></li>
<li><a href="rails.html">Rails</a></li>
<li><a href="rain.html">Rain</a></li>
<li><a href="rainbow.html">Rainbow</a></li> <li><a href="rainbow.html">Rainbow</a></li>
<li><a href="realrainbow.html">Real Rainbow</a></li>
<li><a href="ripples.html">Ripples</a></li> <li><a href="ripples.html">Ripples</a></li>
<li><a href="rosette.html">Rosette</a></li>
<li><a href="sharpen.html">Sharpen</a></li>
<li><a href="shift.html">Shift</a></li> <li><a href="shift.html">Shift</a></li>
<li><a href="silhouette.html">Silhouette</a></li>
<li><a href="smudge.html">Smudge</a></li> <li><a href="smudge.html">Smudge</a></li>
<li><a href="snowball.html">Snow Ball</a></li>
<li><a href="snowflake.html">Snow Flake</a></li>
<li><a href="stringv.html">String V</a></li>
<li><a href="stringcorner.html">String Corner</a></li>
<li><a href="stringedges.html">String Edges</a></li>
<li><a href="tv.html">TV</a></li>
<li><a href="tint.html">Tint</a></li> <li><a href="tint.html">Tint</a></li>
<li><a href="toothpaste.html">Toothpaste</a></li>
<li><a href="waves.html">Waves</a></li> <li><a href="waves.html">Waves</a></li>
<li><a href="wavelets.html">Wavelets</a></li>
</body></html> </body></html>

View file

@ -6,4 +6,5 @@
<h1 align="center">Tux Paint "Magic" Tool: Kaleidoscope</h1> <h1 align="center">Tux Paint "Magic" Tool: Kaleidoscope</h1>
<h2 align="center">By Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h2> <h2 align="center">By Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h2>
<p>This paint brush draws in four places at the same time, mirroring symmetrically, both horizontally and vertically. It uses the currently selected color.</p> <p>This paint brush draws in four places at the same time, mirroring symmetrically, both horizontally and vertically. It uses the currently selected color.</p>
<p>See also: <a href="picasso.html">Picasso</a></p>
</body></html> </body></html>

View file

@ -1,25 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool:
Kaleidoscope
</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000"
alink="#FF00FF">
<h1 align=center">Tux Paint "Magic" Tool:
Kaleidoscope
</h1>
<p>This paint brush draws in four places at the same time, mirroring
symmetrically, both horizontally and vertically. It uses the currently
selected color.
</p>
</body></html>

View file

@ -1,9 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Fade</title> <body><html><head><title>Tux Paint "Magic" Tool: Lighten</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head> </head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF"> <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Fade</h1> <h1 align="center">Tux Paint "Magic" Tool: Lighten</h1>
<h2 align="center">By Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h2> <h2 align="center">By Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h2>
<p>This fades the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become white.)</p> <p>This fades the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become white.)</p>
<p>See also: <a href="darken.html">Darken</a> <a href="tint.html">Tint</a> </p> <p>See also: <a href="darken.html">Darken</a> <a href="tint.html">Tint</a> </p>

View file

@ -0,0 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Noise</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Noise</h1>
<h2 align="center">By Andrew Corcoran &lt;<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>&gt;</h2>
<p>Add random noise and static to your picture.</p>
</body></html>

View file

@ -0,0 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Picasso</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Picasso</h1>
<h2 align="center">By Adam Rakowski &lt;<a href="mailto:foo-script@o2.pl">foo-script@o2.pl</a>&gt;</h2>
<p>Draw three swirling brushes at once, in a Picasso style.</p>
<p>See also: <a href="rosette.html">Rosette</a></p>
</body></html>

View file

@ -0,0 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Rails</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Rails</h1>
<h2 align="center">By Adam Rakowski &lt;<a href="mailto:foo-script@o2.pl">foo-script@o2.pl</a>&gt;<br>
Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>&gt;<br>
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;<br>
</h2>
<p>Draw connecting locomotive train rails on your picture.</p>
</body></html>

View file

@ -0,0 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Rain</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Rain</h1>
<h2 align="center">By Andrew Corcoran &lt;<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>&gt;</h2>
<p>Paint raindrops on your picture.</p>
<p>See also: <a href="snowball.html">Snow Ball</a> <a href="snowflake.html">Snow Flake</a> </p>
</body></html>

View file

@ -0,0 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Real Rainbow</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Real Rainbow</h1>
<h2 align="center">By Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h2>
<p>Draw a transparent arc that looks like a real rainbow.</p>
</body></html>

View file

@ -0,0 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Rosette</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Rosette</h1>
<h2 align="center">By Adam Rakowski &lt;<a href="mailto:foo-script@o2.pl">foo-script@o2.pl</a>&gt;</h2>
<p>Draw three brushes at once, in a rosette shape.</p>
<p>See also: <a href="kaleidoscope.html">Kaleidoscope</a> <a href="picasso.html">Picasso</a> </p>
</body></html>

View file

@ -0,0 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Sharpen</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Sharpen</h1>
<h2 align="center">By Andrew Corcoran &lt;<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>&gt;</h2>
<p>Sharpen the focus of the picture.</p>
<p>See also: <a href="blur.html">Blur</a></p>
</body></html>

View file

@ -0,0 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Silhouette</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Silhouette</h1>
<h2 align="center">By Andrew Corcoran &lt;<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>&gt;</h2>
<p>Trace the edges in your picture, over a black background.</p>
<p>See also: <a href="edges.html">Edges</a> <a href="emboss.html">Emboss</a> </p>
</body></html>

View file

@ -6,4 +6,5 @@
<h1 align="center">Tux Paint "Magic" Tool: Smudge</h1> <h1 align="center">Tux Paint "Magic" Tool: Smudge</h1>
<h2 align="center">By Albert Cahalan &lt;<a href="mailto:albert@users.sf.net">albert@users.sf.net</a>&gt;</h2> <h2 align="center">By Albert Cahalan &lt;<a href="mailto:albert@users.sf.net">albert@users.sf.net</a>&gt;</h2>
<p>This pushes the colors around under the mouse, like finger painting with wet paint.</p> <p>This pushes the colors around under the mouse, like finger painting with wet paint.</p>
<p>See also: <a href="blur.html">Blur</a></p>
</body></html> </body></html>

View file

@ -0,0 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Snow Ball</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Snow Ball</h1>
<h2 align="center">By Andrew Corcoran &lt;<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>&gt;</h2>
<p>Fill the picture with snowballs.</p>
<p>See also: <a href="rain.html">Rain</a> <a href="snowflake.html">Snow Flake</a> </p>
</body></html>

View file

@ -0,0 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Snow Flake</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Snow Flake</h1>
<h2 align="center">By Andrew Corcoran &lt;<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>&gt;</h2>
<p>Fill the picture with snowflakes.</p>
<p>See also: <a href="rain.html">Rain</a> <a href="snowball.html">Snow Ball</a> </p>
</body></html>

View file

@ -0,0 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: String Corner</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: String Corner</h1>
<h2 align="center">By Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>&gt;</h2>
<p>Draw V-shaped string art at right angles.</p>
<p>See also: <a href="stringv.html">String V</a> <a href="stringedges.html">String Edges</a> </p>
</body></html>

View file

@ -0,0 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: String Edges</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: String Edges</h1>
<h2 align="center">By Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>&gt;</h2>
<p>Draw string art around the edges of your picture.</p>
<p>See also: <a href="stringv.html">String V</a> <a href="stringcorner.html">String Corner</a> </p>
</body></html>

View file

@ -0,0 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: String V</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: String V</h1>
<h2 align="center">By Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>&gt;</h2>
<p>Draw V-shaped string art at any angle.</p>
<p>See also: <a href="stringcorner.html">String Corner</a> <a href="stringedges.html">String Edges</a> </p>
</body></html>

View file

@ -6,5 +6,5 @@
<h1 align="center">Tux Paint "Magic" Tool: Tint</h1> <h1 align="center">Tux Paint "Magic" Tool: Tint</h1>
<h2 align="center">By Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h2> <h2 align="center">By Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h2>
<p>This changes the color (or hue) of the parts of the picture to the selected color.</p> <p>This changes the color (or hue) of the parts of the picture to the selected color.</p>
<p>See also: <a href="fade.html">Fade</a> <a href="darken.html">Darken</a> </p> <p>See also: <a href="lighten.html">Lighten</a> <a href="darken.html">Darken</a> </p>
</body></html> </body></html>

View file

@ -0,0 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Toothpaste</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Toothpaste</h1>
<h2 align="center">By Andrew Corcoran &lt;<a href="mailto:akanewbie@gmail.com">akanewbie@gmail.com</a>&gt;</h2>
<p>Paint thick blobs of color on your picture that look like toothpaste.</p>
</body></html>

View file

@ -0,0 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: TV</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: TV</h1>
<h2 align="center">By Adam Rakowski &lt;<a href="mailto:foo-script@o2.pl">foo-script@o2.pl</a>&gt;</h2>
<p>Distort your picture so it looks like it's on a television (TV).</p>
</body></html>

View file

@ -0,0 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Wavelets</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Wavelets</h1>
<h2 align="center">By Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;<br>
Adam Rakowski &lt;<a href="mailto:foo-script@o2.pl">foo-script@o2.pl</a>&gt;<br>
</h2>
<p>Click to make the entire picture wavy, up-and-down. Drag the mouse up and down to change the height of the ripples, and left and right to change the width. Release the mouse button when it looks the way you like it.</p>
<p>See also: <a href="waves.html">Waves</a></p>
</body></html>

View file

@ -5,5 +5,6 @@
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF"> <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#FF0000" alink="#FF00FF">
<h1 align="center">Tux Paint "Magic" Tool: Waves</h1> <h1 align="center">Tux Paint "Magic" Tool: Waves</h1>
<h2 align="center">By Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h2> <h2 align="center">By Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</h2>
<p>Click to make the entire picture wavy. Drag the mouse up and down to change the height of the ripples, and left and right to change the width. Release the mouse button when it looks the way you like it.</p> <p>Click to make the entire picture wavy, side-to-side. Drag the mouse up and down to change the height of the ripples, and left and right to change the width. Release the mouse button when it looks the way you like it.</p>
<p>See also: <a href="wavelets.html">Wavelets</a></p>
</body></html> </body></html>

View file

@ -6,25 +6,47 @@
* Calligraphy * Calligraphy
* Cartoon * Cartoon
* Chalk * Chalk
* Color and White
* Color Shift
* Confetti
* Darken * Darken
* Distortion * Distortion
* Drip * Drip
* Edges
* Emboss * Emboss
* Fade
* Fill * Fill
* Fisheye
* Flip * Flip
* Flower * Flower
* Foam * Foam
* Fold
* Glass Tile * Glass Tile
* Grass * Grass
* Kaleidoscope * Kaleidoscope
* Light * Light
* Lighten
* Metal Paint * Metal Paint
* Mirror * Mirror
* Negative * Negative
* Noise
* Picasso
* Rails
* Rain
* Rainbow * Rainbow
* Real Rainbow
* Ripples * Ripples
* Rosette
* Sharpen
* Shift * Shift
* Silhouette
* Smudge * Smudge
* Snow Ball
* Snow Flake
* String V
* String Corner
* String Edges
* TV
* Tint * Tint
* Toothpaste
* Waves * Waves
* Wavelets

View file

@ -5,3 +5,5 @@
This paint brush draws in four places at the same time, mirroring This paint brush draws in four places at the same time, mirroring
symmetrically, both horizontally and vertically. It uses the currently symmetrically, both horizontally and vertically. It uses the currently
selected color. selected color.
See also: Picasso

View file

@ -1,5 +0,0 @@
Tux Paint "Magic" Tool: Kaleidoscope
This paint brush draws in four places at the same time, mirroring
symmetrically, both horizontally and vertically. It uses the currently
selected color.

View file

@ -1,4 +1,4 @@
Tux Paint "Magic" Tool: Fade Tux Paint "Magic" Tool: Lighten
By Bill Kendrick <bill@newbreedsoftware.com> By Bill Kendrick <bill@newbreedsoftware.com>

View file

@ -0,0 +1,5 @@
Tux Paint "Magic" Tool: Noise
By Andrew Corcoran <akanewbie@gmail.com>
Add random noise and static to your picture.

View file

@ -0,0 +1,7 @@
Tux Paint "Magic" Tool: Picasso
By Adam Rakowski <foo-script@o2.pl>
Draw three swirling brushes at once, in a Picasso style.
See also: Rosette

View file

@ -0,0 +1,7 @@
Tux Paint "Magic" Tool: Rails
By Adam Rakowski <foo-script@o2.pl>
Pere Pujal i Carabantes <pere@fornol.no-ip.org>
Bill Kendrick <bill@newbreedsoftware.com>
Draw connecting locomotive train rails on your picture.

View file

@ -0,0 +1,7 @@
Tux Paint "Magic" Tool: Rain
By Andrew Corcoran <akanewbie@gmail.com>
Paint raindrops on your picture.
See also: Snow Ball Snow Flake

View file

@ -0,0 +1,5 @@
Tux Paint "Magic" Tool: Real Rainbow
By Bill Kendrick <bill@newbreedsoftware.com>
Draw a transparent arc that looks like a real rainbow.

View file

@ -0,0 +1,7 @@
Tux Paint "Magic" Tool: Rosette
By Adam Rakowski <foo-script@o2.pl>
Draw three brushes at once, in a rosette shape.
See also: Kaleidoscope Picasso

View file

@ -0,0 +1,7 @@
Tux Paint "Magic" Tool: Sharpen
By Andrew Corcoran <akanewbie@gmail.com>
Sharpen the focus of the picture.
See also: Blur

View file

@ -0,0 +1,7 @@
Tux Paint "Magic" Tool: Silhouette
By Andrew Corcoran <akanewbie@gmail.com>
Trace the edges in your picture, over a black background.
See also: Edges Emboss

View file

@ -4,3 +4,5 @@
This pushes the colors around under the mouse, like finger painting with This pushes the colors around under the mouse, like finger painting with
wet paint. wet paint.
See also: Blur

View file

@ -0,0 +1,7 @@
Tux Paint "Magic" Tool: Snow Ball
By Andrew Corcoran <akanewbie@gmail.com>
Fill the picture with snowballs.
See also: Rain Snow Flake

View file

@ -0,0 +1,7 @@
Tux Paint "Magic" Tool: Snow Flake
By Andrew Corcoran <akanewbie@gmail.com>
Fill the picture with snowflakes.
See also: Rain Snow Ball

View file

@ -12,6 +12,9 @@ them all. */
$AUTHOR_KENDRICK = "Bill Kendrick|bill@newbreedsoftware.com"; $AUTHOR_KENDRICK = "Bill Kendrick|bill@newbreedsoftware.com";
$AUTHOR_ALBERT = "Albert Cahalan|albert@users.sf.net"; $AUTHOR_ALBERT = "Albert Cahalan|albert@users.sf.net";
$AUTHOR_ANDREWC = "Andrew Corcoran|akanewbie@gmail.com";
$AUTHOR_ADAMR = "Adam Rakowski|foo-script@o2.pl";
$AUTHOR_PERE = "Pere Pujal i Carabantes|pere@fornol.no-ip.org";
/* Information about each of the tools: /* Information about each of the tools:
@ -52,7 +55,8 @@ $tools = array(
array('name'=>'Blur', array('name'=>'Blur',
'desc'=>'This makes the picture fuzzy wherever you drag the mouse.', 'desc'=>'This makes the picture fuzzy wherever you drag the mouse.',
'author'=>array($AUTHOR_KENDRICK,$AUTHOR_ALBERT)), 'author'=>array($AUTHOR_KENDRICK,$AUTHOR_ALBERT),
'see'=>array('Sharpen', 'Smudge')),
array('name'=>'Bricks', array('name'=>'Bricks',
'desc'=>'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.', 'desc'=>'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.',
@ -70,10 +74,22 @@ $tools = array(
'desc'=>'This makes parts of the picture (where you move the mouse) look like a chalk drawing.', 'desc'=>'This makes parts of the picture (where you move the mouse) look like a chalk drawing.',
'author'=>$AUTHOR_KENDRICK), 'author'=>$AUTHOR_KENDRICK),
array('name'=>'Color and White',
'desc'=>'This makes parts of your picture two colors: white, and the color chosen in the palette. (i.e., if you choose black, you\'ll get a black and white picture).',
'author'=>$AUTHOR_ANDREWC),
array('name'=>'Color Shift',
'desc'=>'This shifts the colors in your picture.', /* What? */
'author'=>$AUTHOR_ANDREWC),
array('name'=>'Confetti',
'desc'=>'Throw confetti around your picture!',
'author'=>$AUTHOR_ADAMR),
array('name'=>'Darken', array('name'=>'Darken',
'desc'=>'This dakrens the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become black.)', 'desc'=>'This dakrens the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become black.)',
'author'=>$AUTHOR_KENDRICK, 'author'=>$AUTHOR_KENDRICK,
'see'=>array('Fade', 'Tint')), 'see'=>array('Lighten', 'Tint')),
array('name'=>'Distortion', array('name'=>'Distortion',
'desc'=>'This slightly distorts the picture wherever you move the mouse.', 'desc'=>'This slightly distorts the picture wherever you move the mouse.',
@ -83,19 +99,24 @@ $tools = array(
'desc'=>'This makes the paint "drip" wherever you move the mouse.', 'desc'=>'This makes the paint "drip" wherever you move the mouse.',
'author'=>$AUTHOR_KENDRICK), 'author'=>$AUTHOR_KENDRICK),
array('name'=>'Edges',
'desc'=>'Trace the edges in your picture, over a white background.',
'author'=>$AUTHOR_ANDREWC,
'see'=>array('Emboss', 'Silhouette')),
array('name'=>'Emboss', array('name'=>'Emboss',
'desc'=>'This makes parts of your picture look "embossed." Wherever there are sharp edges in your picture, the picture will look raised like it was stamped in metal.', 'desc'=>'This makes parts of your picture look "embossed." Wherever there are sharp edges in your picture, the picture will look raised like it was stamped in metal.',
'author'=>$AUTHOR_KENDRICK),
array('name'=>'Fade',
'desc'=>'This fades the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become white.)',
'author'=>$AUTHOR_KENDRICK, 'author'=>$AUTHOR_KENDRICK,
'see'=>array('Darken', 'Tint')), 'see'=>array('Edges', 'Silhouette')),
array('name'=>'Fill', array('name'=>'Fill',
'desc'=>'This floods the picture with a color. It lets you quickly fill parts of the picture, as if it were a coloring book.', 'desc'=>'This floods the picture with a color. It lets you quickly fill parts of the picture, as if it were a coloring book.',
'author'=>$AUTHOR_KENDRICK), 'author'=>$AUTHOR_KENDRICK),
array('name'=>'Fisheye',
'desc'=>'Warp parts of your picture like it\'s being seen through a fisheye lens.',
'author'=>$AUTHOR_ADAMR),
array('name'=>'Flip', array('name'=>'Flip',
'desc'=>'Similar to "Mirror." Click and the entire image will be turned upside-down.', 'desc'=>'Similar to "Mirror." Click and the entire image will be turned upside-down.',
'author'=>$AUTHOR_KENDRICK, 'author'=>$AUTHOR_KENDRICK,
@ -110,6 +131,10 @@ $tools = array(
'desc'=>'Click and drag the mouse to draw foamy bubbles. The more you drag the mouse in a particular spot, the more likely small bubbles will combine to form bigger bubbles.', 'desc'=>'Click and drag the mouse to draw foamy bubbles. The more you drag the mouse in a particular spot, the more likely small bubbles will combine to form bigger bubbles.',
'author'=>$AUTHOR_KENDRICK), 'author'=>$AUTHOR_KENDRICK),
array('name'=>'Fold',
'desc'=>'Click a corner of your picture and drag towards the center to fold it up like a piece of paper.',
'author'=>array($AUTHOR_ADAMR, $AUTHOR_KENDRICK, $AUTHOR_PERE)),
array('name'=>'Glass Tile', array('name'=>'Glass Tile',
'desc'=>'Click and drag over your picture to make it look like it\'s being seen through glass tiles.', 'desc'=>'Click and drag over your picture to make it look like it\'s being seen through glass tiles.',
'author'=>$AUTHOR_KENDRICK), 'author'=>$AUTHOR_KENDRICK),
@ -121,12 +146,18 @@ $tools = array(
array('name'=>'Kaleidoscope', array('name'=>'Kaleidoscope',
'desc'=>'This paint brush draws in four places at the same time, mirroring symmetrically, both horizontally and vertically. It uses the currently selected color.', 'desc'=>'This paint brush draws in four places at the same time, mirroring symmetrically, both horizontally and vertically. It uses the currently selected color.',
'author'=>$AUTHOR_KENDRICK), 'author'=>$AUTHOR_KENDRICK,
'see'=>'Picasso', 'Rosette'),
array('name'=>'Light', array('name'=>'Light',
'desc'=>'This draws a glowing beam on the canvas, in the currently-selected color. The more you use it on one spot, the more white it becomes.', 'desc'=>'This draws a glowing beam on the canvas, in the currently-selected color. The more you use it on one spot, the more white it becomes.',
'author'=>$AUTHOR_KENDRICK), 'author'=>$AUTHOR_KENDRICK),
array('name'=>'Lighten',
'desc'=>'This fades the colors wherever you drag the mouse. (Do it to the same spot many times, and it will eventually become white.)',
'author'=>$AUTHOR_KENDRICK,
'see'=>array('Darken', 'Tint')),
array('name'=>'Metal Paint', array('name'=>'Metal Paint',
'desc'=>'Click and drag to draw shiny metal using the current color.', 'desc'=>'Click and drag to draw shiny metal using the current color.',
'author'=>$AUTHOR_KENDRICK), 'author'=>$AUTHOR_KENDRICK),
@ -140,30 +171,107 @@ $tools = array(
'desc'=>'This inverts the colors wherever you drag the mouse. (e.g., white becomes black, and vice versa.)', 'desc'=>'This inverts the colors wherever you drag the mouse. (e.g., white becomes black, and vice versa.)',
'author'=>$AUTHOR_KENDRICK), 'author'=>$AUTHOR_KENDRICK),
array('name'=>'Noise',
'desc'=>'Add random noise and static to your picture.',
'author'=>$AUTHOR_ANDREWC),
array('name'=>'Picasso',
'desc'=>'Draw three swirling brushes at once, in a Picasso style.',
'author'=>$AUTHOR_ADAMR,
'see'=>'Rosette', 'Kaleidoscope'),
array('name'=>'Rails',
'desc'=>'Draw connecting locomotive train rails on your picture.',
'author'=>array($AUTHOR_ADAMR, $AUTHOR_PERE, $AUTHOR_KENDRICK)),
array('name'=>'Rain',
'desc'=>'Paint raindrops on your picture.',
'author'=>$AUTHOR_ANDREWC,
'see'=>array('Snow Ball', 'Snow Flake')),
array('name'=>'Rainbow', array('name'=>'Rainbow',
'desc'=>'This is similar to the paint brush, but as you move the mouse around, it cycles through a spectrum of bright colors.', 'desc'=>'This is similar to the paint brush, but as you move the mouse around, it cycles through a spectrum of bright colors.',
'author'=>$AUTHOR_KENDRICK), 'author'=>$AUTHOR_KENDRICK),
array('name'=>'Real Rainbow',
'desc'=>'Draw a transparent arc that looks like a real rainbow.',
'author'=>$AUTHOR_KENDRICK),
array('name'=>'Ripples', array('name'=>'Ripples',
'desc'=>'Click in your picture to make water ripple distortions appear over it.', 'desc'=>'Click in your picture to make water ripple distortions appear over it.',
'author'=>$AUTHOR_KENDRICK), 'author'=>$AUTHOR_KENDRICK),
array('name'=>'Rosette',
'desc'=>'Draw three brushes at once, in a rosette shape.',
'author'=>$AUTHOR_ADAMR,
'see'=>array('Kaleidoscope', 'Picasso')),
array('name'=>'Sharpen',
'desc'=>'Sharpen the focus of the picture.',
'author'=>$AUTHOR_ANDREWC,
'see'=>'Blur'),
array('name'=>'Shift', array('name'=>'Shift',
'desc'=>'This shifts your picture around the canvas. Anything that gets shifts off an edge reappears on the opposite edge.', 'desc'=>'This shifts your picture around the canvas. Anything that gets shifts off an edge reappears on the opposite edge.',
'author'=>$AUTHOR_KENDRICK), 'author'=>$AUTHOR_KENDRICK),
array('name'=>'Silhouette',
'desc'=>'Trace the edges in your picture, over a black background.',
'author'=>$AUTHOR_ANDREWC,
'see'=>array('Edges', 'Emboss')),
array('name'=>'Smudge', array('name'=>'Smudge',
'desc'=>'This pushes the colors around under the mouse, like finger painting with wet paint.', 'desc'=>'This pushes the colors around under the mouse, like finger painting with wet paint.',
'author'=>$AUTHOR_ALBERT), 'author'=>$AUTHOR_ALBERT,
'see'=>'Blur'),
array('name'=>'Snow Ball',
'desc'=>'Fill the picture with snowballs.',
'author'=>$AUTHOR_ANDREWC,
'see'=>array('Rain', 'Snow Flake')),
array('name'=>'Snow Flake',
'desc'=>'Fill the picture with snowflakes.',
'author'=>$AUTHOR_ANDREWC,
'see'=>array('Rain', 'Snow Ball')),
array('name'=>'String V',
'desc'=>'Draw V-shaped string art at any angle.',
'author'=>$AUTHOR_PERE,
'see'=>array('String Corner', 'String Edges')),
array('name'=>'String Corner',
'desc'=>'Draw V-shaped string art at right angles.',
'author'=>$AUTHOR_PERE,
'see'=>array('String V', 'String Edges')),
array('name'=>'String Edges',
'desc'=>'Draw string art around the edges of your picture.',
'author'=>$AUTHOR_PERE,
'see'=>array('String V', 'String Corner')),
array('name'=>'TV',
'desc'=>'Distort your picture so it looks like it\'s on a television (TV).',
'author'=>$AUTHOR_ADAMR),
array('name'=>'Tint', array('name'=>'Tint',
'desc'=>'This changes the color (or hue) of the parts of the picture to the selected color.', 'desc'=>'This changes the color (or hue) of the parts of the picture to the selected color.',
'author'=>$AUTHOR_KENDRICK, 'author'=>$AUTHOR_KENDRICK,
'see'=>array('Fade', 'Darken')), 'see'=>array('Lighten', 'Darken')),
array('name'=>'Toothpaste',
'desc'=>'Paint thick blobs of color on your picture that look like toothpaste.',
'author'=>$AUTHOR_ANDREWC),
array('name'=>'Waves', array('name'=>'Waves',
'desc'=>'Click to make the entire picture wavy. Drag the mouse up and down to change the height of the ripples, and left and right to change the width. Release the mouse button when it looks the way you like it.', 'desc'=>'Click to make the entire picture wavy, side-to-side. Drag the mouse up and down to change the height of the ripples, and left and right to change the width. Release the mouse button when it looks the way you like it.', /* FIXME: Dragging went away! */
'author'=>$AUTHOR_KENDRICK), 'author'=>$AUTHOR_KENDRICK,
'see'=>'Wavelets'),
array('name'=>'Wavelets',
'desc'=>'Click to make the entire picture wavy, up-and-down. Drag the mouse up and down to change the height of the ripples, and left and right to change the width. Release the mouse button when it looks the way you like it.',
'author'=>array($AUTHOR_KENDRICK, $AUTHOR_ADAMR),
'see'=>'Waves'),
); );

View file

@ -0,0 +1,7 @@
Tux Paint "Magic" Tool: String Corner
By Pere Pujal i Carabantes <pere@fornol.no-ip.org>
Draw V-shaped string art at right angles.
See also: String V String Edges

View file

@ -0,0 +1,7 @@
Tux Paint "Magic" Tool: String Edges
By Pere Pujal i Carabantes <pere@fornol.no-ip.org>
Draw string art around the edges of your picture.
See also: String V String Corner

View file

@ -0,0 +1,7 @@
Tux Paint "Magic" Tool: String V
By Pere Pujal i Carabantes <pere@fornol.no-ip.org>
Draw V-shaped string art at any angle.
See also: String Corner String Edges

View file

@ -5,4 +5,4 @@
This changes the color (or hue) of the parts of the picture to the This changes the color (or hue) of the parts of the picture to the
selected color. selected color.
See also: Fade Darken See also: Lighten Darken

View file

@ -0,0 +1,5 @@
Tux Paint "Magic" Tool: Toothpaste
By Andrew Corcoran <akanewbie@gmail.com>
Paint thick blobs of color on your picture that look like toothpaste.

5
magic/magic-docs/tv.txt Normal file
View file

@ -0,0 +1,5 @@
Tux Paint "Magic" Tool: TV
By Adam Rakowski <foo-script@o2.pl>
Distort your picture so it looks like it's on a television (TV).

View file

@ -0,0 +1,10 @@
Tux Paint "Magic" Tool: Wavelets
By Bill Kendrick <bill@newbreedsoftware.com>
Adam Rakowski <foo-script@o2.pl>
Click to make the entire picture wavy, up-and-down. Drag the mouse up and
down to change the height of the ripples, and left and right to change the
width. Release the mouse button when it looks the way you like it.
See also: Waves

View file

@ -2,6 +2,8 @@
By Bill Kendrick <bill@newbreedsoftware.com> By Bill Kendrick <bill@newbreedsoftware.com>
Click to make the entire picture wavy. Drag the mouse up and down to Click to make the entire picture wavy, side-to-side. Drag the mouse up and
change the height of the ripples, and left and right to change the width. down to change the height of the ripples, and left and right to change the
Release the mouse button when it looks the way you like it. width. Release the mouse button when it looks the way you like it.
See also: Wavelets