home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / graphics / gif-util.zip / GIFCOMB.DOC < prev    next >
Text File  |  1989-08-01  |  1KB  |  33 lines

  1.             GifComb
  2.             -------
  3.  
  4. Program to combine 2 GIF images of exactly same size, into one. The color maps
  5. are merged and the result should not exceed 256 colors. A boolean mask GIF
  6. file can be used to set which pixel from two images to use each location.
  7. Otherwise any background color from first image is converted to second image
  8. color at that point. Only first image of each file is combined, which again
  9. all file first images must be of exactly the same size.
  10.  
  11. Usage:
  12. ------
  13.  
  14. Usage: GifComb [-m MaskGIFFile] [-h] GifFiles
  15.  
  16.   Two GIF files must be specified although the mask GIF file is optional.
  17.  
  18. Memory required:
  19. ----------------
  20.  
  21. Line.
  22.  
  23.  
  24. Options:
  25. --------
  26.  
  27. 1. [-m MaskGIFFile] : the MaskGIFfile can be regular GIF file whose first
  28.    image has same dimensions as the combined images. Any non background color
  29.    in it will select Image 1 Pixel to output, otherwise Image2 pixel will be
  30.    selected. Usually this image will be boolean (two colors only) but does
  31.    not have to be!
  32. 2. [-h] : print one command line help, similar to Usage above.
  33.