컴퓨터 상식

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

정신똑띠챙기! 2013. 8. 11. 11:31

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)"