home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Graphics / Graphics.zip / gifmerge.zip / GIFMerge133a / ReadMe_GIFMerge_os2_v133a.txt < prev   
Text File  |  1997-02-11  |  3KB  |  99 lines

  1. /***************************************************************
  2. /*
  3. /*  GIFMerge for OS/2 (official Release)  Rev 1.33a  (2/11/97)
  4. /*                               [new Readme!]
  5. /***************************************************************
  6.  
  7. This is:        "-notransp" BugFix for v1.33
  8. ========       
  9.         1. GIF-merging-program under OS/2!
  10.  
  11.                         Program to make aktive GIFs.
  12.                         Best Improvements for GIF89a
  13.  
  14.        AND    the best  -> it's FREEware!
  15.  
  16.  
  17.  
  18. /***************************************************************
  19. /*   This GIFMerge-Pack
  20. /***************************************************************
  21.  
  22.  
  23. Contains following files:
  24.  
  25.                 gifmerge.exe                     (The program)
  26.                 gifmerge_os2_v133a.exe            (The program for your secure :-)
  27.                 ReadMe_GIFMerge_os2_v133a.txt     (This file)
  28.          emx.dll              (emx-Runtime-DLL)
  29.  
  30.  
  31. /***************************************************************
  32. /*   Installation:
  33. /***************************************************************
  34.  
  35. Extracting (eg.):
  36.  
  37.         unzip -d gifmerge_os2.zip
  38.  
  39. After Extraction (with recurse directories):
  40.  
  41.                 x:\GIFMerge133a\gifmerge.exe                     
  42.                 x:\GIFMerge133a\gifmerge_os2_v133a.exe      
  43.                 x:\GIFMerge133a\ReadMe_GIFMerge_os2_v133a.txt     
  44.          x:\GIFMerge133a\emx.dll              
  45.  
  46. Now two possibilities:
  47.  
  48. 1.    Add the path to your CONFIG.SYS "set path=x:\GIFMerge133a\;" .
  49.  
  50. 2.    Copy the two files "gifmerge.exe" and "emx.dll" to a directory 
  51.     named in your CONFIG.SYS-"set path=..." .
  52.  
  53.  
  54.  
  55. /***************************************************************
  56. /*   Introducing:
  57. /***************************************************************
  58.  
  59. === GIFMerge Rev 1.33 (C) 1991,1992 by Mark Podlipec
  60.     Improvements by Rene K. Mueller 1996
  61.     Code revision and ported to OS/2 Warp by Stefan Morgenroth 1996
  62.                                           (Building for OS/2Merlin)
  63.  
  64. Usage:
  65. gifmerge [-<r>,<g>,<b>] [-<delay>] [-l<loops>] [-d<disp>] [..] *.gif > anim.gif
  66.  
  67.    -<r>,<g>,<b>   set transparency, ie -192,192,192, default: no transparency
  68.    -notransp      set transparency off (after you used -r,g,b before)
  69.                       in case you use some GIF which need transp and some
  70.                       are not
  71.    -<delay>       set delay of between images in 1/100th secs, ie -100
  72.                       default 50 (0.5secs)
  73.    -l<loops>      set loop counter, ie -l0 (ever) or -l1000, default no loops
  74.    -d<disposal>   set disposal 0 = no action, 1 = no dispose,
  75.                       2 = restore background (default), 3 = restore previous
  76.    -pos<x>,<y>    set offset position for image
  77.    -nopos         reset offset position (default)
  78.  
  79.    You have to use 'clean'-GIFs! For secure use 87a-GIFs like JView for OS/2,
  80.    XV for Unix or Corel-Draw for Windows normaly generates.
  81.    With Paint-Shop-Pro 3.1 for Windows it doesn't work!
  82.    For more Information look at   'http://www.iis.ee.ethz.ch/~kiwi/GIFMerge/'
  83.  
  84. ==>
  85.    For more information
  86.              on source and introduction look at
  87.                     "http://www.iis.ee.ethz.ch/~kiwi/GIFMerge/"
  88.  
  89. /***************************************************************
  90.  
  91. --
  92. Ported to OS/2 Warp by
  93.   Stefan Morgenroth
  94. (morgenroth@tu-harburg.d400.de)
  95.  
  96.  
  97.  
  98.  
  99.