home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / CDROM / Contents / READMEs / Peanuts-3 / Tools / screen / backspace / WallPaper.README < prev    next >
Encoding:
Text File  |  1996-11-09  |  3.0 KB  |  76 lines

  1. WallPaper is a BackSpace module that is an encapsulation of the wallpaper.ps
  2. program (gradient wrapping paper, symmetry group P4M) that Elizabeth Zwicky
  3. <zwicky@erg.sri.com> submitted to comp.sources.postscript.  (See enclosed
  4. comp.sources.postscript.87 file for the original posting and program.)
  5.  
  6. WallPaper provides sliders on the BackSpace Settings panel to control the
  7. wildness of the images, as defined in the original PostScript program, and
  8. the brightness of the colors.  (There are other defaults you can adjust
  9. listed below.)  The program continuously dissolves from one output of the
  10. wallpaper.ps program to the next.
  11.  
  12. There are some modifications that Elizabeth suggests (and provides
  13. alternative possibilities) in the comments to her program.  If you want to
  14. experiment with these, I suggest you unshar (or edit out the headers and
  15. execute the body using csh/sh) the comp.sources.postscript.87 file to extract
  16. the original wallpaper.ps program and try the various modifications using Yap
  17. (unfortunately Preview doesn't execute this program in color).  Once you
  18. settle on something you like, make the same modifications to the
  19. WallPaperWrap.psw file, which is nearly identical to wallpaper.ps but
  20. much less interactive for experimentation, and remake the module.
  21.  
  22. WallPaper was built and tested with the NeXTSTEP 3.0 version of BackSpace
  23. and may be incompatible with earlier versions.
  24.  
  25.  
  26. Installation
  27.  
  28. To install WallPaper, copy the WallPaperView.BackModule bundle (directory)
  29. into the ~/Library/BackSpaceViews or /LocalLibrary/BackSpaceViews directory.
  30. The following will install WallPaper in your ~/Library/BackSpaceViews
  31. directory:
  32.  
  33. make install
  34.  
  35. Or you can specify the installation directory:
  36.  
  37. make install INSTALLDIR=/LocalLibrary/BackSpaceViews
  38.  
  39. Or use 'cp -r' or tar to move the file to the desired location.
  40.  
  41.  
  42. Defaults
  43.  
  44. WallPaper has several defaults that you can set by doing a dwrite to the
  45. owner BackSpace  (the first two can also be set from sliders in the
  46. BackSpace Settings panel):
  47.  
  48.     WallPaperWildness ( = "0.5" )
  49.  
  50. Possible values for this default are 1, .5, 0, -.5 and -1.  (According to
  51. the original program, in monochrome .5 and 0 are hard to tell apart.)  The
  52. setting varies from psychedelic at 1.0 to slightly more tame at lower settings.
  53.  
  54.     WallPaperBrightness ( = "0.5" )
  55.  
  56. This puts a damper on the brightness of the colors so that in addition to
  57. a constantly changing screen image, you don't have one that's too bright
  58. to be a good screen saver.  The setting ranges from 1.0, full brightness
  59. which is great for showing off color machines, to 0.0 which is pitch black. 
  60.  
  61.     WallPaperStep ( = "0.1" )
  62.  
  63. Ths default is the step size used in dissolving from one image to the next.
  64. Its range is between 0 and 1.
  65.  
  66.     WallPaperCount ( = "4.0" )
  67.  
  68. Ths defaults controls how many repetitions (horizontally) you'll see on the
  69. screen.  Since screen height to width is typically a ratio of 3:4, multiples
  70. of 4.0 work best but you can adjust to your screen setup.  Unlike the above
  71. defaults, this is only checked at initialization and won't affect WallPaper
  72. once running.
  73.  
  74.  
  75. Christopher_Lane@Med.Stanford.EDU
  76.