Syncing docs for new Tile Zoom magic tool
This commit is contained in:
parent
c1a5ca7fb8
commit
c106c61214
40 changed files with 210 additions and 10 deletions
|
|
@ -51,6 +51,7 @@
|
||||||
<li><a href="reflection.html">Reflection</a></li>
|
<li><a href="reflection.html">Reflection</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="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>
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
<h3 align="center">Author:
|
<h3 align="center">Author:
|
||||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||||
<p>Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.</p>
|
<p>Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.</p>
|
||||||
|
<p>See also: <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>
|
||||||
16
magic/magic-docs/en/html/tilezoom.html
Normal file
16
magic/magic-docs/en/html/tilezoom.html
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<body><html><head><title>Tux Paint "Magic" Tool: Zoom</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: Zoom</h1>
|
||||||
|
<h2 align="center">Group: Picture Warps</h2>
|
||||||
|
<h3 align="center">Authors:
|
||||||
|
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>><br>
|
||||||
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>><br>
|
||||||
|
</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>See also: <a href="panels.html">panels</a> <a href="zoom.html">zoom</a> </p>
|
||||||
|
<hr size="1" noshade />
|
||||||
|
<p align="center">Tux Paint 0.9.28</p>
|
||||||
|
</body></html>
|
||||||
|
|
@ -7,7 +7,8 @@
|
||||||
<h2 align="center">Group: Picture Warps</h2>
|
<h2 align="center">Group: Picture Warps</h2>
|
||||||
<h3 align="center">Author:
|
<h3 align="center">Author:
|
||||||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h3>
|
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h3>
|
||||||
<p>Click and drag up to zoom in, or down to zoom out.</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>
|
||||||
<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>
|
||||||
|
|
@ -47,6 +47,7 @@ Picture Warps
|
||||||
* Reflection
|
* Reflection
|
||||||
* Shift
|
* Shift
|
||||||
* Stretch
|
* Stretch
|
||||||
|
* Zoom
|
||||||
* Waves
|
* Waves
|
||||||
* Wavelets
|
* Wavelets
|
||||||
* Zoom
|
* Zoom
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,8 @@
|
||||||
Shrink the image and repeat it four times in a 2-by-2 grid. Useful for
|
Shrink the image and repeat it four times in a 2-by-2 grid. Useful for
|
||||||
creating 4-panel comics. Can also be used to create a compound-eye effect.
|
creating 4-panel comics. Can also be used to create a compound-eye effect.
|
||||||
|
|
||||||
|
See also: tilezoom
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Tux Paint 0.9.28
|
Tux Paint 0.9.28
|
||||||
|
|
|
||||||
15
magic/magic-docs/en/tilezoom.txt
Normal file
15
magic/magic-docs/en/tilezoom.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
Tux Paint "Magic" Tool: Zoom
|
||||||
|
|
||||||
|
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. When scaling down, your
|
||||||
|
image will be tiled across the canvas.
|
||||||
|
|
||||||
|
See also: panels zoom
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.28
|
||||||
|
|
@ -4,7 +4,10 @@
|
||||||
|
|
||||||
Author: Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
Author: Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||||
|
|
||||||
Click and drag up to zoom in, or down to zoom out.
|
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.)
|
||||||
|
|
||||||
|
See also: tilezoom
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,7 @@
|
||||||
<li><a href="reflection.html">Reflection</a></li>
|
<li><a href="reflection.html">Reflection</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="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>
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
<h3 align="center">Author:
|
<h3 align="center">Author:
|
||||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||||
<p>Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.</p>
|
<p>Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.</p>
|
||||||
|
<p>See also: <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>
|
||||||
16
magic/magic-docs/es_ES.UTF-8/html/tilezoom.html
Normal file
16
magic/magic-docs/es_ES.UTF-8/html/tilezoom.html
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<body><html><head><title>Tux Paint "Magic" Tool: Zoom</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: Zoom</h1>
|
||||||
|
<h2 align="center">Group: Picture Warps</h2>
|
||||||
|
<h3 align="center">Authors:
|
||||||
|
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>><br>
|
||||||
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>><br>
|
||||||
|
</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>See also: <a href="panels.html">panels</a> <a href="zoom.html">zoom</a> </p>
|
||||||
|
<hr size="1" noshade />
|
||||||
|
<p align="center">Tux Paint 0.9.28</p>
|
||||||
|
</body></html>
|
||||||
|
|
@ -7,7 +7,8 @@
|
||||||
<h2 align="center">Group: Picture Warps</h2>
|
<h2 align="center">Group: Picture Warps</h2>
|
||||||
<h3 align="center">Author:
|
<h3 align="center">Author:
|
||||||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h3>
|
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h3>
|
||||||
<p>Click and drag up to zoom in, or down to zoom out.</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>
|
||||||
<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>
|
||||||
|
|
@ -47,6 +47,7 @@ Picture Warps
|
||||||
* Reflection
|
* Reflection
|
||||||
* Shift
|
* Shift
|
||||||
* Stretch
|
* Stretch
|
||||||
|
* Zoom
|
||||||
* Waves
|
* Waves
|
||||||
* Wavelets
|
* Wavelets
|
||||||
* Zoom
|
* Zoom
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,8 @@
|
||||||
Shrink the image and repeat it four times in a 2-by-2 grid. Useful for
|
Shrink the image and repeat it four times in a 2-by-2 grid. Useful for
|
||||||
creating 4-panel comics. Can also be used to create a compound-eye effect.
|
creating 4-panel comics. Can also be used to create a compound-eye effect.
|
||||||
|
|
||||||
|
See also: tilezoom
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Tux Paint 0.9.28
|
Tux Paint 0.9.28
|
||||||
|
|
|
||||||
15
magic/magic-docs/es_ES.UTF-8/tilezoom.txt
Normal file
15
magic/magic-docs/es_ES.UTF-8/tilezoom.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
Tux Paint "Magic" Tool: Zoom
|
||||||
|
|
||||||
|
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. When scaling down, your
|
||||||
|
image will be tiled across the canvas.
|
||||||
|
|
||||||
|
See also: panels zoom
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.28
|
||||||
|
|
@ -4,7 +4,10 @@
|
||||||
|
|
||||||
Author: Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
Author: Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||||
|
|
||||||
Click and drag up to zoom in, or down to zoom out.
|
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.)
|
||||||
|
|
||||||
|
See also: tilezoom
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,7 @@
|
||||||
<li><a href="reflection.html">Reflection</a></li>
|
<li><a href="reflection.html">Reflection</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="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>
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
<h3 align="center">Author:
|
<h3 align="center">Author:
|
||||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||||
<p>Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.</p>
|
<p>Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.</p>
|
||||||
|
<p>See also: <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>
|
||||||
16
magic/magic-docs/fr_FR.UTF-8/html/tilezoom.html
Normal file
16
magic/magic-docs/fr_FR.UTF-8/html/tilezoom.html
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<body><html><head><title>Tux Paint "Magic" Tool: Zoom</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: Zoom</h1>
|
||||||
|
<h2 align="center">Group: Picture Warps</h2>
|
||||||
|
<h3 align="center">Authors:
|
||||||
|
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>><br>
|
||||||
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>><br>
|
||||||
|
</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>See also: <a href="panels.html">panels</a> <a href="zoom.html">zoom</a> </p>
|
||||||
|
<hr size="1" noshade />
|
||||||
|
<p align="center">Tux Paint 0.9.28</p>
|
||||||
|
</body></html>
|
||||||
|
|
@ -7,7 +7,8 @@
|
||||||
<h2 align="center">Group: Picture Warps</h2>
|
<h2 align="center">Group: Picture Warps</h2>
|
||||||
<h3 align="center">Author:
|
<h3 align="center">Author:
|
||||||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h3>
|
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h3>
|
||||||
<p>Click and drag up to zoom in, or down to zoom out.</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>
|
||||||
<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>
|
||||||
|
|
@ -47,6 +47,7 @@ Picture Warps
|
||||||
* Reflection
|
* Reflection
|
||||||
* Shift
|
* Shift
|
||||||
* Stretch
|
* Stretch
|
||||||
|
* Zoom
|
||||||
* Waves
|
* Waves
|
||||||
* Wavelets
|
* Wavelets
|
||||||
* Zoom
|
* Zoom
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,8 @@
|
||||||
Shrink the image and repeat it four times in a 2-by-2 grid. Useful for
|
Shrink the image and repeat it four times in a 2-by-2 grid. Useful for
|
||||||
creating 4-panel comics. Can also be used to create a compound-eye effect.
|
creating 4-panel comics. Can also be used to create a compound-eye effect.
|
||||||
|
|
||||||
|
See also: tilezoom
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Tux Paint 0.9.28
|
Tux Paint 0.9.28
|
||||||
|
|
|
||||||
15
magic/magic-docs/fr_FR.UTF-8/tilezoom.txt
Normal file
15
magic/magic-docs/fr_FR.UTF-8/tilezoom.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
Tux Paint "Magic" Tool: Zoom
|
||||||
|
|
||||||
|
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. When scaling down, your
|
||||||
|
image will be tiled across the canvas.
|
||||||
|
|
||||||
|
See also: panels zoom
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.28
|
||||||
|
|
@ -4,7 +4,10 @@
|
||||||
|
|
||||||
Author: Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
Author: Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||||
|
|
||||||
Click and drag up to zoom in, or down to zoom out.
|
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.)
|
||||||
|
|
||||||
|
See also: tilezoom
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,7 @@
|
||||||
<li><a href="reflection.html">Reflection</a></li>
|
<li><a href="reflection.html">Reflection</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="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>
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
<h3 align="center">Author:
|
<h3 align="center">Author:
|
||||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||||
<p>Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.</p>
|
<p>Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.</p>
|
||||||
|
<p>See also: <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>
|
||||||
16
magic/magic-docs/gl_ES.UTF-8/html/tilezoom.html
Normal file
16
magic/magic-docs/gl_ES.UTF-8/html/tilezoom.html
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<body><html><head><title>Tux Paint "Magic" Tool: Zoom</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: Zoom</h1>
|
||||||
|
<h2 align="center">Group: Picture Warps</h2>
|
||||||
|
<h3 align="center">Authors:
|
||||||
|
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>><br>
|
||||||
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>><br>
|
||||||
|
</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>See also: <a href="panels.html">panels</a> <a href="zoom.html">zoom</a> </p>
|
||||||
|
<hr size="1" noshade />
|
||||||
|
<p align="center">Tux Paint 0.9.28</p>
|
||||||
|
</body></html>
|
||||||
|
|
@ -7,7 +7,8 @@
|
||||||
<h2 align="center">Group: Picture Warps</h2>
|
<h2 align="center">Group: Picture Warps</h2>
|
||||||
<h3 align="center">Author:
|
<h3 align="center">Author:
|
||||||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h3>
|
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h3>
|
||||||
<p>Click and drag up to zoom in, or down to zoom out.</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>
|
||||||
<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>
|
||||||
|
|
@ -47,6 +47,7 @@ Picture Warps
|
||||||
* Reflection
|
* Reflection
|
||||||
* Mai**sculas
|
* Mai**sculas
|
||||||
* Stretch
|
* Stretch
|
||||||
|
* Zoom
|
||||||
* Waves
|
* Waves
|
||||||
* Wavelets
|
* Wavelets
|
||||||
* Zoom
|
* Zoom
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,8 @@
|
||||||
Shrink the image and repeat it four times in a 2-by-2 grid. Useful for
|
Shrink the image and repeat it four times in a 2-by-2 grid. Useful for
|
||||||
creating 4-panel comics. Can also be used to create a compound-eye effect.
|
creating 4-panel comics. Can also be used to create a compound-eye effect.
|
||||||
|
|
||||||
|
See also: tilezoom
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Tux Paint 0.9.28
|
Tux Paint 0.9.28
|
||||||
|
|
|
||||||
15
magic/magic-docs/gl_ES.UTF-8/tilezoom.txt
Normal file
15
magic/magic-docs/gl_ES.UTF-8/tilezoom.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
Tux Paint "Magic" Tool: Zoom
|
||||||
|
|
||||||
|
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. When scaling down, your
|
||||||
|
image will be tiled across the canvas.
|
||||||
|
|
||||||
|
See also: panels zoom
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.28
|
||||||
|
|
@ -4,7 +4,10 @@
|
||||||
|
|
||||||
Author: Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
Author: Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||||
|
|
||||||
Click and drag up to zoom in, or down to zoom out.
|
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.)
|
||||||
|
|
||||||
|
See also: tilezoom
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,7 @@
|
||||||
<li><a href="reflection.html">Reflection</a></li>
|
<li><a href="reflection.html">Reflection</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="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>
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
<h3 align="center">Author:
|
<h3 align="center">Author:
|
||||||
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>></h3>
|
||||||
<p>Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.</p>
|
<p>Shrink the image and repeat it four times in a 2-by-2 grid. Useful for creating 4-panel comics. Can also be used to create a compound-eye effect.</p>
|
||||||
|
<p>See also: <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>
|
||||||
16
magic/magic-docs/ja_JP.UTF-8/html/tilezoom.html
Normal file
16
magic/magic-docs/ja_JP.UTF-8/html/tilezoom.html
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||||
|
<body><html><head><title>Tux Paint "Magic" Tool: Zoom</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: Zoom</h1>
|
||||||
|
<h2 align="center">Group: Picture Warps</h2>
|
||||||
|
<h3 align="center">Authors:
|
||||||
|
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>><br>
|
||||||
|
Bill Kendrick <<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>><br>
|
||||||
|
</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>See also: <a href="panels.html">panels</a> <a href="zoom.html">zoom</a> </p>
|
||||||
|
<hr size="1" noshade />
|
||||||
|
<p align="center">Tux Paint 0.9.28</p>
|
||||||
|
</body></html>
|
||||||
|
|
@ -7,7 +7,8 @@
|
||||||
<h2 align="center">Group: Picture Warps</h2>
|
<h2 align="center">Group: Picture Warps</h2>
|
||||||
<h3 align="center">Author:
|
<h3 align="center">Author:
|
||||||
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h3>
|
Pere Pujal i Carabantes <<a href="mailto:pere@fornol.no-ip.org">pere@fornol.no-ip.org</a>></h3>
|
||||||
<p>Click and drag up to zoom in, or down to zoom out.</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>
|
||||||
<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>
|
||||||
|
|
@ -47,6 +47,7 @@ Picture Warps
|
||||||
* Reflection
|
* Reflection
|
||||||
* Shift
|
* Shift
|
||||||
* Stretch
|
* Stretch
|
||||||
|
* Zoom
|
||||||
* Waves
|
* Waves
|
||||||
* Wavelets
|
* Wavelets
|
||||||
* Zoom
|
* Zoom
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,8 @@
|
||||||
Shrink the image and repeat it four times in a 2-by-2 grid. Useful for
|
Shrink the image and repeat it four times in a 2-by-2 grid. Useful for
|
||||||
creating 4-panel comics. Can also be used to create a compound-eye effect.
|
creating 4-panel comics. Can also be used to create a compound-eye effect.
|
||||||
|
|
||||||
|
See also: tilezoom
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
Tux Paint 0.9.28
|
Tux Paint 0.9.28
|
||||||
|
|
|
||||||
15
magic/magic-docs/ja_JP.UTF-8/tilezoom.txt
Normal file
15
magic/magic-docs/ja_JP.UTF-8/tilezoom.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
Tux Paint "Magic" Tool: Zoom
|
||||||
|
|
||||||
|
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. When scaling down, your
|
||||||
|
image will be tiled across the canvas.
|
||||||
|
|
||||||
|
See also: panels zoom
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
Tux Paint 0.9.28
|
||||||
|
|
@ -4,7 +4,10 @@
|
||||||
|
|
||||||
Author: Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
Author: Pere Pujal i Carabantes <pere@fornol.no-ip.org>
|
||||||
|
|
||||||
Click and drag up to zoom in, or down to zoom out.
|
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.)
|
||||||
|
|
||||||
|
See also: tilezoom
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue