2005년 5월 28일 토요일

[펌] 이미지에 효과주기 [태그]

★원본★

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:fliph()">

4.위 아래가 바뀜

<img src="이미지주소" style="filter:flipv()">

5.색상효과

<img src="이미지주소" style="filter:gray()">

6.그림자 효과

<img src="이미지주소" style="filter:invert()">

7.물결

<img src="이미지주소" style="filter:wave(strength=8,freq=3,lightstrength=10,phase=25,add=0)">

8.x-ray 효과

<img src="이미지주소" style="filter:xray()">

9.흐리게만 하기

<img src="이미지 주소" style="filter:alpha(opacity=40)">

댓글 없음:

댓글 쓰기