| CLAZ filename.in filename.PS 20 30 600 800
Let's say you have a file named PHOTO.IFF. To create a PostScript
file, you would type,
CLAZ PHOTO.IFF PHOTO.PS 20 30 600 800
You can alter the 600 and 800 values to adjust the x and y dimensions
of the resulting PS image.
BTW, CLAZ only works on an Amiga. CLAZ.EXE works on a VAX, but you
have to RUN it.
Paul
|
| In VMS, define CLAZ as a foreign command, i.e.
CLAZ :== $device:[directory]CLAZ.EXE
Now you can say
CLAZ <filename.in> <filename.out> <l> <b> <w> <h>
where l is the left margin
b is the bottom margin
w is the picture width
h is the picture height
The numbers I use are 36 366 540 405 for putting the picture at
the top of a page, and 36 36 540 405 for putting the picture at
the bottom of a page.
The ratio w:h should be 4:3 for a undistorted picture.
Chong.
|