home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / giftops2.zip / giftops2.doc < prev    next >
Text File  |  1994-04-07  |  2KB  |  49 lines

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