home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / multimedia / viewern5 / imgview5_full.exe / scripts / photo_aged.dsc < prev    next >
Extensible Markup Language  |  2005-10-26  |  987b  |  43 lines

  1. <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
  2. <div5Script>
  3.   <ver>1</ver>
  4.   <name>Aged Photo</name>
  5.   <descr>Creates image looking like aged photo</descr>
  6.   <group>Standard</group>
  7.   <author>DIMIN Viewer n5</author>
  8.   <date>2005-10-25 23:04:48</date>
  9.   <uses></uses>
  10.  
  11.   <item>
  12.     <type>filter</type>
  13.     <command>DIV_COLOR_DEPTH</command>
  14.     <descr>Modify color depth</descr>
  15.     <arg>
  16.       <id>1000</id>
  17.       <text>Depth in bpp (1,4,8,24,32, 111-Mono, 888-Grey, 666-Gray/24, 777-8/24):</text>
  18.       <data>888</data>
  19.     </arg>
  20.   </item>
  21.  
  22.   <item>
  23.     <type>filter</type>
  24.     <command>DIV_COLOR_ADJUST_RGB</command>
  25.     <descr>Adjust RGB</descr>
  26.     <arg>
  27.       <id>1000</id>
  28.       <text>R:</text>
  29.       <data>25</data>
  30.     </arg>
  31.     <arg>
  32.       <id>1001</id>
  33.       <text>G:</text>
  34.       <data>10</data>
  35.     </arg>
  36.     <arg>
  37.       <id>1002</id>
  38.       <text>B:</text>
  39.       <data>-30</data>
  40.     </arg>
  41.   </item>
  42. </div5Script>
  43.