home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / ProPlus.WW / ProPsWW.cab / OIMG.DLL / XML / UNSHARPMASKCALCULATIONEFFECT.XML < prev    next >
Extensible Markup Language  |  2010-01-09  |  823b  |  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.