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

  1. SQZGIF v2.0 (c) Copr. 1989 Lawrence & Marvin Gozum, MD
  2.  
  3. SQZGIF converts LARGE GIF and PCX pics (to 2KBx2KBx256) and "squeezes" it
  4. down to 320x200x256 in .BLD & .PLT format or GIF in 320x400x256, 360x480x256,
  5. 640x400x256, 640x480x256, 800x600x256 and 1024x768x256 for:
  6.  
  7.         * image processing/editing in VGACAD
  8.         * conversion to EGA in VGA2EGA
  9.         * printing in GIFDOT
  10.         * desktop publishing with GIFPUB
  11.         * reconversion to a smaller GIF in BLD2GIF
  12.         * bloading in BASIC or QuickBASIC (BLD & PLT files only)
  13.  
  14. SQZGIF will also "zoom" small GIF files for detailed editing and image
  15. processing with VGACAD v1.6 and up.  SQZGIF uses color averaging to render
  16. converted pictures as close as possible to the original image without "noise"
  17. or scanning patterns.
  18.  
  19. DISTRIBUTION OF SQZGIF20.ZIP (.ARC) MUST INCLUDE THE FOLLOWING FILES.
  20.  
  21. Files:   SQZGIF  .exe    Main Program
  22.          SQZGIF  .doc    User Manual
  23.          BRUN41  .exe    Runtime Module
  24.          RAW2GIF .exe    GIF encoding utility
  25.          REGISTER.doc    registration form
  26.          README  .1st    this document
  27.  
  28. Update 2.0:     * PCX (version 5) format included (to 2KBx2KBx256)
  29.  
  30.         * BUGFIX: (MAJOR) All SVGA processing used weird colors.
  31.           if 320x200x256 mode was not processed first.  This has
  32.           been corrected <whew> !
  33.  
  34.         * BUGFIX: (MAJOR) 800x600x256 and 1024x768x256 SVGA
  35.           processing modes 'choked' and gave inappropriate error
  36.           messages.  These has been fixed.
  37.  
  38.         * Bugfix: VDISK path did not change to next available
  39.           path; this has been corrected.
  40.  
  41.         * Bugfix: MVGASCRN.RAW & .PLT files were not automatically
  42.           deleted when processing was aborted; this has been fixed.
  43.  
  44.         * Feedback on alternative VDISK path selectd is displayed
  45.           to let the user know where the MVGASCRN (RAW & PLT) files
  46.           are being written.
  47.  
  48. Update 1.5:     * Bugfix: Selection of GIF files with **MORE** has been
  49.                   corrected.
  50.  
  51.                 * Bugfix: TEMP files corrected to accomodate GIF images
  52.                   that are less than screen size.
  53.  
  54.                 * SVGA 1024x768x256 processing added. Note:MVGAVU will
  55.                   interpolate and decode such files even if your card
  56.                   doesn't support it.
  57.  
  58.                 * RAW2GIF v3.4 (included) upgraded to handle automatic MVGASCRN
  59.                   files encoding to 1024x768x256.
  60.  
  61.                 * VDISK path will automatically check your exiting path
  62.                   or default path if insuffient disk space is detected;
  63.                   VDISK path will automatically be changed to next available
  64.                   path.
  65.  
  66.                 * MVGASCRN.RAW & .PLT files are automatically deleted when
  67.                   user aborts secondary processing to free VDISK space.
  68.  
  69.                 * Cosmetic changes.
  70.  
  71.  
  72. Update v1.4     * Variable "squeezing output" in MCGA,MVGA or SVGA video
  73.                   modes - all graphics independent (no video required).
  74.  
  75.                 * FASTER assembly coding (i.e., "turbo-charged").
  76.  
  77.                 * TEMP files created with SQZGIF can be used directly in
  78.                   VGACAD v1.6 and up.
  79.  
  80.                 * Loading pictures decomposed as TEMP files now load
  81.                   automatically.
  82.  
  83.                 * Any video mode/size can be processed directly without
  84.                   processing full screens.
  85.  
  86.                 * Pick'N Zoom feature can be selected directly without
  87.                   processing full screens.
  88.  
  89.  
  90. COMPATIBILITY
  91.  
  92. SQZGIF has been tested on a 386sx clone, XT clone and PS/2 Model 50; video
  93. modes were tested on CGA, Hercules, EGA, EEGA and SVGA video modes using the
  94. STB VGA E/M 512, ATI VGA Wonder 512 card and IBM's VGA PS/2 VGA card.
  95.  
  96. 486, 386, 386sx, 286 and AT users with extended memory should disable "Shadow
  97. RAM".  Although SQZGIF is predominantly coded in assembly and C; QuickBasic
  98. (QB) 4.00b is used as a shell and error-handler.  QB v4.00b HATES Shadow RAM
  99. for some reason and locks-up (at least on our 386sx clone).  With AMI BIOS,
  100. you can disable Shadow RAM by pressing <DEL> during boot and changing the
  101. set-up; it is much wiser to have EMM.SYS/QEMM.SYS or WHATEVER.SYS to manage
  102. expanded and extended RAM anyway.  With 2MB on board, I suggest you use
  103. 720KB for VDISK to emulate a fast 3.5" drive and allocate the rest as
  104. expanded memory; a 1MB system with a 384KB RAMdisk (VDISK) would match
  105. 640x480x256 screens which decompress to 307200 bytes.
  106.  
  107. Users with third-party EMM.SYS drivers should avoid mapping the ROM BIOS to
  108. "high" RAM (i.e., Shadow RAM) or mapping extended/expanded RAM to areas where
  109. there is no RAM (e.g., to use LOADHI) QB's runtime module crashes (at least
  110. on our 386sx clone).  We suggest you keep two versions of your CONFIG.SYS
  111. file; one with your usual set-up and one with a set-up to run ALL our
  112. programs/utilities (preferably with as much VDISK as possible).
  113.  
  114. If your system still locks-up, do a 'naked boot' !  Rename your AUTOEXEC.BAT
  115. and CONFIG.SYS files (e.g., to *.BAK) then reboot; this way you can isolate
  116. the incompatible TSR or SYS file (or SYS file setting).
  117.  
  118.