Perspective and Zoom tools from Pere.

Updated Magic Tools docs.
This commit is contained in:
William Kendrick 2009-08-08 22:39:36 +00:00
parent 62b5af5624
commit 6456c37d3c
11 changed files with 572 additions and 3 deletions

View file

@ -33,6 +33,7 @@
<li><a href="mirror.html">Mirror</a></li>
<li><a href="negative.html">Negative</a></li>
<li><a href="noise.html">Noise</a></li>
<li><a href="perspective.html">Perspective</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>
@ -54,4 +55,5 @@
<li><a href="toothpaste.html">Toothpaste</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>
</body></html>

View file

@ -29,6 +29,7 @@
* Mirror
* Negative
* Noise
* Perspective
* Picasso
* Rails
* Rain
@ -50,3 +51,4 @@
* Toothpaste
* Waves
* Wavelets
* Zoom

View file

@ -5,7 +5,7 @@ individual HTML files for each of them, and an index.html that links to
them all. */
/* Bill Kendrick <bill@newbreedsoftware.com> */
/* 2008.04.28 */
/* 2009.08.08 */
/* Authors of the Magic tools: */
@ -175,6 +175,10 @@ $tools = array(
'desc'=>'Add random noise and static to your picture.',
'author'=>$AUTHOR_ANDREWC),
array('name'=>'Perspective',
'desc'=>'Click and drag from the corners to change the perspective of your picture.',
'author'=>$AUTHOR_PERE),
array('name'=>'Picasso',
'desc'=>'Draw three swirling brushes at once, in a Picasso style.',
'author'=>$AUTHOR_ADAMR,
@ -273,6 +277,9 @@ $tools = array(
'author'=>array($AUTHOR_KENDRICK, $AUTHOR_ADAMR),
'see'=>'Waves'),
array('name'=>'Zoom',
'desc'=>'Click and drag up to zoom in, or down to zoom out.',
'author'=>$AUTHOR_PERE),
);
$fiidx = fopen("../html/index.html", "w");