본문 바로가기
[컴관련 정보방]

[스크랩] 이미지 효과주기

by 노란장미(아이다) 2006. 10. 10.
 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)">
 
 
 
 
출처 : 이미지 효과주기
글쓴이 : 리사 원글보기
메모 :