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

  1.             GifBG
  2.             -----
  3.  
  4. Program to generate Back Ground with optionally gradually changing intensity
  5. in any of the basic 8 directions, as a GIF file.
  6.  
  7. Usage:
  8. ------
  9.  
  10. Usage: GifBG [-d Dir] [-l #Lvls] [-c R G B] [-m MinI] [-M MaxI] [-s W H] [-h]
  11.  
  12.   GifBG reads no input, and will dump the created GIF file to stdout.
  13.  
  14.  
  15. Memory required:
  16. ----------------
  17.  
  18. Line.
  19.  
  20.  
  21. Options:
  22. --------
  23.  
  24. 1. [-d Dir] : select direction the intensity of the background should increase.
  25.    Direction can be one of the 8 principle directions:
  26.    "T" - for Top        "TR" - for Top Right 
  27.    "R" - for Right        "BR" - for Bottom Right
  28.    "B" - for Bottom        "BL" - for Bottom Left
  29.    "L" - for left        "TL" - for Top Left
  30.      The compass directions may be use as synonym for the above directions, so
  31.    for example "NE" is equal to "TR".
  32.      Direction is case insensitive.
  33.      Default direction is Top (North).   
  34. 2. [-l #Lvls] : Number of levels the color is going to be scaled to. Default is
  35.    16.       
  36. 3. [-c R G B] : The color to use as the primary back ground color to scale.
  37.      This color is scaled between the minimum intensity (MinI) and maximum
  38.    intensity (MaxI) from one end of the screen to the end as defined by Dir.
  39.    see below (-m & -M) for MinI & MaxI. Default is Blue (0, 0, 255).
  40. 4. [-m MinI] : Minimum intensity (in percent) to scale color. Default 10%
  41. 5. [-M MaxI] : Maximum intensity (in percent) to scale color. Default 100%
  42. 6. [-s W H] : Size of image to create. Default 640 by 350.
  43. 7. [-h] : print one command line help, similar to Usage above.
  44.  
  45. Notes:
  46. ------
  47.   If MinI == MaxI = 100 (%) and #Lvls == 2 then boolean mask image of specified
  48. size will be created - all forground. This can be used as a square mask for
  49. gifcomb utility.
  50.