home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / multimedia / viewern5 / imgview5_full.exe / scripts / thumbnail_sharp_250pixels.dsc < prev    next >
Extensible Markup Language  |  2005-07-12  |  946b  |  42 lines

  1. <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
  2. <div5Script>
  3.   <ver>1</ver>
  4.   <name>Thumbnail sharp 250 pixels</name>
  5.   <descr>Create sharp thumnail to fit into 250x250 pixels</descr>
  6.   <group>Standard</group>
  7.   <author>DIMIN Viewer n5</author>
  8.   <date>2005-07-11 22:31:25</date>
  9.   <uses></uses>
  10.  
  11.   <item>
  12.     <type>filter</type>
  13.     <command>DIV_IMAGE_RESIZE</command>
  14.     <descr>Resize image</descr>
  15.     <arg>
  16.       <id>1000</id>
  17.       <text>Width:</text>
  18.       <data>250</data>
  19.     </arg>
  20.     <arg>
  21.       <id>1001</id>
  22.       <text>Height:</text>
  23.       <data>250</data>
  24.     </arg>
  25.     <arg>
  26.       <id>1002</id>
  27.       <text>Method:</text>
  28.       <data>3</data>
  29.     </arg>
  30.     <arg>
  31.       <id>1003</id>
  32.       <text>Ratio:</text>
  33.       <data>1.0</data>
  34.     </arg>
  35.     <arg>
  36.       <id>1004</id>
  37.       <text>Use ratio (0-no, 1-yes):</text>
  38.       <data>1</data>
  39.     </arg>
  40.   </item>
  41. </div5Script>
  42.