$NetBSD: patch-ac,v 1.2 1999/11/01 03:31:46 jlam Exp $ --- doc/using.html.orig Thu Jun 10 21:39:56 1999 +++ doc/using.html Sun Oct 31 00:13:57 1999 @@ -1,7 +1,7 @@ - GIFs on the fly + <title>PNGs on the fly

fly: Documentation: Using fly

 [fly] @@ -57,7 +57,7 @@

The command file uses a number of directives. It must start with one of the following lines:

-
existing /path/to/file.gif
+
existing /path/to/file.png
if modifying an existing image, OR
new
size x,y
for creating a new image of width x pixels, height @@ -68,9 +68,9 @@

To create more than one image from a command file, use the directive end, followed by either

-
existing /path/to/file.gif
name <filename.gif>
+
existing /path/to/file.png
name <filename.png>
if modifying an existing image, OR
-
new
size x,y
name <filename.gif>
+
new
size x,y
name <filename.png>
for creating a new image.

Note: @@ -203,21 +203,21 @@ coordinates supplied.

-
copy x,y,x1,y1,x2,y2,[source-filename.gif|`command`] +
copy x,y,x1,y1,x2,y2,[source-filename.png|`command`]
-

Copies region x1,y1 - x2,y2 of source-filename.gif - or the GIF output of command to the coordinates x,y +

Copies region x1,y1 - x2,y2 of source-filename.png + or the PNG output of command to the coordinates x,y of the image being created/modified.
If x1,y1,x2,y2 are all -1, copy the entire image.

- copyresized x1,y1,x2,y2,dx1,dy1,dx2,dy2,[source-filename.gif|`command`] + copyresized x1,y1,x2,y2,dx1,dy1,dx2,dy2,[source-filename.png|`command`]
-

Copies region x1,y1 - x2,y2 of source-filename.gif - or the GIF output of command to the area dx1,dy1 - +

Copies region x1,y1 - x2,y2 of source-filename.png + or the PNG output of command to the area dx1,dy1 - dx2,dy2 of the image being created/modified, resizing the image to fit.
If x1,y1,x2,y2 are all -1, copy the entire image. @@ -238,9 +238,9 @@

Changes all pixels of colour R1,G1,B1 to R2,G2,B2.

-
setbrush filename.gif +
setbrush filename.png
-

Sets the current "brush" to filename.gif. +

Sets the current "brush" to filename.png. Subsequent directives of line, dline, rect, poly and arc will use the selected "brush" to draw their lines, until a call of @@ -255,9 +255,9 @@ width brush.

-
settile filename.gif +
settile filename.png
-

Sets the current "tile" to filename.gif. +

Sets the current "tile" to filename.png. Subsequent directives of fill, and fpoly will use the selected "tile" as a fill pattern, until a call of killtile. @@ -307,13 +307,13 @@

rotate deg
-

Rotates the GIF image deg degrees clockwise, where +

Rotates the PNG image deg degrees clockwise, where deg is 90, 180 or 270.

interlace
-

Makes the image output by fly an interlaced GIF. +

Makes the image output by fly an interlaced PNG.

@@ -339,13 +339,13 @@
-

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