home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / boot / picboot / picboot.readme < prev    next >
Text File  |  1994-12-26  |  2KB  |  46 lines

  1. Short:    Shows a picture during boot. V2.6
  2. Author:   cmh@augs.se (Magnus Holmgren)
  3. Uploader: row@augs.se (Roger Westerlund)
  4. Type:     util/boot
  5.  
  6. Introduction
  7. ************
  8.  
  9.    Have you removed all output in your 2.0+ startup, and only see a
  10. black screen during boot? Wouldn't it be nice to have a picture
  11. instead? A picture that disappeared when the Workbench screen opened?
  12.  
  13.    If so, PicBoot is certainly a program for you. What it will do is to
  14. read any IFF file containing an ILBM - or GIF - picture, and show it.
  15. As soon as the Workbench screen appears (or you press any
  16. mouse-button), the picture will go away.
  17.  
  18.    Features:
  19.  
  20.    *  Fast picture unpacking, using highly optimized assembler. The
  21.      entire picture is read into memory and then unpacked. This applies
  22.      both to the IFF and the GIF unpacker.
  23.  
  24.    *  Optional auto-detaching; the picture is loaded as fast as
  25.      possible, with minimal memory fragmentation.
  26.  
  27.    *  A picture can be shown a user-specified time after the Workbench
  28.      screen opens (see DELAY and PATCH).
  29.  
  30.    *  Extremely flexible argument parser.
  31.  
  32.    *  Random select among any number of pictures, in several different
  33.      ways.
  34.  
  35.    *  Force a certain display mode for a picture, even if saved with
  36.      another (can be selected on a picture by picture basis).
  37.  
  38.    *  The comment field of a file may be used to specify options.
  39.  
  40.    *  Optional screen centering (horisontally).
  41.  
  42.    *  Optional screen fading (in various forms). Uses the increased
  43.      palette range in AA (24 bits).
  44.  
  45.    *  Should work with most "Intuition emulators" for gfx-cards.
  46.