Update Magic docs after adding Rush (& fixing Tile Zoom)

This commit is contained in:
Bill Kendrick 2022-05-07 17:16:27 -07:00
parent 60e90d47d9
commit d5dc33fb6a
40 changed files with 210 additions and 45 deletions

View file

@ -49,9 +49,10 @@
<li><a href="panels.html">Panels</a></li> <li><a href="panels.html">Panels</a></li>
<li><a href="perspective.html">Perspective</a></li> <li><a href="perspective.html">Perspective</a></li>
<li><a href="reflection.html">Reflection</a></li> <li><a href="reflection.html">Reflection</a></li>
<li><a href="rush.html">Rush</a></li>
<li><a href="shift.html">Shift</a></li> <li><a href="shift.html">Shift</a></li>
<li><a href="stretch.html">Stretch</a></li> <li><a href="stretch.html">Stretch</a></li>
<li><a href="tilezoom.html">Zoom</a></li> <li><a href="tilezoom.html">Tile Zoom</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> <li><a href="wavelets.html">Wavelets</a></li>
<li><a href="zoom.html">Zoom</a></li> <li><a href="zoom.html">Zoom</a></li>

View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Rush</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: Rush</h1>
<h2 align="center">Group: Picture Warps</h2>
<h3 align="center">Authors:
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>
</h3>
<p>Click and drag up to zoom in, or down to zoom out. The results will be blurred/smeared.</p>
<p>See also: <a href="rush.html">rush</a> <a href="tilezoom.html">tilezoom</a> <a href="zoom.html">zoom</a> </p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.28</p>
</body></html>

View file

@ -1,16 +1,16 @@
<!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: Zoom</title> <body><html><head><title>Tux Paint "Magic" Tool: Tile Zoom</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: Zoom</h1> <h1 align="center">Tux Paint "Magic" Tool: Tile Zoom</h1>
<h2 align="center">Group: Picture Warps</h2> <h2 align="center">Group: Picture Warps</h2>
<h3 align="center">Authors: <h3 align="center">Authors:
Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</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> Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;<br>
</h3> </h3>
<p>Click and drag up to zoom in, or down to zoom out. When scaling down, your image will be tiled across the canvas.</p> <p>Click and drag up to zoom in, or down to zoom out. When scaling down, your image will be tiled across the canvas.</p>
<p>See also: <a href="panels.html">panels</a> <a href="zoom.html">zoom</a> </p> <p>See also: <a href="panels.html">panels</a> <a href="rush.html">rush</a> <a href="zoom.html">zoom</a> </p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.28</p> <p align="center">Tux Paint 0.9.28</p>
</body></html> </body></html>

View file

@ -8,7 +8,7 @@
<h3 align="center">Author: <h3 align="center">Author:
Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>&gt;</h3> Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>&gt;</h3>
<p>Click and drag up to zoom in, or down to zoom out. (When scaling down, your chosen color will be used as a background color.)</p> <p>Click and drag up to zoom in, or down to zoom out. (When scaling down, your chosen color will be used as a background color.)</p>
<p>See also: <a href="tilezoom.html">tilezoom</a> </p> <p>See also: <a href="rush.html">rush</a> <a href="tilezoom.html">tilezoom</a> </p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.28</p> <p align="center">Tux Paint 0.9.28</p>
</body></html> </body></html>

View file

@ -45,9 +45,10 @@ Picture Warps
* Panels * Panels
* Perspective * Perspective
* Reflection * Reflection
* Rush
* Shift * Shift
* Stretch * Stretch
* Zoom * Tile Zoom
* Waves * Waves
* Wavelets * Wavelets
* Zoom * Zoom

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Rush
Group: Picture Warps
Authors: Pere Pujal i Carabantes <pere@fornol.no-ip.org>
Bill Kendrick <bill@newbreedsoftware.com>
Click and drag up to zoom in, or down to zoom out. The results will be
blurred/smeared.
See also: rush tilezoom zoom
----------------------------------------------------------------------
Tux Paint 0.9.28

View file

@ -1,4 +1,4 @@
Tux Paint "Magic" Tool: Zoom Tux Paint "Magic" Tool: Tile Zoom
Group: Picture Warps Group: Picture Warps
@ -8,7 +8,7 @@
Click and drag up to zoom in, or down to zoom out. When scaling down, your Click and drag up to zoom in, or down to zoom out. When scaling down, your
image will be tiled across the canvas. image will be tiled across the canvas.
See also: panels zoom See also: panels rush zoom
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -7,7 +7,7 @@
Click and drag up to zoom in, or down to zoom out. (When scaling down, Click and drag up to zoom in, or down to zoom out. (When scaling down,
your chosen color will be used as a background color.) your chosen color will be used as a background color.)
See also: tilezoom See also: rush tilezoom
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -49,9 +49,10 @@
<li><a href="panels.html">Panels</a></li> <li><a href="panels.html">Panels</a></li>
<li><a href="perspective.html">Perspective</a></li> <li><a href="perspective.html">Perspective</a></li>
<li><a href="reflection.html">Reflection</a></li> <li><a href="reflection.html">Reflection</a></li>
<li><a href="rush.html">Rush</a></li>
<li><a href="shift.html">Shift</a></li> <li><a href="shift.html">Shift</a></li>
<li><a href="stretch.html">Stretch</a></li> <li><a href="stretch.html">Stretch</a></li>
<li><a href="tilezoom.html">Zoom</a></li> <li><a href="tilezoom.html">Tile Zoom</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> <li><a href="wavelets.html">Wavelets</a></li>
<li><a href="zoom.html">Zoom</a></li> <li><a href="zoom.html">Zoom</a></li>

View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Rush</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: Rush</h1>
<h2 align="center">Group: Picture Warps</h2>
<h3 align="center">Authors:
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>
</h3>
<p>Click and drag up to zoom in, or down to zoom out. The results will be blurred/smeared.</p>
<p>See also: <a href="rush.html">rush</a> <a href="tilezoom.html">tilezoom</a> <a href="zoom.html">zoom</a> </p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.28</p>
</body></html>

View file

@ -1,16 +1,16 @@
<!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: Zoom</title> <body><html><head><title>Tux Paint "Magic" Tool: Tile Zoom</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: Zoom</h1> <h1 align="center">Tux Paint "Magic" Tool: Tile Zoom</h1>
<h2 align="center">Group: Picture Warps</h2> <h2 align="center">Group: Picture Warps</h2>
<h3 align="center">Authors: <h3 align="center">Authors:
Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</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> Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;<br>
</h3> </h3>
<p>Click and drag up to zoom in, or down to zoom out. When scaling down, your image will be tiled across the canvas.</p> <p>Click and drag up to zoom in, or down to zoom out. When scaling down, your image will be tiled across the canvas.</p>
<p>See also: <a href="panels.html">panels</a> <a href="zoom.html">zoom</a> </p> <p>See also: <a href="panels.html">panels</a> <a href="rush.html">rush</a> <a href="zoom.html">zoom</a> </p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.28</p> <p align="center">Tux Paint 0.9.28</p>
</body></html> </body></html>

View file

@ -8,7 +8,7 @@
<h3 align="center">Author: <h3 align="center">Author:
Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>&gt;</h3> Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>&gt;</h3>
<p>Click and drag up to zoom in, or down to zoom out. (When scaling down, your chosen color will be used as a background color.)</p> <p>Click and drag up to zoom in, or down to zoom out. (When scaling down, your chosen color will be used as a background color.)</p>
<p>See also: <a href="tilezoom.html">tilezoom</a> </p> <p>See also: <a href="rush.html">rush</a> <a href="tilezoom.html">tilezoom</a> </p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.28</p> <p align="center">Tux Paint 0.9.28</p>
</body></html> </body></html>

View file

@ -45,9 +45,10 @@ Picture Warps
* Panels * Panels
* Perspective * Perspective
* Reflection * Reflection
* Rush
* Shift * Shift
* Stretch * Stretch
* Zoom * Tile Zoom
* Waves * Waves
* Wavelets * Wavelets
* Zoom * Zoom

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Rush
Group: Picture Warps
Authors: Pere Pujal i Carabantes <pere@fornol.no-ip.org>
Bill Kendrick <bill@newbreedsoftware.com>
Click and drag up to zoom in, or down to zoom out. The results will be
blurred/smeared.
See also: rush tilezoom zoom
----------------------------------------------------------------------
Tux Paint 0.9.28

View file

@ -1,4 +1,4 @@
Tux Paint "Magic" Tool: Zoom Tux Paint "Magic" Tool: Tile Zoom
Group: Picture Warps Group: Picture Warps
@ -8,7 +8,7 @@
Click and drag up to zoom in, or down to zoom out. When scaling down, your Click and drag up to zoom in, or down to zoom out. When scaling down, your
image will be tiled across the canvas. image will be tiled across the canvas.
See also: panels zoom See also: panels rush zoom
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -7,7 +7,7 @@
Click and drag up to zoom in, or down to zoom out. (When scaling down, Click and drag up to zoom in, or down to zoom out. (When scaling down,
your chosen color will be used as a background color.) your chosen color will be used as a background color.)
See also: tilezoom See also: rush tilezoom
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -49,9 +49,10 @@
<li><a href="panels.html">Panels</a></li> <li><a href="panels.html">Panels</a></li>
<li><a href="perspective.html">Perspective</a></li> <li><a href="perspective.html">Perspective</a></li>
<li><a href="reflection.html">Reflection</a></li> <li><a href="reflection.html">Reflection</a></li>
<li><a href="rush.html">Rush</a></li>
<li><a href="shift.html">Shift</a></li> <li><a href="shift.html">Shift</a></li>
<li><a href="stretch.html">Stretch</a></li> <li><a href="stretch.html">Stretch</a></li>
<li><a href="tilezoom.html">Zoom</a></li> <li><a href="tilezoom.html">Tile Zoom</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> <li><a href="wavelets.html">Wavelets</a></li>
<li><a href="zoom.html">Zoom</a></li> <li><a href="zoom.html">Zoom</a></li>

View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Rush</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: Rush</h1>
<h2 align="center">Group: Picture Warps</h2>
<h3 align="center">Authors:
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>
</h3>
<p>Click and drag up to zoom in, or down to zoom out. The results will be blurred/smeared.</p>
<p>See also: <a href="rush.html">rush</a> <a href="tilezoom.html">tilezoom</a> <a href="zoom.html">zoom</a> </p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.28</p>
</body></html>

View file

@ -1,16 +1,16 @@
<!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: Zoom</title> <body><html><head><title>Tux Paint "Magic" Tool: Tile Zoom</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: Zoom</h1> <h1 align="center">Tux Paint "Magic" Tool: Tile Zoom</h1>
<h2 align="center">Group: Picture Warps</h2> <h2 align="center">Group: Picture Warps</h2>
<h3 align="center">Authors: <h3 align="center">Authors:
Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</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> Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;<br>
</h3> </h3>
<p>Click and drag up to zoom in, or down to zoom out. When scaling down, your image will be tiled across the canvas.</p> <p>Click and drag up to zoom in, or down to zoom out. When scaling down, your image will be tiled across the canvas.</p>
<p>See also: <a href="panels.html">panels</a> <a href="zoom.html">zoom</a> </p> <p>See also: <a href="panels.html">panels</a> <a href="rush.html">rush</a> <a href="zoom.html">zoom</a> </p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.28</p> <p align="center">Tux Paint 0.9.28</p>
</body></html> </body></html>

View file

@ -8,7 +8,7 @@
<h3 align="center">Author: <h3 align="center">Author:
Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>&gt;</h3> Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>&gt;</h3>
<p>Click and drag up to zoom in, or down to zoom out. (When scaling down, your chosen color will be used as a background color.)</p> <p>Click and drag up to zoom in, or down to zoom out. (When scaling down, your chosen color will be used as a background color.)</p>
<p>See also: <a href="tilezoom.html">tilezoom</a> </p> <p>See also: <a href="rush.html">rush</a> <a href="tilezoom.html">tilezoom</a> </p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.28</p> <p align="center">Tux Paint 0.9.28</p>
</body></html> </body></html>

View file

@ -45,9 +45,10 @@ Picture Warps
* Panels * Panels
* Perspective * Perspective
* Reflection * Reflection
* Rush
* Shift * Shift
* Stretch * Stretch
* Zoom * Tile Zoom
* Waves * Waves
* Wavelets * Wavelets
* Zoom * Zoom

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Rush
Group: Picture Warps
Authors: Pere Pujal i Carabantes <pere@fornol.no-ip.org>
Bill Kendrick <bill@newbreedsoftware.com>
Click and drag up to zoom in, or down to zoom out. The results will be
blurred/smeared.
See also: rush tilezoom zoom
----------------------------------------------------------------------
Tux Paint 0.9.28

View file

@ -1,4 +1,4 @@
Tux Paint "Magic" Tool: Zoom Tux Paint "Magic" Tool: Tile Zoom
Group: Picture Warps Group: Picture Warps
@ -8,7 +8,7 @@
Click and drag up to zoom in, or down to zoom out. When scaling down, your Click and drag up to zoom in, or down to zoom out. When scaling down, your
image will be tiled across the canvas. image will be tiled across the canvas.
See also: panels zoom See also: panels rush zoom
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -7,7 +7,7 @@
Click and drag up to zoom in, or down to zoom out. (When scaling down, Click and drag up to zoom in, or down to zoom out. (When scaling down,
your chosen color will be used as a background color.) your chosen color will be used as a background color.)
See also: tilezoom See also: rush tilezoom
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -49,9 +49,10 @@
<li><a href="panels.html">Panels</a></li> <li><a href="panels.html">Panels</a></li>
<li><a href="perspective.html">Perspective</a></li> <li><a href="perspective.html">Perspective</a></li>
<li><a href="reflection.html">Reflection</a></li> <li><a href="reflection.html">Reflection</a></li>
<li><a href="rush.html">Rush</a></li>
<li><a href="shift.html">Maiúsculas</a></li> <li><a href="shift.html">Maiúsculas</a></li>
<li><a href="stretch.html">Stretch</a></li> <li><a href="stretch.html">Stretch</a></li>
<li><a href="tilezoom.html">Zoom</a></li> <li><a href="tilezoom.html">Tile Zoom</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> <li><a href="wavelets.html">Wavelets</a></li>
<li><a href="zoom.html">Zoom</a></li> <li><a href="zoom.html">Zoom</a></li>

View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Rush</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: Rush</h1>
<h2 align="center">Group: Picture Warps</h2>
<h3 align="center">Authors:
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>
</h3>
<p>Click and drag up to zoom in, or down to zoom out. The results will be blurred/smeared.</p>
<p>See also: <a href="rush.html">rush</a> <a href="tilezoom.html">tilezoom</a> <a href="zoom.html">zoom</a> </p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.28</p>
</body></html>

View file

@ -1,16 +1,16 @@
<!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: Zoom</title> <body><html><head><title>Tux Paint "Magic" Tool: Tile Zoom</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: Zoom</h1> <h1 align="center">Tux Paint "Magic" Tool: Tile Zoom</h1>
<h2 align="center">Group: Picture Warps</h2> <h2 align="center">Group: Picture Warps</h2>
<h3 align="center">Authors: <h3 align="center">Authors:
Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</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> Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;<br>
</h3> </h3>
<p>Click and drag up to zoom in, or down to zoom out. When scaling down, your image will be tiled across the canvas.</p> <p>Click and drag up to zoom in, or down to zoom out. When scaling down, your image will be tiled across the canvas.</p>
<p>See also: <a href="panels.html">panels</a> <a href="zoom.html">zoom</a> </p> <p>See also: <a href="panels.html">panels</a> <a href="rush.html">rush</a> <a href="zoom.html">zoom</a> </p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.28</p> <p align="center">Tux Paint 0.9.28</p>
</body></html> </body></html>

View file

@ -8,7 +8,7 @@
<h3 align="center">Author: <h3 align="center">Author:
Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>&gt;</h3> Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>&gt;</h3>
<p>Click and drag up to zoom in, or down to zoom out. (When scaling down, your chosen color will be used as a background color.)</p> <p>Click and drag up to zoom in, or down to zoom out. (When scaling down, your chosen color will be used as a background color.)</p>
<p>See also: <a href="tilezoom.html">tilezoom</a> </p> <p>See also: <a href="rush.html">rush</a> <a href="tilezoom.html">tilezoom</a> </p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.28</p> <p align="center">Tux Paint 0.9.28</p>
</body></html> </body></html>

View file

@ -45,9 +45,10 @@ Picture Warps
* Panels * Panels
* Perspective * Perspective
* Reflection * Reflection
* Rush
* Mai**sculas * Mai**sculas
* Stretch * Stretch
* Zoom * Tile Zoom
* Waves * Waves
* Wavelets * Wavelets
* Zoom * Zoom

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Rush
Group: Picture Warps
Authors: Pere Pujal i Carabantes <pere@fornol.no-ip.org>
Bill Kendrick <bill@newbreedsoftware.com>
Click and drag up to zoom in, or down to zoom out. The results will be
blurred/smeared.
See also: rush tilezoom zoom
----------------------------------------------------------------------
Tux Paint 0.9.28

View file

@ -1,4 +1,4 @@
Tux Paint "Magic" Tool: Zoom Tux Paint "Magic" Tool: Tile Zoom
Group: Picture Warps Group: Picture Warps
@ -8,7 +8,7 @@
Click and drag up to zoom in, or down to zoom out. When scaling down, your Click and drag up to zoom in, or down to zoom out. When scaling down, your
image will be tiled across the canvas. image will be tiled across the canvas.
See also: panels zoom See also: panels rush zoom
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -7,7 +7,7 @@
Click and drag up to zoom in, or down to zoom out. (When scaling down, Click and drag up to zoom in, or down to zoom out. (When scaling down,
your chosen color will be used as a background color.) your chosen color will be used as a background color.)
See also: tilezoom See also: rush tilezoom
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -49,9 +49,10 @@
<li><a href="panels.html">Panels</a></li> <li><a href="panels.html">Panels</a></li>
<li><a href="perspective.html">Perspective</a></li> <li><a href="perspective.html">Perspective</a></li>
<li><a href="reflection.html">Reflection</a></li> <li><a href="reflection.html">Reflection</a></li>
<li><a href="rush.html">Rush</a></li>
<li><a href="shift.html">Shift</a></li> <li><a href="shift.html">Shift</a></li>
<li><a href="stretch.html">Stretch</a></li> <li><a href="stretch.html">Stretch</a></li>
<li><a href="tilezoom.html">Zoom</a></li> <li><a href="tilezoom.html">Tile Zoom</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> <li><a href="wavelets.html">Wavelets</a></li>
<li><a href="zoom.html">Zoom</a></li> <li><a href="zoom.html">Zoom</a></li>

View file

@ -0,0 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<body><html><head><title>Tux Paint "Magic" Tool: Rush</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: Rush</h1>
<h2 align="center">Group: Picture Warps</h2>
<h3 align="center">Authors:
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>
</h3>
<p>Click and drag up to zoom in, or down to zoom out. The results will be blurred/smeared.</p>
<p>See also: <a href="rush.html">rush</a> <a href="tilezoom.html">tilezoom</a> <a href="zoom.html">zoom</a> </p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.28</p>
</body></html>

View file

@ -1,16 +1,16 @@
<!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: Zoom</title> <body><html><head><title>Tux Paint "Magic" Tool: Tile Zoom</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: Zoom</h1> <h1 align="center">Tux Paint "Magic" Tool: Tile Zoom</h1>
<h2 align="center">Group: Picture Warps</h2> <h2 align="center">Group: Picture Warps</h2>
<h3 align="center">Authors: <h3 align="center">Authors:
Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</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> Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;<br>
</h3> </h3>
<p>Click and drag up to zoom in, or down to zoom out. When scaling down, your image will be tiled across the canvas.</p> <p>Click and drag up to zoom in, or down to zoom out. When scaling down, your image will be tiled across the canvas.</p>
<p>See also: <a href="panels.html">panels</a> <a href="zoom.html">zoom</a> </p> <p>See also: <a href="panels.html">panels</a> <a href="rush.html">rush</a> <a href="zoom.html">zoom</a> </p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.28</p> <p align="center">Tux Paint 0.9.28</p>
</body></html> </body></html>

View file

@ -8,7 +8,7 @@
<h3 align="center">Author: <h3 align="center">Author:
Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>&gt;</h3> Pere Pujal i Carabantes &lt;<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>&gt;</h3>
<p>Click and drag up to zoom in, or down to zoom out. (When scaling down, your chosen color will be used as a background color.)</p> <p>Click and drag up to zoom in, or down to zoom out. (When scaling down, your chosen color will be used as a background color.)</p>
<p>See also: <a href="tilezoom.html">tilezoom</a> </p> <p>See also: <a href="rush.html">rush</a> <a href="tilezoom.html">tilezoom</a> </p>
<hr size="1" noshade /> <hr size="1" noshade />
<p align="center">Tux Paint 0.9.28</p> <p align="center">Tux Paint 0.9.28</p>
</body></html> </body></html>

View file

@ -45,9 +45,10 @@ Picture Warps
* Panels * Panels
* Perspective * Perspective
* Reflection * Reflection
* Rush
* Shift * Shift
* Stretch * Stretch
* Zoom * Tile Zoom
* Waves * Waves
* Wavelets * Wavelets
* Zoom * Zoom

View file

@ -0,0 +1,15 @@
Tux Paint "Magic" Tool: Rush
Group: Picture Warps
Authors: Pere Pujal i Carabantes <pere@fornol.no-ip.org>
Bill Kendrick <bill@newbreedsoftware.com>
Click and drag up to zoom in, or down to zoom out. The results will be
blurred/smeared.
See also: rush tilezoom zoom
----------------------------------------------------------------------
Tux Paint 0.9.28

View file

@ -1,4 +1,4 @@
Tux Paint "Magic" Tool: Zoom Tux Paint "Magic" Tool: Tile Zoom
Group: Picture Warps Group: Picture Warps
@ -8,7 +8,7 @@
Click and drag up to zoom in, or down to zoom out. When scaling down, your Click and drag up to zoom in, or down to zoom out. When scaling down, your
image will be tiled across the canvas. image will be tiled across the canvas.
See also: panels zoom See also: panels rush zoom
---------------------------------------------------------------------- ----------------------------------------------------------------------

View file

@ -7,7 +7,7 @@
Click and drag up to zoom in, or down to zoom out. (When scaling down, Click and drag up to zoom in, or down to zoom out. (When scaling down,
your chosen color will be used as a background color.) your chosen color will be used as a background color.)
See also: tilezoom See also: rush tilezoom
---------------------------------------------------------------------- ----------------------------------------------------------------------