home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 243.GDRAW97B.ZIP / GREL.DOC < prev    next >
Text File  |  1992-07-10  |  4KB  |  106 lines

  1.           GRel documentation -- Copyright 1991 Wright Engineering
  2.  
  3.           GRel (Graphics Relative Compiler)
  4.  
  5.           Introduction: 
  6.  
  7.           GRel processes GDRAW Vectored Graphics files and
  8.      converts them from absolute coordinates to Relative
  9.      coordinates; additionally, it optimizes the file format for
  10.      play only (Non-Modifiable) uses with stand alone players such
  11.      as GPlay, or for use over modem lines in conjunction with
  12.      the GTerm and GBBS graphics BBS environment.  GRel takes a
  13.      single command line argument: the file name of the .vgX
  14.      file to process.
  15.  
  16.     Usage:   GRel input filename.ext
  17.  
  18.           GRel will then begin to process the file and bring up
  19.      a status window that informs the user of the current state
  20.      of processing.
  21.  
  22.           Once the file has been processed you will notice that
  23.      a second file now exists that consists of the same name but
  24.      with a slightly different extension.  
  25.  
  26.  
  27.           Typing Grel without any arguments will cause GRel to
  28.      remind you of the usage and indicate its version number and
  29.      copyright notice.
  30.  
  31.  
  32.           Here's an example:
  33.  
  34.           GRel flight.vga
  35.  
  36.           This will cause GRel to process the file flight.vga
  37.      (Vectored Graphic in A mode) and will produce an output
  38.      file called flight.vra (Vectored Relative file).  You will
  39.      notice that the .VR format file is considerably smaller
  40.      than the corresponding .VG file, but it contains the same
  41.      information.
  42.  
  43.           NOTE: GRel only processes files that end with .vgX
  44.      extensions. DO NOT try to GRel an already GRel'ed file.
  45.  
  46.  
  47.      WHY GRel GDRAW files?
  48.      ---------------------
  49.      There are several reasons:
  50.  
  51.           1. Grel'ed files are MUCH SMALLER than their
  52.      corresponding GDRAW files, and since they contain the same
  53.      information they will play the same on GPLAY as the
  54.      corresponding .VG file would.
  55.  
  56.           2. GREL'ED FILES CANNOT BE EDITED.  Once you GRel a
  57.      GDRAW file the .vr file cannot be edited by GDRAW so your
  58.      work is protected from anyone stealing some or all of it
  59.      for their own purposes.  No other graphics package in the
  60.      world allows protection for the artists that create quality
  61.      art and animation.
  62.  
  63.           3. If you wish to prepare graphics for transmission on
  64.      a GBBS to a GTERM terminal package you must GRel the image.
  65.      GTERM DOES NOT UNDERSTAND GDRAW'S ABSOLUTE COMMANDS.
  66.  
  67.      Video Hardware
  68.      --------------
  69.  
  70.           Grel never attempts to show the graphics of the file
  71.      it is processing, so the type of video hardware does not
  72.      matter.  If the file is in a mode that your hardware does
  73.      not support, you still cannot view the file with GPlay
  74.      unless you have the hardware necessary to support the
  75.      Screen mode in which the file was created.
  76.  
  77.      FOR MORE INFORMATION
  78.      --------------------
  79.      If you wish to find out more about:
  80.  
  81.     GDRAW  - GFX vectored Graphics interpreter
  82.     GPLAY  - Vectored Graphics player
  83.     GCHECK - Vectored Graphics file checker
  84.     GREL   - Graphics Relative Compiler
  85.     GFONT  - Graphic Font maker
  86.     GTERM  - GFX terminal software
  87.     GBBS   - GBBS (Graphics Bulletin Board System)
  88.  
  89.      please contact the Wright Engineering HQ BBS
  90.  
  91.     at 714-847-2548  14.4 HST and below
  92.     the board is open from 9 p.m. to 9 a.m. Pacific time
  93.  
  94.      or you may write:     
  95.  
  96.          WRIGHT ENGINEERING 
  97.         19744 BEACH BLVD.
  98.         SUITE # 309
  99.         HUNTINGTON BEACH, CA.
  100.         92648
  101.  
  102.           This board is running WWIV BBS software until the
  103.      official release of GBBS which is currently under alpha
  104.      testing.
  105.  
  106.