查看: 4483|回复: 21

[教程] 一些常用的图片滤镜效果

[复制链接]

签到天数: 54 天

[LV.5]常住居民I

鲜花(5) 鸡蛋(0)
发表于 2008-1-6 14:25 | 显示全部楼层 |阅读模式

一.圆形朦胧


<TABLE style="FILTER: Alpha(opacity=100,style=2)" height=高度 cellSpacing=0 cellPadding=0 width=宽度 align=center background=图片地址 border=0>
<TBODY>
<TR>
<TD></TD>
</TR>
</TBODY>
</TABLE>


二:方形朦胧


<TABLE style="FILTER: Alpha(opacity=100,style=3)" height=图片高度 width=图片宽度 cellSpacing=0 cellPadding=0 width="100%" align=center background=图片地址 border=0>
<TBODY>
<TR>
<TD></TD></TR></TBODY></TABLE>


三:加滤镜1


<TABLE style="FILTER: blur(strength=100)" height=图片高度 cellSpacing=0 cellPadding=0 width=图片宽度 align=center background=图片地址 border=0>
<TBODY>
<TR>
<TD></TD>
</TR>
</TBODY>
</TABLE>


四:加滤镜2


<TABLE style="FILTER: gray" height=图片高度 cellSpacing=0 cellPadding=0 width=图片宽度 align=center background=图片地址 border=0>
<TBODY>
<TR>
<TD></TD>
</TR>
</TBODY>
</TABLE>


五:加滤镜3


<TABLE style="FILTER: invert" height=图片高度 cellSpacing=0 cellPadding=0 width=图片宽度 align=center background=图片地址 border=0>
<TBODY>
<TR>
<TD></TD>
</TR>
</TBODY>
</TABLE>


六:加滤镜4


<TABLE style="FILTER: xray" height=图片高度 cellSpacing=0 cellPadding=0 width=图片宽度 align=center background=图片地址 border=0>
<TBODY>
<TR>
<TD></TD>
</TR>
</TBODY>
</TABLE>


七:加滤镜5


<TABLE style="FILTER: wave(add=add,freq=2,lightstrength=50,phase=45,strength=10)" height=图片高度 cellSpacing=0 cellPadding=0 width=图片宽度 align=center background=图片地址 border=0>
<TBODY>
<TR>
<TD></TD>
</TR>
</TBODY>
</TABLE>

注:此滤镜可以直接加在 <img>代码中只需要把写成<img style="'>把style复制既可以!大家可以多试试!

该用户从未签到

鲜花(0) 鸡蛋(0)
发表于 2008-1-6 15:29 | 显示全部楼层
添加看看效果

代码:

<DIV style=\"FILTER: Alpha(opacity=100,finishOpacity=0,style=1); WIDTH: 400px; HEIGHT: 256px; moz-opacity: 1\"><IMG height=256 src=\"http://www.yinhuabbs.cn/attachments/month_0712/20071222_21a4135d5810420ee5cdZNwr6Zqlwbxf.jpg\" width=400 border=0></DIV>

该用户从未签到

鲜花(0) 鸡蛋(0)
发表于 2008-1-6 15:39 | 显示全部楼层
呵呵~~效果还可以,那就再来添加: 模糊:

代码:

<div style=\"filter:Blur(direction=135,color=#FFFFFF);width:410;height:281\" align=center><br><img src=\"http://www.yinhuabbs.cn/attachments/month_0712/20071222_21a4135d5810420ee5cdZNwr6Zqlwbxf.jpg\" height=\"256\" width=\"400\" border=\"0\"></div>

水波:

代码:

<div style=\"filter:Wave(freq=7,strength=12,lightstrength=5,phase=0);width:410;height:281\" align=center><br><img src=\"http://www.yinhuabbs.cn/attachments/month_0712/20071222_21a4135d5810420ee5cdZNwr6Zqlwbxf.jpg\" height=\"256\" width=\"400\" border=\"0\"></div>

阴影:

代码:

<div style=\"filter:Shadow(direction=135,color=#4A7AC9);width:424;height:290\" align=center><br><img src=\"http://www.yinhuabbs.cn/attachments/month_0712/20071222_21a4135d5810420ee5cdZNwr6Zqlwbxf.jpg\" height=\"256\" width=\"400\" border=\"0\"></div>

发光:

代码:

<div style=\"filter:Glow(strength=12,color=#4A7AC9);width:424;height:290\" align=center><br><img src=\"http://www.yinhuabbs.cn/attachments/month_0712/20071222_21a4135d5810420ee5cdZNwr6Zqlwbxf.jpg\" height=\"256\" width=\"400\" border=\"0\"></div>

翻转:

代码:

<div style=\"filter:FlipH();width:400;height:256\"><img src=\"http://www.yinhuabbs.cn/attachments/month_0712/20071222_21a4135d5810420ee5cdZNwr6Zqlwbxf.jpg\" height=\"256\" width=\"400\" border=\"0\"></div>

该用户从未签到

鲜花(0) 鸡蛋(0)
发表于 2008-1-11 15:09 | 显示全部楼层
[ 本帖最后由 feixuecanyue 于 2008-1-11 15:10 编辑 ]

该用户从未签到

鲜花(0) 鸡蛋(0)
发表于 2008-1-11 15:11 | 显示全部楼层
学习了,多谢王子~~~~~~~~~~~

签到天数: 17 天

[LV.4]偶尔看看III

鲜花(0) 鸡蛋(0)
发表于 2008-1-12 08:50 | 显示全部楼层
笑寒也在这里啊!到处都能听到你的大名呢

该用户从未签到

鲜花(0) 鸡蛋(0)
发表于 2008-1-26 21:07 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽

签到天数: 17 天

[LV.4]偶尔看看III

鲜花(0) 鸡蛋(0)
发表于 2008-1-26 22:42 | 显示全部楼层
收藏起来了 谢谢楼主

该用户从未签到

鲜花(17) 鸡蛋(0)
发表于 2008-2-22 15:00 | 显示全部楼层
border=0>

签到天数: 17 天

[LV.4]偶尔看看III

鲜花(0) 鸡蛋(0)
发表于 2008-2-25 01:01 | 显示全部楼层
楼上的,怎么了!有问题吗??
您需要登录后才可以回帖 登录 | 中文注册

本版积分规则

网站地图|小黑屋|Archiver|中画网 ( 蜀ICP备11021737号-2 )|网站地图

GMT+8, 2024-5-7 16:28 , Processed in 0.045438 second(s), 19 queries , MemCached On.

上网要文明 发言要理性

Powered by Discuz! © 2008-2023 YinHuaBBS.CN

快速回复 返回顶部 返回列表