home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / grafik / giflib11 / doc / gifwedge.doc < prev    next >
Encoding:
Text File  |  1990-02-23  |  734 b   |  31 lines

  1.             GifWedge
  2.             --------
  3.  
  4. Program to create a test GIF image with intensity levels of the RGB colors
  5. YCM colors and white.
  6.  
  7.  
  8. Usage:
  9. ------
  10.  
  11. Usage: GifWedge [-l #Lvls] [-s SizeX SizeY] [-h]
  12.  
  13.  
  14. Memory required:
  15. ----------------
  16.  
  17. Line.
  18.  
  19.  
  20. Options:
  21. --------
  22.  
  23. 1. [-l #Lvls] : Set number of intensity levels per color. This number must be
  24.    power of two up to 32 as Gif format can only have 256 color simultanuously
  25.    and 7 basic colors are to be displayed.
  26. 2. [-s SizeX SizeY] : Force image size to be SizeX by SizeY pixels.
  27.    Image size will be rounded down to be a multiple of number of intensities
  28.    horizontally, and 7 (colors) vertically.
  29. 6. [-h] : print one command line help, similar to Usage above.
  30.  
  31.