본문 바로가기

스크립트/Image,Text관련

img 옵션들 img src


이미지 뒤집기 소스 
 원본<img src="이미지 주소" width=300  height=300 >
 좌우<img src="이미지 주소" width=300  height=300  style="filter:fliph()" >
 상하<img src="이미지 주소" width=300  height=300  style="filter:flipv()"> 

 투명도 조절
    <img src="이미지주소" style="filter:alpha(opacity=100, style=2, finishopacity=0)">

 흐리게 하는 효과 
     <img src="이미지주소" style="filter:blur(direction=135,strength=100)">

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

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