/***************************************************************
/*
/*  GIFMerge for OS/2 (official Release)  Rev 1.33  (22/7/96)
/*
/***************************************************************

This is:
========       1. GIF-merging-program under OS/2!

                        Program to make aktive GIFs.
                        Best Improvements for GIF89a

       AND    the best  -> it's FREEware!

/***************************************************************


/***************************************************************
/*
/*   This GIFMerge-Pack
/*
/***************************************************************


Contains following files:

                gifmerge.exe                     (The program)
                gifmerge_os2_v133.exe            (The program)
                ReadMe_GIFMerge_os2_v133.txt     (This file)



/***************************************************************
/*
/*   Introducing:
/*
/***************************************************************

=== GIFMerge Rev 1.33 (C) 1991,1992 by Mark Podlipec
    Improvements by Rene K. Mueller 1996
    Code revision and ported to OS/2 Warp by Stefan Morgenroth 1996
                                          (Building for OS/2Merlin)

Usage:
gifmerge [-<r>,<g>,<b>] [-<delay>] [-l<loops>] [-d<disp>] [..] *.gif > anim.gif

   -<r>,<g>,<b>   set transparency, ie -192,192,192, default: no transparency
   -notransp      set transparency off (after you used -r,g,b before)
                      in case you use some GIF which need transp and some
                      are not
   -<delay>       set delay of between images in 1/100th secs, ie -100
                      default 50 (0.5secs)
   -l<loops>      set loop counter, ie -l0 (ever) or -l1000, default no loops
   -d<disposal>   set disposal 0 = no action, 1 = no dispose,
                      2 = restore background (default), 3 = restore previous
   -pos<x>,<y>    set offset position for image
   -nopos         reset offset position (default)

   You have to use 'clean'-GIFs! For secure use 87a-GIFs like JView for OS/2,
   XV for Unix or Corel-Draw for Windows normaly generates.
   With Paint-Shop-Pro 3.1 for Windows it doesn't work!
   For more Information look at   'http://www.iis.ee.ethz.ch/~kiwi/GIFMerge/'

==>
   For more information
             on source and introduction look at
                    "http://www.iis.ee.ethz.ch/~kiwi/GIFMerge/"

/***************************************************************

--
Ported to OS/2 Warp by
  Stefan Morgenroth
(morgenroth@tu-harburg.d400.de)




