home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / GRAFIK / KONVERT / EGA2GIF / EGA2GIF.DOC next >
Text File  |  1993-12-01  |  5KB  |  133 lines

  1.  
  2.  
  3.  
  4.           EGA2GIF                                               Page 1
  5.           Command
  6.           ------------------------------------------------------------
  7.  
  8.           Purpose:  Converts an EGA graphics screen image file into a
  9.                     CompuServe Graphics Interchange Format (GIF) file.
  10.  
  11.           Format:   [d:path\]ega2gif [-i] Screen-file GIF-file
  12.  
  13.           Type:     External
  14.  
  15.                     EGA2GIF Version 2.0  24oct87
  16.                     Copyright 1987 by Ray L. McVay (all rights reserved)
  17.                     
  18.                     S P A R K S
  19.                     1609 Tulip Drive
  20.                     Arlington, TX 76013-4915
  21.                     CIS 75006,2563
  22.  
  23.           Parameters:
  24.  
  25.                     -i to create an interlaced GIF picture.
  26.  
  27.                     Screen-file is the name (including the full path, if
  28.                     you prefer) of the EGA screen image file to be
  29.                     converted.  EGA2GIF can read three of the
  30.                     uncompressed screen file formats used by RIX
  31.                     SoftWorks EGA Paint 2005 and one format unique to
  32.                     GRABEGA.  You MUST include the file name extension
  33.                     of the screen file because EGA2GIF uses that to
  34.                     determine the size of the graphics screen per the
  35.                     table below:
  36.  
  37.                          SCD  320 x 200, EGA mode 13 (not an EGA
  38.                               Paint format)
  39.                          SCE  640 x 200 EGA mode 14
  40.                          SCR  640 x 350 EGA mode 16
  41.                          SCP  640 x 480 extended EGA mode
  42.  
  43.                     It is not necessary to use EGA Paint to create files
  44.                     with these formats since we provide you with a
  45.                     "screen grabbing" utility (GRABEGA) that will create
  46.                     these files from most EGA graphics screens.
  47.  
  48.                     GIF-file is the optional filename and path to use
  49.                     for writing the output file.  If this parameter is
  50.                     not given the output file will be written to the
  51.                     same subdirectory as the input file and will have
  52.                     the same name with an extension of .GIF.  In this
  53.                     case the file name extension need not be specified
  54.                     but if it is given it MUST BE .GIF.
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.           EGA2GIF                                               Page 2
  71.           Command
  72.           ------------------------------------------------------------
  73.           Miscellaneous
  74.  
  75.                     Running EGA2GIF with no parameters will produce a
  76.                     version and copyright notice and a cryptic little
  77.                     usage message.
  78.  
  79.                     While the file conversion is in progress, EGA2GIF
  80.                     prints a one line message showing how many raster
  81.                     lines it has processed.
  82.  
  83.                     This version of EGA2GIF uses the GIF LZW compression
  84.                     function written by CompuServe's Steve Wilhite.
  85.  
  86.           Shareware license:
  87.  
  88.                     You are granted a non-exclusive license to use
  89.                     EGA2GIF for your personal enjoyment.  You may not
  90.                     sell EGA2GIF or include it with other software you
  91.                     offer for sale.  If you use EGA2GIF regularly
  92.                     because it fills a unique graphics need then a $10
  93.                     donation to SPARKS, 1609 Tulip Dr., Arlington, TX
  94.                     76013 would be appreciated.  If EGA2GIF is used in a
  95.                     commercial environment then it MUST be licensed for
  96.                     $10 per active copy.  Contact SPARKS for details on
  97.                     site licenses, custom versions and GIF applications.
  98.  
  99.                     SPARKS also offers shareware versions of GRABEGA (an
  100.                     EGA screen capture tool) and EGAGIF (a GIF viewer).
  101.                     These also carry shareware contrbution or commercial
  102.                     licenses of $10 per package.  Any two of these may
  103.                     be licensed for $15 and all three may be licensed
  104.                     for $20.
  105.  
  106.           Graphics Interchange Format and GIF are trademarks of
  107.           CompuServe, Inc. an H&R Block Company.  EGA Paint 2005 is a
  108.           trademark of RIX SoftWorks, Inc.
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.