home *** CD-ROM | disk | FTP | other *** search
- PhotonSlideShow -- by Oren Peli
- Readme file by Adams Douglas
-
- Photon Slide Show is a simple slide show program written by the author
- of Photon Paint. It will read Photon Paint or other IFF HAM files and
- display them based on a simple script file prepared by the user. It
- serves as an example of an IFF reader which does not assume that
- the first chunk in an IFF picture file is a bitmap.
-
- This program and its source are copyright (c)1988 by Oren Peli and
- MicroIllusions. They may be freely distributed for non-commercial
- purposes only.
-
- To run Photon Slide Show, type:
-
- photonslideshow [file]
-
- Where "file" is an optional script file name. If omitted, the program
- will look for a file named "script" in the current directory.
-
- Each line of the script file should be of the form:
-
- filename,method,arg1,arg2,wait
-
- Where:
-
- filename -- The name of the picture file.
-
- method -- The transition method to the next picture. Currently, the
- only options are:
- 1 = scroll up at a rate of arg1
- anything else = cut to next image
-
- arg1 -- See above
-
- arg2 -- Unused
-
- wait -- Time in seconds to hold this picture.
-
-
- Have fun,
- --Adams Douglas
-