home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / workbench / backdrops / backdrops2.0 < prev    next >
Encoding:
Text File  |  1995-02-27  |  7.0 KB  |  191 lines

  1.  
  2.  
  3.                               BACKDROPS 2.0
  4.                               -------------
  5.  
  6.     Here's a friendly Prefs program for your Workbench that will allow
  7.     you to keep a list of your favorite backdrops and have a new one appear
  8.     each time your computer is rebooted.  This version is now capatible
  9.     with WB2.x and WB3.x.
  10.  
  11.     Backdrops has been tested with NickPrefs and WB3.0's WBPattern editor
  12.     and should work with other backdrop programs as well.  It is even
  13.     possible to get it running under 1.3 (see below).
  14.  
  15.     Backdrops does not display the picture itself, it just picks new ones
  16.     for you.  I wouldn't want to touch that OS trickery.
  17.  
  18.     WARNING: When BDStartup is run it may replace your current palette with
  19.     a new one.  If your palette is not saved somewhere, please do so.
  20.  
  21.     To install, drop the Prefs/Backdrops icon in your Prefs drawer and the
  22.     WBStartup/BDStartup icon in your WBStartup drawer.
  23.  
  24.     Click on the Backdrops icon in your Prefs drawer to add your backdrop
  25.     picture files to its list.  Click on the Save button to save your file
  26.     list.
  27.  
  28.     A picture file "RandomBackdrop" will be created when you start adding
  29.     files to the list.  Use this file in your backdrop program (that would
  30.     be WBPicture for NickPref users or WBPattern for WB3.x users).
  31.  
  32.  
  33.  
  34.  
  35.                         How it works (default setup)
  36.                         ----------------------------
  37.  
  38.     BDStartup will get started up at boot time but will immediately go to
  39.     sleep in the background so it will not effect your bootup time.
  40.  
  41.     After 2 minuits it will wake up and pick a new backdrop from the list.
  42.     It then copies this picture file to the Random Backdrop File (default
  43.     file: "RandomBackdrop").
  44.  
  45.     After the file is copied it updates your WB palette to match that of
  46.     your picture.
  47.  
  48.     The WBStartup process exits.
  49.  
  50.  
  51.  
  52.                             BDStartup Tool Types
  53.                             --------------------
  54.  
  55.     DEBUGMODE = ON or OFF      BDStartup will report what it is doing if
  56.                                turned on.
  57.  
  58.     DELAY = <n>                Integer value indicates how many seconds
  59.                                BDStartup will delay after bootup before it
  60.                                picks a new backdrop.  This should be set to
  61.                                activate some time after the computer is
  62.                                booted up and not active.
  63.  
  64.     CHANGEPALETTE = YES or NO  If you don't want your palette changed to
  65.                                match the picture palette set this to NO.
  66.  
  67.     SELECTION = RAND or SEQ    BDStartup can select a new backdrop at
  68.                                random or sequentially.  If you do not have
  69.                                a clock in your system you will have to use
  70.                                the SEQ option.
  71.  
  72.  
  73.  
  74.                           More Details (technical)
  75.                           ------------------------
  76.  
  77.     To support WB3.x I had to modify the copy operation a bit.  It seems
  78.     that WBPattern holds a file lock on my RandomBackdrop, so I had to
  79.     rename this file to RandomBackdrop.locked before doing the copy
  80.     operation.  It ends up creating *one* extra file, but this method is
  81.     very OS friendly.
  82.  
  83.     The ramdom file selection relies on the system time, if you do not have
  84.     a clock (gads!) this mode will not work for you.  But you now have the
  85.     sequential selection option!
  86.  
  87.     If you have a WB1.3 system you can get this to work.  You will not be
  88.     able to use the Backdrops prefs editor, instead you can edit the file
  89.     list file directly.  It's named S:Backdrops.  The first line contains
  90.     the name of the Random Backdrop File.  The following lines contain your
  91.     backdrop list, one line per file.  Please include a full path spec for
  92.     each file.  In your startup sequence you will have to WBRun BDStartup.
  93.  
  94.  
  95.  
  96.                                 REVISIONS
  97.                                 ---------
  98.  
  99.     v1.1  Startup icon was missing the DONOTWAIT tool type.
  100.           Supports slightly longer file names
  101.  
  102.     v2.0  Can now update the WB3.x palette.
  103.           Many new tool types added to WBStartup:
  104.             Can set the activation delay for WBStartup
  105.             Will now optionally update your palette
  106.             Can select backdrops at random or sequentially
  107.             Added a debugging mode
  108.           More informative if errors occur.
  109.  
  110.  
  111.  
  112.                   Notes on Creating Eight Color Backdrops
  113.                   ---------------------------------------
  114.  
  115.     Eight color backdrops can be tricky to do but you can get good results.
  116.     Here are a few tips.
  117.  
  118.     A program like The Art Department is essential for creating good
  119.     backdrops.  Load in a picture you'd like to have displayed.  Convert it
  120.     to 8 colors.  Remember to display it in the same resolution as your
  121.     Workbench.  You may want to double the scale in the X direction if it
  122.     is a low res picture.
  123.  
  124.     Does it look okay?  Try adjusting the color, brightness and dithering
  125.     if you are not satisfied.
  126.  
  127.     If you like it, lock the palette to ensure that it doesn't get changed
  128.     by the program.  You will have to arrange the colors in the palette so
  129.     that it makes a good workbench.
  130.  
  131.     Workbench uses the 8 color palette like this:
  132.  
  133.     Color#  Description        Typical brightness
  134.  
  135.     1  Text Backdrop           Should be a light but not glaring color.
  136.  
  137.     2  Text Pen                Should be black, or very dark.
  138.  
  139.     3  Edge Highlight          Should be white or very light.
  140.  
  141.     4  Window Active Color     Whatever you think "goes" best with #1.
  142.  
  143.     5  Free
  144.  
  145.     6  Free
  146.  
  147.     7  Menu Item Highlight     I prefer this a dark color.
  148.                                (I use this color for my windows pattern.
  149.                                 I make sure it looks dark against #1.)
  150.  
  151.     8  Cursor & Text Highlight Anything that can be seen against #7. I
  152.                                prefer this a light color.
  153.  
  154.  
  155.     Rearrange the colors in your palette by swapping the colors around
  156.     until they fit the suggestions above.
  157.  
  158.     Save your 8 color iff file.
  159.  
  160.     Load the file as your backdrop and it's palette too.
  161.  
  162.     Typically color #1 will not be right and will need the most attention.
  163.     Open the palette tool from your Prefs directory and adjust the color to
  164.     your liking from there.
  165.  
  166.     When you get a nice text backdrop color go back to whatever you were
  167.     using to adjust the palette of the picture and change it there.  If you
  168.     are using good image softare like the Art Department you should
  169.     rerender the image with the new palette.
  170.  
  171.     You will have to balance your colors between the WB and your picture.
  172.     Remember, making the icons and windows easy to read is most important.
  173.  
  174.     A trick that sometimes works is loading a palette from another WB
  175.     backdrop into a picture you're trying to make Workbenchable.
  176.  
  177.     I hope these suggestions will help you out.
  178.  
  179.  
  180.  
  181.     If you have any suggestions or problems with Backdrops don't hesitate
  182.     to tell me about it!
  183.  
  184.  
  185.     Author: Ross MacGregor
  186.  
  187.     Internet: haley@unixg.ubc.ca
  188.     GEnie:    MACGREGOR1
  189.     Phone:    (604) 872-7468
  190.  
  191.