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

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