home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / PRINTING / GTOPST.ZIP / README.DOC < prev   
Text File  |  1990-08-05  |  2KB  |  46 lines

  1. Giftops converts a GIF image file to  a PostScript program.
  2. Giftops uses the standard output path, so you may direct output to
  3. printer or file( via command line redirection).
  4.  
  5.  
  6. usage: giftops [-els] [-c{copies}] [-w{width}] [-h{height}] [file]
  7. Where e = generate output as EPSF (Encapsulated PostScript File),
  8.           suitable for use with applications that support EPSF.
  9.       l = Landscape:  rotates image 90 degrees on page.
  10.       s = Alternate halftone: specifies halftone parameters for placement 
  11.           of "spots" -  90 degrees and 60 spots/inch. Called "screen" in the
  12.           source code, Because it creates a screen effect on the
  13.           printed image?
  14.       c = Number of copies for the printer to generate.
  15.       w = Width in inches on printed page.
  16.       h = Height in inches on printed page.
  17.    file = Filename.ext of GIF image file.   
  18.  
  19. Examples:
  20.     giftops neptune.gif >prn
  21.         Outputs image to printer using default width and height(7.5" X 9.0")
  22.         
  23.         giftops -l -w6.0 -h4.8 neptune.gif >prn
  24.         Outputs image to printer in landscape format 6.0" X 4.8"
  25.         
  26.         
  27. Note: The "screen" mode paramters (90 degrees at 60 spots/inch) can be changed
  28.       to whatever you want. A good range of values to play with are 35 - 45
  29.       degrees and 50 - 150 spots/inch. 
  30.  
  31.  
  32.        
  33.  
  34.  
  35. Craig Moore CIS ID - 72165,1356
  36.  
  37.  
  38.  
  39.  
  40.  
  41.       "The Graphics Interchange Format(c) is the Copyright property of
  42.       CompuServe Incorporated. GIF(sm) is a Service Mark property of
  43.       CompuServe Incorporated."
  44.  
  45.       "PostScript" is a trademark of Adobe Systems Incorporated.
  46.