home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / CONVOLVE1DEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  2.1 KB  |  60 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="Convolve1D">
  3.     
  4.     <description>
  5.         Perform a 1D convolution with a custom kernel (per channel). Note that this effect is non-scalable.
  6.     </description>
  7.  
  8.  
  9.     <property name="FilterCoefficients1" type="float[]" default="0.2, 0.2, 0.2, 0.2, 0.2" label="Filter Coefficients 1">
  10.         <comments>
  11.             Filter coefficients for the channel 1. 
  12.         </comments>
  13.     </property>
  14.  
  15.     <property name="FilterCoefficients2" type="float[]" default="0.2, 0.2, 0.2, 0.2, 0.2" label="Filter Coefficients 2">
  16.         <comments>
  17.             Filter coefficients for the channel 2 
  18.         </comments>
  19.     </property>
  20.  
  21.     <property name="FilterCoefficients3" type="float[]" default="0.2, 0.2, 0.2, 0.2, 0.2" label="Filter Coefficients 3">
  22.         <comments>
  23.             Filter coefficients for the channel 3 
  24.         </comments>
  25.     </property>
  26.  
  27.     <property name="FilterCoefficients4" type="float[]" default="0.2, 0.2, 0.2, 0.2, 0.2" label="Filter Coefficients 4">
  28.         <comments>
  29.             Filter coefficients for the channel 4 (alpha channel, see 'Alpha Mode' parameter)
  30.         </comments>
  31.     </property>
  32.  
  33.     <property name="FilterAnchor" type="int" default="2" label="Filter Anchor">
  34.         <comments>
  35.             Filter anchor, should be between 0 and the N-1, where N is the number of coefficients
  36.         </comments>
  37.     </property>
  38.         
  39.     <property name="FilterOrientation" type="int" default="0" label="Filter Orientation">
  40.         <range min="0" max="1"/>
  41.         <comments>
  42.             0 = filter rows
  43.             1 = filter columns
  44.         </comments>
  45.     </property>
  46.  
  47.     <property name="FilterAlphaMode" type="int" default="0" label="Filter Alpha Mode">
  48.         <range min="0" max="2"/>
  49.         <comments>
  50.             0 = Filter alpha channel if input image have transparency 
  51.             1 = Always filter alpha channel
  52.             2 = Never filter alpha channel
  53.         </comments>
  54.     </property>
  55.  
  56.  
  57.     <input index="0" name="Input"/>
  58.     
  59. </effect>
  60.