home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1129 / display.doc < prev    next >
Encoding:
Text File  |  1993-06-16  |  2.7 KB  |  78 lines

  1. GIF File Display Utility Version 1.01
  2. Copyright (c) 1989, 1993 by S. P. Thompson
  3.  
  4. June 16th, 1993
  5.  
  6.  
  7. This program will display GIF files on VGA or Super-VGA video adapters.  
  8. VESA BIOS extensions are used (if present) to enable the SVGA modes.    
  9. If VESA BIOS is not installed, only VGA modes are used.  The program will        
  10. select the best mode available that provides enough colors to properly 
  11. display the image.  If the image is larger or taller than the display 
  12. screen, the image is scaled to fit the screen.
  13.  
  14.  
  15. Revision History
  16. ================
  17. 19-May-93 Version 1.00 Initial Release
  18. 16-Jun-93 Version 1.01 Fixes bug in directory handling
  19.  
  20.  
  21.  
  22. Program Package
  23. ===============
  24.  
  25. PKUNZIP is required to unpack the .ZIP file used to distribute the program.
  26. The following files are included in the distribution package:
  27.  
  28.         DISPLAY.EXE     - program file that runs on an 80386 CPU or better
  29.         DISP8086.EXE    - program file that runs on an 8086/88 or better
  30.         DISPLAY.DOC     - this documentation file
  31.  
  32.                                                                     
  33. Usage
  34. =====
  35.  
  36.         DISPLAY filespec.gif [/r]                               
  37.                   -or-
  38.         DISP8086 filespec.gif [/r]
  39.  
  40. *  filespec.gif can contain wildcards                              
  41.  
  42. *  Program will display each image and wait for the user to hit    
  43.    the 'Enter' key.                                                
  44.  
  45. *  /r selects rolling demo mode - files that satisfy filespec.gif  
  46.    are each shown, with a short pause between them.  After all images
  47.    are shown, the cycle will repeat until Cntrl-Break is keyed.
  48.  
  49. *  Cntrl-Break will abort and return to DOS while an image is being
  50.    painted.                                                        
  51.  
  52.  
  53. Licensing & Distribution
  54. ========================
  55.  
  56. This program may be freely used.  If you enjoy the program, and continue 
  57. to use it, a donation of $5 is appreciated to help defray the cost of 
  58. program development and maintenance.  Those who send a $35 donation will 
  59. receive the C source code for the latest version (sent on 720KB 3.5" 
  60. diskettes via US mail).  The program was developed using Borland C++ 
  61. version 3.1, but other C compilers may be used.  
  62.  
  63. This program may not be sold, but shareware distributors may charge a
  64. nominal fee for the distribution media.  The program package must be
  65. distributed in its entirety.
  66.  
  67. Please send donations (checks or money orders) and comments to:
  68.  
  69.         Stephen Patrick Thompson
  70.         3207 Pierson Drive
  71.         Delray Beach, FL   33483
  72.  
  73.         Compuserve ID: 71121,2752
  74.  
  75. Thanks for using the display utility, and I hope you enjoy it!
  76.  
  77.  
  78.