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

  1.  
  2.   SQDiffuse.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.   SQDiffuse.svoperator is an external SV_GfxBuffer modification module
  20.   for superview.library.
  21.  
  22.   This  operator  creates  an  effect as if the image was exploded pixel by
  23.   pixel.
  24.  
  25.   A  PERCENTAGE=10  control pad setting gives a very nice effect, the image
  26.   is  still  recognizable.  While a PERCENTAGE=100 is just a mess.... but a
  27.   nice one!
  28.  
  29.   ControlPad-Switches
  30.   ~~~~~~~~~~~~~~~~~~~
  31.   ControlPad-Name     : "ENV:superview-library/SQDiffuse.controlpad"
  32.   ControlPad-Commands : - PERCENTAGE=<1..100>
  33.                           ; This the percentage of Diffuse to be applied.
  34.                           ;
  35.                           ; The following controlpads allow you to apply
  36.                           ; this operator to a rectangular region of the
  37.                           ; image.
  38.                         - REGION=<ENTIREIMAGE|RECTANGULAR>
  39.                           ; area of image to work on
  40.                         - LEFTEDGE=<Value>
  41.                           ; crop from x position
  42.                           ; (will be adjusted, if >= source width)
  43.                         - TOPEDGE=<Value>
  44.                           ; crop from y position
  45.                           ; (will be adjusted, if >= source height)
  46.                         - WIDTH=<Value>
  47.                           ; crop how many x pixels from leftedge
  48.                           ; (will be adjusted, if too large)
  49.                         - HEIGHT=<Value>
  50.                           ; crop how many y pixels from topedge
  51.                           ; (will be adjusted, if too large)
  52.  
  53.   Author
  54.   ~~~~~~
  55.   Steve Quartly
  56.   1280 Stevens St
  57.   MUNDARING
  58.   Western Australia        steveq@mafeking.scouts.org.au
  59.  
  60.   History
  61.   ~~~~~~~
  62.   V1.0 (01.09.1995) :
  63.  
  64.    - first public release
  65.  
  66.     V3.1 (1.1.1996)   :
  67.  
  68.    - added progress indicator support
  69.  
  70.     V3.5 (11.01.98)   :
  71.  
  72.      - updated to support semaphores
  73.      - fix bug with REGION control pad
  74.