home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 125.lha / PhotonSlide.README < prev    next >
Text File  |  1986-11-20  |  1KB  |  43 lines

  1.                   PhotonSlideShow -- by Oren Peli
  2.                   Readme file by Adams Douglas
  3.                         
  4. Photon Slide Show is a simple slide show program written by the author
  5. of Photon Paint. It will read Photon Paint or other IFF HAM files and
  6. display them based on a simple script file prepared by the user. It 
  7. serves as an example of an IFF reader which does not assume that
  8. the first chunk in an IFF picture file is a bitmap.
  9.  
  10. This program and its source are copyright (c)1988 by Oren Peli and
  11. MicroIllusions. They may be freely distributed for non-commercial
  12. purposes only.
  13.  
  14. To run Photon Slide Show, type:
  15.  
  16.     photonslideshow [file]
  17.     
  18. Where "file" is an optional script file name. If omitted, the program
  19. will look for a file named "script" in the current directory.
  20.  
  21. Each line of the script file should be of the form:
  22.  
  23.     filename,method,arg1,arg2,wait
  24.  
  25. Where:
  26.  
  27.     filename -- The name of the picture file.
  28.  
  29.     method -- The transition method to the next picture. Currently, the
  30.                 only options are:
  31.                         1 = scroll up at a rate of arg1
  32.                         anything else = cut to next image
  33.                         
  34.     arg1 -- See above
  35.     
  36.     arg2 -- Unused
  37.     
  38.     wait -- Time in seconds to hold this picture.
  39.     
  40.     
  41. Have fun,
  42. --Adams Douglas
  43.