#Ghostscript for me??
17-Dec-93 08:19:28
Sb: #125375-#Ghostscript for me??
Fm: BILL LEACH 71330,2621
To: Richard Graff 72711,1045
Rick;
That library should not be included in the archive. It should be here on
CIS (it is somewhat like the arplibraries in that regard). I have gs261
but on a Unix machine (which does not use that library) and I doubtoff
that
the source for the library is included also.
It really is not all that hard to use as long as the build includes
drivers that the Ami understands. Once you get it running a "gs -h"
should give you a bit of an idea of how to select drivers.
basically the command for gs is something like:
gs -sDEVICE=pcx -sOutputFile=myfile.pcx purty.ps
Where the "-sDEVICE=" entry is only needed if you do not want the default
device and the "-sOutputFile=" is obviously needed if what you are
creating is something that you would like to manipulate in some other
program (though piping works).
There are some other options such as for resolution settings.
-bill