home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / grafik / giflib11 / doc / gifclrmp.doc < prev    next >
Encoding:
Text File  |  1989-10-15  |  999 b   |  36 lines

  1.             GifCrlMp
  2.             --------
  3.  
  4. Program to modify GIF image colormaps. Any specific image in GIF file can
  5. be modified at a time, or the global screen one.
  6.  
  7. Usage:
  8. ------
  9.  
  10.   Usage: GifClrMp [-s] [-l ColorMapFile] [-g Gamma] [-i Image#] [-h] GifFile
  11.  
  12.   If no GifFile is given, GifClip will try to read stdin for GIF file.
  13.  
  14. Memory required:
  15. ----------------
  16.  
  17. Line.
  18.  
  19.  
  20. Options:
  21. --------
  22.  
  23. 1. [-s] : Select the global screen color map.
  24. 2. [-l ColorMapFile] : load color map from this file instead of select color
  25.    map.
  26. 2. [-g Gamma] : Apply gamma correction to selected color map.
  27. 3. [-i Image#] : Select the i image color map.
  28. 4. [-h] : print one command line help, similar to Usage above.
  29.  
  30. Notes
  31. -----
  32. 1. Default operation is to dump out the selected color map in text format.
  33. 2. The file to load/dump is simply one color map entry per line. Each such
  34.    entry line has four integers: "ColorIndex Red Green Blue", where color
  35.    index is in ascending order starting from 1.
  36.