Syncing docs for new Tile Zoom magic tool

This commit is contained in:
Bill Kendrick 2022-01-30 02:27:32 -08:00
parent c1a5ca7fb8
commit c106c61214
40 changed files with 210 additions and 10 deletions

View file

@ -51,6 +51,7 @@
<li><a href="reflection.html">Reflection</a></li>
<li><a href="shift.html">Maiúsculas</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="wavelets.html">Wavelets</a></li>
<li><a href="zoom.html">Zoom</a></li>

View file

@ -8,6 +8,7 @@
<h3 align="center">Author:
Bill Kendrick &lt;<a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a>&gt;</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>See also: <a href="tilezoom.html">tilezoom</a> </p>
<hr size="1" noshade />
<p align="center">Tux Paint 0.9.28</p>
</body></html>

View 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 &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. 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>

View file

@ -7,7 +7,8 @@
<h2 align="center">Group: Picture Warps</h2>
<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>
<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 />
<p align="center">Tux Paint 0.9.28</p>
</body></html>

View file

@ -47,6 +47,7 @@ Picture Warps
* Reflection
* Mai**sculas
* Stretch
* Zoom
* Waves
* Wavelets
* Zoom

View file

@ -7,6 +7,8 @@
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.
See also: tilezoom
----------------------------------------------------------------------
Tux Paint 0.9.28

View 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

View file

@ -4,7 +4,10 @@
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
----------------------------------------------------------------------