컴터.인터넷

포토샵 사용없이 이미지에 멋진 효과 내기

yjh09 2010. 9. 30. 13:50
1. 투명한 효과
<img src="이미지주소" style="filter:alpha(opacity=100, style=2, finishopacity=0)">

2. 햇살이 비치는 효과
<img src="이미지주소" style="filter:blur(direction=135,strength=100)">

3. 오른쪽으로 갈수록, 그림이 연해지는 효과
<img src="이미지주소" style="filter:alpha(style=1, opacity=100, finishopacity=0)">

4. 흑백효과
<img src="이미지주소" style="filter:gray()">

5. 사진에 빛바랜 효과
<img src="이미지주소" style="filter:blur(direction=135,strength=100)">

6. 테두리 번지는 효과
<img src="이미지주소" style="filter:alpha(opacity=100, style=2, finishopacity=0)">

7. 이미지에 필터만으로 그림자주기..
<img src="이미지 주소" width="183" height="59" border="1" style="filter:progid:DXImageTransform.Microsoft.Shadow(color=#BCBCBC,Direction=150,Strength=5)">