$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 @@
-The command file uses a number of directives. It must start with one of the following lines:
-To create more than one image from a command file, use the directive end, followed by either
-Note: @@ -203,21 +203,21 @@ coordinates supplied.
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.
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. Changes all pixels of colour R1,G1,B1 to R2,G2,B2.
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.
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 @@
Rotates the GIF image deg degrees clockwise, where
+ Rotates the PNG image deg degrees clockwise, where
deg is 90, 180 or 270.
Makes the image output by fly an interlaced GIF.
+ Makes the image output by fly an interlaced PNG.
If x1,y1,x2,y2 are all -1, copy
the entire image.
@@ -238,9 +238,9 @@