CSS Image Filters
Alpha Channel
<img src="IMAGE URL" style="Filter: Alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=20, StartY=40, FinishX=0, FinishY=0)">
This changes the opacity of the image. 100 is completely visible, and 0 is invisible.
Motion Blur
<img src="IMAGE URL" style="Filter: Blur(Add = 0, Direction = 225, Strength = 10)">
<img src="IMAGE URL" style="Filter: FlipV">
Flip Vertical
<img src="IMAGE URL" style="Filter: FlipH">
Horizontal Vertical
<img src="IMAGE URL" style="Filter: Gray">
Gray Scale
<img src="IMAGE URL" style="Filter: Invert">
Invert
<img src="IMAGE URL" style="Filter: Wave(Add=0, Freq=5, LightStrength=20, Phase=220, Strength=10)">
Wave
<img src="IMAGE URL" style="Filter: xray">
Filters work in internet explorer only!