home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / grafica / sviewiv / superviewlibrary / sq-operators / sqcontrast.doc < prev    next >
Text File  |  2000-01-19  |  2KB  |  75 lines

  1.  
  2.   SQContrast.svoperator
  3.  
  4.   © 1995 by Steve Quartly.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 3.5
  9.   Release Date : 11.01.1998
  10.  
  11.  
  12.   Requirements
  13.   ~~~~~~~~~~~~
  14.   - OS V2.04+ (V37)+ and its libraries
  15.   - superviewsupport.library V5+
  16.  
  17.   Description
  18.   ~~~~~~~~~~~
  19.   SQContrast.svoperator is an external SV_GfxBuffer modification module
  20.   for superview.library.
  21.  
  22.   This operator allow you to adjust the contrast of an image.
  23.  
  24.     ***NOTE:  This  operator will only work on a 24 bit buffer. This is not a
  25.   major  problem  as you can apply the AnyTo24Bit.svoperator first and then
  26.   apply this operator quite successfully.
  27.  
  28.   ControlPad-Switches
  29.   ~~~~~~~~~~~~~~~~~~~
  30.   ControlPad-Name     : "ENV:superview-library/SQContrast.controlpad"
  31.   ControlPad-Commands : - PERCENTAGE=<1..100>
  32.                           ; This the percentage of Contrast to be applied.
  33.                         - EFFECT=<LIGHTEN|DARKEN>
  34.                           ; Lighten or darken the contrast.
  35.                           ;
  36.                           ; The following controlpads allow you to apply
  37.                           ; this operator to a rectangular region of the
  38.                           ; image.
  39.                         - REGION=<ENTIREIMAGE|RECTANGULAR>
  40.                           ; area of image to work on
  41.                         - LEFTEDGE=<Value>
  42.                           ; crop from x position
  43.                           ; (will be adjusted, if >= source width)
  44.                         - TOPEDGE=<Value>
  45.                           ; crop from y position
  46.                           ; (will be adjusted, if >= source height)
  47.                         - WIDTH=<Value>
  48.                           ; crop how many x pixels from leftedge
  49.                           ; (will be adjusted, if too large)
  50.                         - HEIGHT=<Value>
  51.                           ; crop how many y pixels from topedge
  52.                           ; (will be adjusted, if too large)
  53.  
  54.   Author
  55.   ~~~~~~
  56.   Steve Quartly
  57.   1280 Stevens St
  58.   MUNDARING
  59.   Western Australia        steveq@mafeking.scouts.org.au
  60.  
  61.   History
  62.   ~~~~~~~
  63.   V1.0 (01.09.1995) :
  64.  
  65.    - first public release
  66.  
  67.   V3.1 (1.1.1996)   :
  68.  
  69.    - added progress indicator support
  70.  
  71.     V3.5 (11.01.98)   :
  72.  
  73.      - updated to support semaphores
  74.      - fix bug with REGION control pad
  75.