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

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="UnsharpMaskCalculationEffect">
  3.   <description>
  4.     UnsharpMaskCalculationEffect : implements the last step of USM 
  5.     where we integrate the blurred YIQA image with the unblurred image
  6.     to create the sharpened RGBA image
  7.   </description>
  8.   <property name="Amount" type="float" default="0.0" label="Amount to sharpen">
  9.     <range min="0.0" max="10.0"/>
  10.   </property>
  11.   <property name="Threshold" type="float" default="0.0" label="Threshold">
  12.     <range min="0.0" max="10.0"/>
  13.     <comment>
  14.       Amount of difference from neighbors required before we sharpen. 
  15.       Used to NOT sharpen subtle textures such as skin.
  16.     </comment>
  17.   </property>
  18.   
  19.   <input index="0" name="OriginalImage"/>
  20.   <input index="1" name="BlurredYIQImage"/>
  21. </effect>
  22.