home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / graf / vgacad4.zip / README.1ST < prev    next >
Text File  |  1989-12-15  |  5KB  |  100 lines

  1. EGA2VGA v5.0 Copr. (c) 1989 Lawrence Gozum & Marvin Gozum
  2.  
  3. EGA2VGA converts ANY viewable EGA 640x350x16 pic, EEGA 640x480x16 or
  4. VGA 640x480x16, or ANY 16-color (or less) GIF to a VGA/MCGA 320x200x25
  5. MVGA 320x400x256, MVGA 360x480x256, SVGA 640x350x256, SVGA 640x400x256,
  6. SVGA 640x480x256, SVGA 800x600x256 or SVGA 1024x768x256!  It actually
  7. creates a NEW 256 color palette during resizing and aspect correction.
  8. Saves converted 320x200x256 pictures in 'bloadable' BASIC format for use
  9. in BASIC or VGACAD.  MVGA and SVGA conversions are saved to GIF files.
  10. NO VIDEO CARD REQUIRED.
  11.  
  12. DISTRIBUTION OF EGA2VGA5.ZIP (.ARC) MUST INCLUDE ALL OF THE FOLLOWING:
  13.  
  14.  
  15. Files:   EGA     .plt    REQUIRED BY EGA2VGA
  16.          EGA2VGA .exe    Main Program
  17.          RAW2GIF .exe    GIF conversion utility (version 3.4)
  18.          BRUN41  .exe    required by EGA2VGA.exe and RAW2GIF.exe
  19.          EGA2VGA .doc    User Manual
  20.          REGISTER.doc    registration form
  21.          EGADMP  .com    \
  22.          XGADMP  .com     > EGA/EEGA/VGA graphics screen capture utilities
  23.          VGADMP  .com    /
  24.          README  .1st    this document
  25.  
  26. Update 5.0:     * Bugfix: Selection of GIF files with **MORE** has been
  27.                   corrected.
  28.  
  29.                 * Bugfix: TEMP files corrected to accomodate GIF images
  30.                   that are less than screen size.
  31.  
  32.                 * BugFix: Secondary processing of SVGA 800x600x256 files
  33.                   with images smaller than original screen has been
  34.                   corrected.
  35.  
  36.                 * SVGA 1024x768x256 secondary processing added. Note:MVGAVU
  37.                   will interpolate and decode such files even if your card
  38.                   doesn't support it.
  39.  
  40.                 * RAW2GIF v3.4 (included) upgraded to handle automatic MVGASCRN
  41.                   files encoding to 1024x768x256.
  42.  
  43.                 * VDISK path will automatically check your exiting path
  44.                   or default path if insuffient disk space is detected;
  45.                   VDISK path will automatically be changed to next available
  46.                   path.
  47.  
  48.                 * MVGASCRN.RAW & .PLT files are automatically deleted when
  49.                   user aborts secondary processing to free VDISK space.
  50.  
  51.                 * Cosmetic changes.
  52.  
  53. Update 4.0:     * More effective color generation algorithm
  54.  
  55.                 * TEMP files match VGACAD v1.6 workspace files for direct
  56.                   importation of 'decompressed' 16-color GIFs.
  57.  
  58.                 * MVGA/SVGA conversion option (with RAW2GIF v3.3) replaces
  59.                   "Pick 'N Zoom" feature.
  60.  
  61.                         - MVGA 320x400x256
  62.                         - MVGA 360x480x256
  63.                         - SVGA 640x350x256
  64.                         - SVGA 640x400x256
  65.                         - SVGA 640x480x256
  66.                         - SVGA 800x600x256
  67.  
  68.                 * RAW2GIF is now graphics device independent; you can
  69.                   convert EGA pictures to SVGA GIFs regardless of your
  70.                   video card.
  71.  
  72. COMPATIBILITY
  73.  
  74. EGA2VGA has been tested on a 386sx clone, XT clone and PS/2 Model 50; video
  75. modes were tested in CGA, Hercules, EGA, EEGA and SVGA video modes using the
  76. STB VGA E/M 512, ATI VGA Wonder 512 card and IBM's VGA PS/2 VGA card.
  77.  
  78. 486, 386, 386sx, 286 and AT users with extended memory should disable "Shadow
  79. RAM".  Although GIFBIT is predominantly coded in assembly and C; QuickBasic
  80. (QB) 4.00b is used as a shell and error-handler.  QB v4.00b HATES Shadow RAM
  81. for some reason and locks-up (at least on our 386sx clone).  With AMI BIOS,
  82. you can disable Shadow RAM by pressing <DEL> during boot and changing the
  83. set-up; it is much wiser to have EMM.SYS/QEMM.SYS or WHATEVER.SYS to manage
  84. expanded and extended RAM anyway.  With 2MB on board, I suggest you use
  85. 720KB for VDISK to emulate a fast 3.5" drive and allocate the rest as
  86. expanded memory; a 1MB system with a 384KB RAMdisk (VDISK) would match
  87. 640x480x256 screens which decompress to 307200 bytes.
  88.  
  89. Users with third-party EMM.SYS drivers should avoid mapping the ROM BIOS to
  90. "high" RAM (i.e., Shadow RAM) or mapping extended/expanded RAM to areas where
  91. there is no RAM (e.g., to use LOADHI) QB's runtime module crashes (at least
  92. on our 386sx clone).  We suggest you keep two versions of your CONFIG.SYS
  93. file; one with your usual set-up and one with a set-up to run ALL our
  94. programs/utilities (preferably with as much VDISK as possible).
  95.  
  96. If your system still locks-up, do a 'naked boot' !  Rename your AUTOEXEC.BAT
  97. and CONFIG.SYS files (e.g., to *.BAK) then reboot; this way you can isolate
  98. the incompatible TSR or SYS file (or SYS file setting).
  99.  
  100.