<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:///TR/xhtml1/DTD/">
<html xmlns="http:///1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>Test image effect</title>
<style>...
.Filter1
{...}{
filter:Alpha(opacity=50,finishOpacity=80,style=0);
}
.Filter2
{...}{
filter:FlipH;
}
.Filter3
{...}{
filter:FlipV;
}
.Filter4
{...}{
filter:Gray;
}
.Filter5
{...}{
filter:Xray;
}
.Filter6
{...}{
filter:Invert;
}
.Filter7
{...}{
filter:Glow(color=#4A7AC9,strength=50);
}
.Filter8
{...}{
filter:Shadow(color=#000000,direction=135);
}
.Filter9
{...}{
filter:Dropshadow(color=#000000,offX=50,offY=50);
}
.Filter10
{...}{
filter:Blur(direction=135);
}
.Filter11
{...}{
filter:Wave(freq=7,strength=9,lightstrength=5,phase=5);
}
</style>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>Original picture<br //</td>
</tr>
<tr>
<td><img src="/photodata/2006-11-29/005/628/748/4609138/" alt="original picture" /></td>
</tr>
<tr>
<td><br />
Translucent<br />
opacity: transparency at the beginning. <br />
finishOpacity: Transparency at the end. <br />
style: 0 is average transparent, 1 is linear transparent, 2 is circular transparent, 3 is diamond transparent<br //</td>
</tr>
<tr>
<td><img class="Filter1" src="/photodata/2006-11-29/005/628/748/4609138/" alt="" /></td>
</tr>
<tr>
<td><br />
Flip left and right<br />
</td>
</tr>
<tr>
<td><img class="Filter2" src="/photodata/2006-11-29/005/628/748/4609138/" alt="Flip left and right" /</td>
</tr>
<tr>
<td><br />
Flip up and down<br //</td>
</tr>
<tr>
<td><img class="Filter3" src="/photodata/2006-11-29/005/628/748/4609138/" alt="Flip Up and Down" /><td>
</tr>
<tr>
<td><br />
Grayscale<br //</td>
</tr>
<tr>
<td><img class="Filter4" src="/photodata/2006-11-29/005/628/748/4609138/" alt="Grayscale" /><td>
</tr>
<tr>
<td><br />
X-ray<br //</td>
</tr>
<tr>
<td><img class="Filter5" src="/photodata/2006-11-29/005/628/748/4609138/" alt="X-ray" //td>
</tr>
<tr>
<td><br />
Color swap<br //</td>
</tr>
<tr>
<td><img class="Filter6" src="/photodata/2006-11-29/005/628/748/4609138/" alt="Color Switching"//td>
</tr>
<tr>
<td><br />
Glowing border<br />
color is the luminous color code, strength is the luminous intensity, filter width = picture width + luminous intensity x2, filter height = picture height + luminous intensity x2+10<br //</td>
</tr>
<tr>
<td><img class="Filter7" src="/photodata/2006-11-29/005/628/748/4609138/" alt="Light Border" //td>
</tr>
<tr>
<td><br />
Projection border<br />
color is the luminous color code, direction represents the direction (can only be multiples of 45 degrees, such as: 45, 90, 135, 180, 225, 270, 315 degrees), filter width = graph width + 25, filter height = graph height + 40<br //</td>
</tr>
<tr>
<td><img class="Filter8" src="/photodata/2006-11-29/005/628/748/4609138/" alt="Projection Border" //td>
</tr>
<tr>
<td><br />
Shadow border<br />
color is the luminous color code, offX represents horizontal displacement offY represents vertical displacement (can be positive or negative), filter width = graph width + absolute value of horizontal displacement + 10, filter height = graph height + absolute value of vertical displacement + 2)<br //td>
</tr>
<tr>
<td><img class="Filter9" src="/photodata/2006-11-29/005/628/748/4609138/" alt="Shadow Border" //td>
</tr>
<tr>
<td><br />
Blurry border<br />
Direction represents the direction (can only be multiples of 45 degrees, such as: 45, 90, 135, 180, 225, 270, 315 degrees), filter width = graph width +15, filter height = graph height +30<br //</td>
</tr>
<tr>
<td><img class="Filter10" src="/photodata/2006-11-29/005/628/748/4609138/" alt="Blurry Border" //td>
</tr>
<tr>
<td><br />
Wave border<br />
Freq represents waveform frequency (>0), strength represents amplitude intensity (>0), lightstrength represents peak intensity (0~100, the higher the higher the phase, the darker the phase, the filter width = graph width + amplitude intensity x2
Filter height = graph height + amplitude intensity x2+10<br //</td>
</tr>
<tr>
<td><img class="Filter11" src="/photodata/2006-11-29/005/628/748/4609138/" alt="Waveform Border" //td>
</tr>
</table>
</body>
</html>