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>