home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / grafica / sviewiv / tools / readme < prev    next >
Text File  |  2000-01-19  |  7KB  |  151 lines

  1.  
  2.    Tools Directory (4.9.99)
  3.    ~~~~~~~~~~~~~~~~~~~~~~~~
  4.  
  5.    SuperSlide  (ONLY TO BE DISTRIBUTED TOGETHER WITH SUPERVIEW - see there)
  6.    ----------
  7.    This is a simple program for quick and easy viewing of graphics
  8.    from WB, Shell or from other programs like DOpus.
  9.  
  10.    It supports CLI and Workbench Usage, FileRequester (when called with
  11.    no parameters from WB or CLI), WildCards (from CLI) and multiple
  12.    selection (within the FileRequester or by selecting several Icons on WB).
  13.    Allows specifying a source directory for FileRequester selection
  14.    (for example: "SuperSlide Work:Graphics/").
  15.  
  16.    Other options:    QUIET    won't open any requesters on errors or
  17.                               "file not found messages" etc.
  18.  
  19.    This program is NOT Freeware. It is part of SuperView.
  20.  
  21.  
  22.    CyberSlide  (ONLY TO BE DISTRIBUTED TOGETHER WITH SUPERVIEW - see there)
  23.    ----------
  24.    CyberSlide provides the same functionality as SuperSlide, but
  25.    only works with CyberGraphX (or clones) and an 68020 CPU.
  26.  
  27.    It only makes use of Cybergraphics viewmodes, either via the BestModeID
  28.    mechanism or by using user specified values, following this syntax
  29.    (only when filename[s] spefified):
  30.  
  31.       CyberSlide MODEID=0x...                     (hex number in c-style, like 0xaabbccdd)
  32.       CyberSlide MODEWIDTH=999 MODEHEIGHT=999     (decimal width/height numbers)
  33.  
  34.    The parameters are optionally - if these are specified, filenames/wildcards have
  35.    to follow (batch-mode). Of course you also may make use of these from Workbench,
  36.    by specifying tooltype entries within the program's icon or the icons of
  37.    the images that are to be displayed (e.g. via multi-selection). Then,
  38.    additionally the following tooltype is allowed:
  39.  
  40.       DEF_DIR=...                                 (source directory for images)
  41.  
  42.    Please note, that the color depth cannot be specified for some reason.
  43.    The minimum supported depth is 8 Bit, HAM and 24 Bit graphics will first
  44.    tried to be displayed in 24 Bit, or - if this does not work - in 16 Bit.
  45.  
  46.    If you specify the KEEPSCREEN option, the program only will open a screen once
  47.    (that is, in 16 or 24 bit, but with the specified size, if any) and keep
  48.    it open until all images have been displayed. This avoids resyncing of
  49.    the monitor, but you lose the ability to scroll around in oversized images,
  50.    i.e. images that are larger than the initially selected one.
  51.  
  52.    Other options:    QUIET    won't open any requesters on errors or
  53.                               "file not found messages" etc.
  54.  
  55.    This program is NOT Freeware. It is part of SuperView.
  56.  
  57.  
  58.    WinSlide  (ONLY TO BE DISTRIBUTED TOGETHER WITH SUPERVIEW - see there)
  59.    --------
  60.    WinSlide works with either AGA or CyberGraphX (or clones) but does
  61.    require at least OS 3.1 (V39) and an 68020 CPU.
  62.  
  63.    It does not open a screen for displaying images, but instead works
  64.    similar to the Window.svdriver as provided with SuperView-Library.
  65.  
  66.    Differences to Window.svdriver:  - allows to even resize pictures that
  67.                                       did fit into the window
  68.                                     - window title bar may only show
  69.                                       filename, optionally (TITLEONLY)
  70.                                     - "scrollmode" is "realmode", thus no
  71.                                       double-clicks required to leave
  72.                                     - "Dither24Bit" is standard operator
  73.                                       for 24 bit displaying on 8 bit screens
  74.                                     - MAXSIZE option allows to even windows
  75.                                       as big as possible, not centered on
  76.                                       the screen
  77.  
  78.    Options (only when filename[s] spefified):
  79.  
  80.       WinSlide PUBSCREEN_NAME=...
  81.       WinSlide SCROLLSPEED=0..n
  82.       WinSlide SVOPERATOR=...[.svoperator]
  83.       WinSlide TITLEONLY
  84.       WinSlide CLOSEGAD
  85.       WinSlide MAXSIZE
  86.  
  87.    The parameters are optionally - if these are specified, filenames/wildcards have
  88.    to follow (batch-mode) AFTER THAT. Of course you also may make use of these from
  89.    Workbench, by specifying tooltype entries within the program's icon or the icons
  90.    of the images that are to be displayed (e.g. via multi-selection). Then,
  91.    additionally the following tooltype is allowed:
  92.  
  93.       DEF_DIR=...                                 (source directory for images)
  94.  
  95.    Note: Default "scrollspeed" is 10 (it's the number of pixels to be shifted
  96.          by one cursor key press).
  97.  
  98.    Other options:    QUIET    won't open any requesters on errors or
  99.                               "file not found messages" etc.
  100.  
  101.    This program is NOT Freeware. It is part of SuperView.
  102.  
  103.  
  104.    ScrollSlide  (ONLY TO BE DISTRIBUTED TOGETHER WITH SUPERVIEW - see there)
  105.    -----------
  106.    ScrollSlide works with either AGA or CyberGraphX (or clones) but does
  107.    require at least OS 3.1 (V39) and an 68020 CPU.
  108.  
  109.    It is quite similar to WinSlide, with the difference that it does
  110.    open its own screen for displaying images within a scrollable Window.
  111.  
  112.    This is somewhat slower than with CyberSlide, however it uses less
  113.    memory on the graphics board (respectively less chip memory with AGA).
  114.  
  115.    Options (only when filename[s] spefified):
  116.  
  117.       ScrollSlide PUBSCREEN_NAME=...
  118.       ScrollSlide SCROLLSPEED=0..n
  119.       ScrollSlide SVOPERATOR=...[.svoperator]
  120.       ScrollSlide TITLEONLY
  121.       ScrollSlide CLOSEGAD
  122.       ScrollSlide MODEID=0x...                     (hex number in c-style, like 0xaabbccdd)
  123.       ScrollSlide MODEWIDTH=999 MODEHEIGHT=999     (decimal width/height numbers)
  124.  
  125.    The parameters are optionally - if these are specified, filenames/wildcards have
  126.    to follow (batch-mode) AFTER THAT. Of course you also may make use of these from
  127.    Workbench, by specifying tooltype entries within the program's icon or the icons
  128.    of the images that are to be displayed (e.g. via multi-selection). Then,
  129.    additionally the following tooltype is allowed:
  130.  
  131.       DEF_DIR=...                                 (source directory for images)
  132.  
  133.    Note: Default "scrollspeed" is 10 (it's the number of pixels to be shifted
  134.          by one cursor key press).
  135.  
  136.    Other options:    QUIET    won't open any requesters on errors or
  137.                               "file not found messages" etc.
  138.  
  139.    This program is NOT Freeware. It is part of SuperView.
  140.  
  141.  
  142.    SuperViewPalette
  143.    ----------------
  144.    This tool locks the palette of the Workbench screen so that the
  145.    SuperView Default Icons for the supported file formats will appear
  146.    with correct colors (you may put it to your "SYS:WBStartup drawer).
  147.    Fully system conform. OS3.x is needed.
  148.  
  149.    This program is NOT Freeware. It is part of SuperView.
  150.  
  151.