home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / worldmap / mapvu20.arc / SLIDE.DOC < prev    next >
Encoding:
Text File  |  1989-01-11  |  2.3 KB  |  48 lines

  1. Programme: SLIDE.EXE; QSLIDE.EXE
  2.    Author: TapirSoft Gisbert W.Selke, 11 Jan 1989
  3. Additions: Stefan Kaufmann, 24 Nov 1988
  4.  Language: TurboPascal 5.0, under MS-DOS 3.3.
  5.     Usage: slide <filename> [options]
  6.  
  7. These programmes are copyrighted but may be distributed and used for free.
  8.  
  9.            Display pictures stored in <filename> as stored by, e.g.,
  10.            MapView 2.0. The first time through, it will try to read
  11.            the whole file into memory and later display from there;
  12.            however, if there are too many pictures (depending on your
  13.            PC's available memory and the pictures' size), they will be
  14.            read from disk. Pressing any key quits the programmes;
  15.            however, cf. the /K option below.
  16.  
  17.            SLIDE does clean screen swapping at all stages; QSLIDE,
  18.            is less smooth while reading from disk, but is about
  19.            5 times as fast when displaying from memory. Also, QSLIDE
  20.            will work only on CGA and Hercules adapters, due to 80x86
  21.            segment sizes.
  22.  
  23.            The programmes check whether the slides in the file were
  24.            produced on the same kind of display adapter.
  25.  
  26.            Default file extension is '.PIC'.
  27.  
  28.            Options are: /R<repeatcount>      /D<delay>   /K
  29.  
  30.            where <delay> is a delay in milliseconds between each two
  31.            slides, and the whole series is repeated <repeatcount> times.
  32.            If /K is specified, pressing Q, ESC or Ctrl-C only will
  33.            abort the programmes; any other key will immediately switch
  34.            to the next picture. This is useful for occasional
  35.            shortening of large delay times.
  36.            Defaults are no delay and one repetition; maxima are
  37.            /D65535 and /R65535. In the special case of <delay>=0, the
  38.            delay time is set to 655350 milliseconds; if <repeatcount>=0,
  39.            the series is repeated indefinitely, or until a key is
  40.            pressed.
  41.  
  42.            There is a hard limit on the maximum number of screens that
  43.            can be stored in memory; it is currently set at 75. More
  44.            pictures can be displayed, but will have to be read from disk.
  45.  
  46.            SLIDE and QSLIDE need the appropriate Borland graphics
  47.            driver (BGI) for operation.
  48.