1番では『alpha(style=2)』で円形
<IMG src="画像のURL" width="200" height="160" style="filter: alpha(style=2)">
*****************************************************************
2番では『alpha(style=3)』で長方形になります。
<IMG src="画像のURL" width="200" height=160" style="filter: alpha(style=3)">
*****************************************************************
3番では『alpha(style=1)』で線形
<IMG src="画像のURL" width="200" height="160" style="filter: alpha(style=1)">