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

  1.  
  2.   SQSlicing.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.   SQSlicing.svoperator is an external SV_GfxBuffer modification module
  20.   for superview.library.
  21.  
  22.   This operator slices up an image into horizontal and vertical strips.
  23.  
  24.   **** Note:
  25.   Although  you  have  the  option  to  be  able  to  limit  the slice to a
  26.   recangular  region, the routine produces unpredictable results on smaller
  27.   regions. If you maintain a larger area, you will get much better results.
  28.  
  29.   ControlPad-Switches
  30.   ~~~~~~~~~~~~~~~~~~~
  31.   ControlPad-Name     : "ENV:superview-library/SQSlicing.controlpad"
  32.   ControlPad-Commands :   ; The following controlpads allow you to apply
  33.                           ; this operator to a rectangular region of the
  34.                           ; image.
  35.                         - REGION=<ENTIREIMAGE|RECTANGULAR>
  36.                           ; area of image to work on
  37.                         - LEFTEDGE=<Value>
  38.                           ; crop from x position
  39.                           ; (will be adjusted, if >= source width)
  40.                         - TOPEDGE=<Value>
  41.                           ; crop from y position
  42.                           ; (will be adjusted, if >= source height)
  43.                         - WIDTH=<Value>
  44.                           ; crop how many x pixels from leftedge
  45.                           ; (will be adjusted, if too large)
  46.                         - HEIGHT=<Value>
  47.                           ; crop how many y pixels from topedge
  48.                           ; (will be adjusted, if too large)
  49.  
  50.   Author
  51.   ~~~~~~
  52.   Steve Quartly
  53.   1280 Stevens St
  54.   MUNDARING
  55.   Western Australia        steveq@mafeking.scouts.org.au
  56.  
  57.   History
  58.   ~~~~~~~
  59.   V1.0 (01.09.1995) :
  60.  
  61.    - first public release
  62.  
  63.   V3.1 (1.1.1996)   :
  64.  
  65.    - added progress indicator support
  66.     
  67.     V3.5 (11.01.98)   :
  68.  
  69.      - updated to support semaphores
  70.      - fix bug with REGION control pad
  71.