home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / libraries / svlib102u.lha / superview-lib_USR / Docs / ControlPads < prev    next >
Encoding:
Text File  |  1995-02-17  |  5.2 KB  |  90 lines

  1.  
  2.   ControlPad-FAQ V10.2 (13.2.95)
  3.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.  
  5.   Due to many requests...
  6.   Here is it: THE CONTROLPAD-FAQ ;-)
  7.  
  8.   Not sorted in any way, and not claiming to include all of them.
  9.  
  10.   ----------------------------------------------------------------------------
  11.   ControlPad-Name     : "ENV:superview-library/LIBRARY.controlpad"
  12.   ControlPad-Commands : - ANYDATATYPES
  13.                           ; if this KeyWord is set, ANY DataTypes will
  14.                           ; be loaded and tried to be displayed in some
  15.                           ; way (e.g. not only pictures, but also 8SVX
  16.                           ; sounds or ANIM-Files ...)
  17.                         - DEFAULTSVDRIVER=<#?.svdriver>
  18.                           ; Define, which SVDriver should be used
  19.                           ; by default.
  20.                           ; E.g. "DEFAULTSVDRIVER=AGA.svdriver"
  21.   ----------------------------------------------------------------------------
  22.   ControlPad-Name     : "ENV:superview-library/SVO.controlpad"
  23.   ControlPad-Commands : - PACKMETHOD=<xxxx>
  24.                           ; if this one is specified, it is tried to
  25.                           ; pack the resulting file with the specified
  26.                           ; XPK-Packer. If this fails, the file keeps
  27.                           ; unpacked.
  28.   ----------------------------------------------------------------------------
  29.   ControlPad-Name     : "ENV:superview-library/ECS.controlpad"
  30.   ControlPad-Commands : - 24BITOPERATOR=ExtractGrayScales
  31.                           ; e.g. "24BITOPERATOR=24BitToHAM"
  32.                           ; or   "24BITOPERATOR=ExtractGrayScales"
  33.                           ; (case-sensitive, ".svoperator" may be added)
  34.                           ; specifies, which operation should be performed
  35.                           ; on 24 Bit graphics _before_ displaying them
  36.                           ; (if not specified, "on error" default handling
  37.                           ;  takes place)
  38.   ----------------------------------------------------------------------------
  39.   ControlPad-Name     : "ENV:superview-library/AGA.controlpad"
  40.   ControlPad-Commands : - 24BITOPERATOR=ExtractGrayScales
  41.                           ; e.g. "24BITOPERATOR=24BitToHAM"
  42.                           ; or   "24BITOPERATOR=ExtractGrayScales"
  43.                           ; (case-sensitive, ".svoperator" may be added)
  44.                           ; specifies, which operation should be performed
  45.                           ; on 24 Bit graphics _before_ displaying them
  46.                           ; (if not specified, "on error" default handling
  47.                           ;  takes place)
  48.   ----------------------------------------------------------------------------
  49.   ControlPad-Name     : "ENV:superview-library/XOR.controlpad"
  50.   ControlPad-Commands : - XORVALUE = <0..255>
  51.                           ; 0 and 255 will not be the best decision.
  52.                           ; Use 15 or something like this.
  53.   ----------------------------------------------------------------------------
  54.   ControlPad-Name     : "ENV:superview-library/24BitToHAM.controlpad"
  55.   ControlPad-Commands : - DITHERMODE=< HAM6_QUICK|HAM6_WELL
  56.                                       |HAM8_QUICK|HAM8_WELL>
  57.                           ; specifies the HAM-Mode to be used and
  58.                           ; the resulting speed/quality
  59.   ----------------------------------------------------------------------------
  60.   ControlPad-Name     : "ENV:superview-library/Dither24Bit.controlpad"
  61.   ControlPad-Commands : - COLORDEPTH=<1..8>
  62.                           ; specifies the colordepth of the dithering
  63.                           ; output (1->2 Colors .. 8->256 Colors)
  64.   ----------------------------------------------------------------------------
  65.   ControlPad-Name     : "ENV:superview-library/HilbertDither256.controlpad"
  66.   ControlPad-Commands : - BACKGROUND=<BLACK|WHITE>
  67.                           ; defines, which of the two colors will act
  68.                           ; as background color. Useful e.g. for printing.
  69.  
  70.   ----------------------------------------------------------------------------
  71.   ControlPad-Name     : "ENV:superview-library/24BitToHAM.controlpad"
  72.   ControlPad-Commands : - DITHERMODE=< HAM6_QUICK|HAM6_WELL
  73.                                       |HAM8_QUICK|HAM8_WELL>
  74.                           ; specifies the HAM-Mode to be used and
  75.                           ; the resulting speed/quality
  76.   ----------------------------------------------------------------------------
  77.   ControlPad-Name     : "ENV:superview-library/ExtractGrayScales.controlpad"
  78.   ControlPad-Commands : - COLORDEPTH=<1..8>
  79.                           ; specifies the colordepth of the grayscaled
  80.                           ; output (1->2 Colors .. 8->256 Colors)
  81.   ----------------------------------------------------------------------------
  82.   ControlPad-Name     : "ENV:superview-library/Rotate.controlpad"
  83.   ControlPad-Commands : - DEGREES=<90|180|270>
  84.                           ; rotate by how many degrees (reverse clockwise) ?
  85.   ----------------------------------------------------------------------------
  86.   ControlPad-Name     : "ENV:superview-library/Scale50.controlpad"
  87.   ControlPad-Commands : - METHOD=<HALF|DOUBLE>
  88.                           ; scale to which size ?
  89.   ----------------------------------------------------------------------------
  90.