$NetBSD: patch-ag,v 1.1 1999/08/27 10:11:03 agc Exp $ Update for PNG support --- doc/examples.html 1999/08/27 09:51:38 1.1 +++ doc/examples.html 1999/08/27 09:55:19 @@ -1,7 +1,7 @@ - GIFs on the fly: Examples + <title>PNGs on the fly: Examples

fly: Documentation: Examples

 [fly] @@ -36,7 +36,7 @@
#!/usr/local/bin/perl
 
 $flyprog = "/usr/local/bin/fly";
-$outfile = "temp.gif";
+$outfile = "temp.png";
 
 open(FLY,"| $flyprog -o $outfile ");
 print FLY "new\n";
@@ -70,7 +70,7 @@
 fill 160,96,0,0,0
 EOD
 
-fly -i /tmp/fly.$$ -o test.gif
+fly -i /tmp/fly.$$ -o test.png
 
Fly Scripts
@@ -91,9 +91,9 @@

Can you guess what the above examples produce? - Here's the answer! + Here's the answer!

-

[New!] I have created a [New!] I have created a Fly Tester CGI program that lets you test fly commands quickly in a convenient interface. The program is also included in the fly @@ -102,13 +102,13 @@


-

[Home] [Documentation] [Copyright] [Feedback]