home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK2 / MULTI_04 / GIF32.ZIP / README.TXT < prev   
Text File  |  1993-02-13  |  6KB  |  155 lines

  1.                   *******************************
  2.                   GIF32 Version 1.00 (15/02/1993)
  3.                   *******************************
  4.  
  5.                        (c) 1993 Joel Armengaud
  6.                          All rights reserved
  7.                                    
  8.                                    
  9.                                    
  10.                                    
  11. ************
  12. Introduction
  13. ************
  14.                                    
  15.      This package is a 32bit GIF viewer, for OS/2 2.x. The user
  16. interface is a Presentation Manager program, but the viewer itself is
  17. a full-screen program, using the Base Video Handler services
  18. (BHVxxx.DLL). It supports all SVGA adapters correctly detected by the
  19. OS/2 SVGA.EXE program. On other adapters, only the 320x200x256 mode
  20. will be available.
  21.                                    
  22.      Files in this package:
  23.  
  24.                          gif32.exe
  25.                          giffs.exe
  26.                          readme.txt
  27.  
  28.      
  29.      I am distributing this program as FREEWARE. However I will
  30. greatly appreciate any donation.
  31.  
  32.  
  33. *******
  34. Author:
  35. *******
  36.  
  37.      Joel Armengaud
  38.  
  39. E-Mail:    joe2@vnet.ibm.com     (Probably not valid after 1993/05/31)
  40.            joe@fc1rph.gna.org    (Does not always work!)
  41.            100030.152@compuserve.com (Checked infrequently)
  42.  
  43. Mail:      Joel Armengaud
  44.            Le Grand Lot
  45.            13720 Belcodene
  46.            FRANCE
  47.      
  48.      
  49.      
  50.      
  51. **********
  52. Disclaimer
  53. **********
  54.  
  55.      BY INSTALLING THIS PROGRAM ON YOUR SYSTEM YOU INDICATE YOUR
  56. AGREEMENT TO THE FOLLOWING TERMS AND CONDITIONS. IF YOU DO NOT AGREE
  57. TO THEM YOU ARE NOT ALLOWED TO USE THIS PROGRAM.
  58.      THIS PROGRAM AND DOCUMENTATION ARE DISTRIBUTED AS IS. JOEL
  59. ARMENGAUD (THE AUTHOR) MAKES NO WARRANTY OF ANY KIND, EXPRESSED OR
  60. IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY OR
  61. FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THIS SOFTWARE AND
  62. DOCUMENTATION. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DAMAGES,
  63. INCLUDING LOST PROFITS, LOST SAVINGS, OR ANY OTHER INCIDENTAL OR
  64. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF OR THE INABILITY TO
  65. USE THIS PROGRAM, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE
  66. POSSIBILITY OF SUCH DAMAGES, OR FOR ANY CLAIM BY ANY OTHER PARTY.
  67.  
  68.  
  69.  
  70.  
  71. ************
  72. Installation
  73. ************
  74.  
  75.      Quite easy! Just put the 2 .EXE files in the same directory, not
  76. necessarily in your PATH. The program to launch is GIF32.EXE.
  77.  
  78.  
  79.  
  80. ***********
  81. Using GIF32
  82. ***********
  83.  
  84.      When you start GIF32.EXE, a PM window will show all *.GIF files
  85. found in the current directory. One GIF file per line. If you want to
  86. see a GIF file, double-click on the filename, or put the cursor on the
  87. line and press Enter.
  88.      The file will be decompressed by another thread into main memory.
  89. When completed, this memory bitmap will be sent to the full-screen
  90. viewer, GIFFS.EXE (which is automatically started by GIF32.EXE). The
  91. full-screen session is then put into the foreground.
  92.      
  93.      Keystrokes available in the full-screen session:
  94.      
  95.      F9/F10    Decrease/Increase video resolution.
  96.      
  97.      Except for the 320x200x256 mode, available resolutions are read
  98. from the \os2\svgadata.pmi file, created by SVGA.EXE. Please be sure
  99. that SVGA support is installed on your system (refer to the OS/2
  100. documentation). Note that only 256-color modes will be used to display
  101. pictures, even for 16-color GIF files. When you first select a
  102. picture, the full-screen viewer will choose the lowest resolution
  103. large enough to display the whole picture.
  104.      
  105.      ESC       Return to the PM interface.
  106.      
  107.      Arrows              To scroll the picture if resolution and
  108.      PageUp/PageDown     image size do not match.
  109.      Home/End
  110.      
  111.      F11/F12   Display previous/next GIF file, without having to
  112. switch to the PM interface.
  113.      
  114.      About the PM interface:
  115.      
  116.      In the main PM window, each line is associated to a GIF file. A
  117. '*' in the first column indicates that the GIF file has already been
  118. decompressed into memory. A red '*' means that it is currently being
  119. decompressed.
  120.      GIF32 uses a multi-thread design, to save you time by reading and
  121. decompressing the file ahead of time. By default, it always tries to
  122. have 2 GIF files decompressed, the current one and the next one. This
  123. look-ahead value can be modified using the "Look-ahead.." choice of
  124. the "Options" menu. Before increasing the value, be aware that picture
  125. buffers consume system memory. For instance 8 800x600x256 GIF files
  126. will use as far as 3750Kb of main memory!
  127.      The "Loop" option will allow you, when selected, to consider the
  128. list of GIF files as a circular list, when moving with F11/F12 in the
  129. full-screen session.
  130.      By default the main client window will use system colors for
  131. listboxes. Due to a bug in some early OS/2 versions, background and
  132. foreground text colors may both be black! Should this happen, de-
  133. select the "System colors" choice in the "Options" menu.
  134.      To change the current directory, choose the "Open..." menu, and
  135. select a new GIF file in another directory. Warning! Due to a bug in
  136. the WinFileDlg API, each time you change the current directory, memory
  137. will be allocated and only released when you close GIF32. This bug is
  138. in 2.0, 2.0+ServicePack and 2.1beta 6.479. I hope I have reported it
  139. soon enough to have it fixed in the 2.1 GA version. Meanwhile, avoid
  140. using "Open..." too often without closing GIF32.
  141.      
  142.      
  143.      Note: depending of the version of OS/2 you are using (2.0,
  144. 2.0+ServicePack, 2.1,...) you may have problems with the library
  145. containing the low level screen routines (BVHSVGA.DLL), if you leave
  146. the full-screen session using Ctrl-Esc or Alt-Esc. To avoid this,
  147. always leave the full-screen session using the ESCape key. When you do
  148. so, GIFFS.EXE will go back to text mode before leaving the session.
  149. Besides, it will save memory, since BVHSVGA.DLL will not have to
  150. allocate a full video buffer to save the picture.
  151.      
  152.  
  153.  
  154. End of README.TXT file.
  155.