home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 34 / CDASC_34_1996_décembre.iso / ascanex / display.doc < prev    next >
Text File  |  1996-11-25  |  4KB  |  93 lines

  1. GIF File Display Utility Revision 6   28-Sep-96
  2. Copyright (c) 1989, 1996 by S. P. Thompson
  3.  
  4.  
  5. This program will display GIF files on VGA or Super-VGA video adapters.
  6. VESA BIOS extensions are used (if present) to enable the SVGA modes.
  7. If VESA BIOS is not installed, only VGA modes are used.  The program will
  8. select the best mode available that provides enough colors to properly
  9. display the image.  If the image is larger or taller than the display
  10. screen, the image is scaled and centered to fit the screen.
  11.  
  12.  
  13. Revision History
  14. ================
  15. 19-May-93 Version 1.00 Initial Release
  16. 16-Jun-93 Version 1.01 Fixes bug in directory handling
  17. 11-Mar-94 Version 1.02 Adds VGA 640x480x16 mode support
  18. 03-Sep-94 Version 1.03 Fixes bug in handling certain VESA BIOSes, and
  19.           slow palette loading with an XGA card.
  20. 23-Oct-94 Version 1.04 Added /mn switch to allow selection of video modes
  21.           up to a maximum width of n pels.
  22. 16-Dec-94 Revision 5
  23.           Changed revision numbering system.
  24.           Fixed file read bug that caused end of file error on some images.
  25.           Replaced /mn switch with /maxH[xV] switch
  26.           Added image centering.
  27.           The original aspect ratio of the image is now preserved if the
  28.                 image is scaled.
  29. 26-Sep-95 Revision 5a
  30.           Changed behavior on premature EOF (bad GIF file)
  31.           to stop and wait for keystrokes rather than clearing the screen
  32.           and complaining with an error message.
  33. 28-Sep-96 Revision 6
  34.           Updated the decompression algorithm for slightly improved
  35.           performance.
  36.  
  37.  
  38. Program Package
  39. ===============
  40.  
  41. PKUNZIP is required to unpack the .ZIP file used to distribute the program.
  42. The following files are included in the distribution package:
  43.  
  44.         DISPLAY.EXE     - program file that runs on an 80286 CPU or better
  45.         DISPLAY.DOC     - this documentation file
  46.  
  47. Usage
  48. =====
  49.  
  50.         DISPLAY filespec.gif [/r] [/maxH[xV]]
  51.  
  52. *  filespec.gif can contain wildcards
  53.  
  54. *  Program will display each image and wait for the user to hit
  55.    the 'Enter' key.
  56.  
  57. *  /r selects rolling demo mode - files that satisfy filespec.gif
  58.    are each shown, with a short pause between them.  After all images
  59.    are shown, the cycle will repeat until Cntrl-Break is keyed.
  60.  
  61. *  Cntrl-Break will abort and return to DOS while an image is being
  62.    painted.
  63.  
  64. *  /maxH[xV] limits the screen resolution to H pels wide or H pels wide
  65.    by V scanlines high.  This is useful for laptops that have a 640x480
  66.    panel size, but allow selection of 800x600 VESA BIOS modes.
  67.  
  68.  
  69. Licensing & Distribution
  70. ========================
  71.  
  72. This program may be freely used.  If you enjoy the program, and continue
  73. to use it, a donation of $5 is appreciated to help defray the cost of
  74. program development and maintenance.  Those who send a $35 donation will
  75. receive the C source code for the latest version (sent on a 3.5"
  76. diskette via US mail or via COMPUSERVE).  The program was developed using
  77. Borland C++ version 3.1, but other C compilers may be used.
  78.  
  79. This program may not be sold, but shareware distributors may charge a
  80. nominal fee for the distribution media.  The program package must be
  81. distributed in its entirety.
  82.  
  83. Please send donations (checks or money orders) and comments to:
  84.  
  85.         Stephen Patrick Thompson
  86.         1039 Princeton Drive
  87.         Longmont, CO  80503
  88.  
  89.         Compuserve ID: 71121,2752
  90.  
  91. Thanks for using the display utility, and I hope you enjoy it!
  92.  
  93.