当前位置:
首页 资源下载
搜索资源 - shadow the picture
搜索资源列表
-
0下载:
现在市面上流行的3D游戏画面越来越炫目,不过也有一些为了营造一种特殊的效果而使用了卡通渲染技术,比如PC游戏中的《杀手XIII》,《忍者神龟》;PS2游戏中的《真红之泪》,《犬夜叉》等等。这些游戏的画面看上去很像漫画,感觉比较有趣。下面就介绍一种简单的实现方法。
所谓用卡通渲染技术绘制的三维物体一般都有两个明显的特征,一个特征是物体表面覆盖着大块的单调颜色,而且光影变化比较剧烈;另一个特征是物体拥有粗重的边缘效果。如果能自己控制光照和阴影,就可以达到目的。而DirectX 9.0 中的顶点
-
-
0下载:
一个Android上的可以显示图片的不同的阴影的例子-Android can be displayed on a picture of the different examples of the shadow! ! ! !
-
-
0下载:
用VS2005编写的画图程序,实现了画圆,直线,三角形等基本图元,可设置线性,颜色等,可打开图片设置为背景图片,阴影的属性等-VS2005 drawing prepared by the procedures and achieve the Circle, a straight line, triangle and other basic elements can be set up linear, colors and so on, can open the picture settings
-
-
0下载:
实现带阴影效果的画框,比较简单适合初学者-To achieve the effect with the shadow of picture frames, is relatively simple for beginners
-
-
0下载:
FontExporter:将指定文件包含的文本,用指定的字体和大小导出到字库。 <br><br>PicFont:在另一个系统显示字库,可以将上面导出的文本,用同样的字体和大小显示出来。<br><br>使用的时候,先用 FontExporter 将图片字库导出,eg.<br>java util.loc.FontExporter 宋体 12 text.xml 0 FL12<br><br>然后在J2ME工程里面加入 P
-
-
0下载:
一个模仿Word艺术字的源代码,使用GDI+编程,可以生成各种角度和弧线的艺术字,支持文字颜色图片填充、阴影、浮雕效果。支持文字任意角度旋转,缩放,调整。支持文字艺术特效轨迹回放,路径跟踪,路径测试等很炫的功能。新版本修复了内存泄漏的问题,添加了Unicode编码的支持,生成的艺术字可以保存为一个GDI+路径的BMP,JPG,GIF图片格式。-Imitates the Word art character the source code, uses the GDI+ programming, m
-
-
0下载:
ASP.NET 2.53 缩略图水印组件源码
1.文字边缘(文字水印); 2.图片旋转加水印; 3.修复水印位置旋转控制的精准度; 4.新增原图自定义删除 5.图像亮度、对比度、RGB颜色值的调整; 6.可获取生成后的图片路径 7.修复图片无损生成 8.修复之前的几处Bug 9.新增水印文字阴影禁启用 10.水印文字中文字竖形排列,增加文字纵横排列参数开关 11.图像效果单独处理 12.新版的调用将会更灵活 13.优化水印图片过滤背景色 14.新增和修改了一些函数接口。-ASP.NET 2.
-
-
0下载:
Delphi 图片阴影相框设计Delphi picture frame design of the shadow of high-level code
-Delphi picture frame design of the shadow of high-level code
-
-
0下载:
将一张小图片影藏到大图片当中,使用半色调技术,并通过线性变换,调整两幅图像,将小图像影藏到大图像奇数行和列当中,可以调节线性函数的系数,改变影藏效果,改进后的-Will a small picture hidden to the big picture of a shadow of halftone use technology, and through the linear transformation, adjust the two images, the images hidden to
-
-
0下载:
实现Android中图片的阴影效果和影子效果-Android in the picture to achieve the shadow effect and shadow effect
-
-
0下载:
Actionscr ipt3.0写的设置图片的阴影效果程序,非常有实用价值-Actionscr ipt3.0 write set the picture shadow effect procedures, very practical value...
-
-
0下载:
利用光源物体影子进行同源性检测,超过一定阈值既可以检测出图片是否伪造过-Shadow homology detection objects using a light source, exceeds a certain threshold value may be out of the picture is detected whether or forged
-
-
0下载:
FancyBox是一款基于jquery开发的类Lightbox插件。支持对放大的图片添加阴影效果,对于一组相关的图片添加导航操作按纽,该lightbox除了能够展示图片之外,还可以展示ifr a med内容, 通过css自定义外观。-FancyBox is a based on the the jquery development of class Lightbox plugin. Support add a shadow effect on the larger picture, add a
-
-
0下载:
详细介绍
可以配置的水印参数有:
水印功能 启用禁用 自定义文字水印阴影深度X轴 像素
水印类型 图片文字 自定义文字水印阴影深度Y轴 像素
水印图片路径 自定义水印位置X轴 像素
水印文字 自定义水印位置Y轴 像素
水印位置 左上角 左下角 居中 右上角 右下角 上居中 下居中 左居中 右居中 自定义缩略图宽度 像素
透明度
自定义缩略图高度 像素
旋转角度 度 自定义缩略图路径 说明:相对路径
水印字体
自定义生成水印图片宽度 像素
-
-
0下载:
Android Canvas实现图片阴影(影子)效果,基于android.graphics.Canvas android.graphics.BitmapFactory 等实现的图片阴影,图片影子效果,定义公共的ImageEffect方法,在内部初始化画笔,为后面阴影效果使用,设置阴影层,比较关键。然后定义Canvas绘制对象,调用mutate方法,如果不调用mutate方法,则原图也会被改变,因为调用的资源是同一个,所有对象是共享状态的。设置画布颜色,图像平移为了刚好在原图后形成影子效果-And
-
-
0下载:
C#图片加版权,在图片上加阴影文字水印,为一幅图像文件添加格式固定的版权文字,类似于加水印的效果,打开程序后,添加一张图片,点击“添加版权信息”后,图片即输出到C:盘目录下,文件名为output.jpeg。-C# picture and copyright, add text watermark shadow in the picture, adding a fixed format text copyright of an image file, similar to the effect o
-
-
0下载:
C#图片加版权,在图片上加阴影文字水印,为一幅图像文件添加格式固定的版权文字,类似于加水印的效果,打开程序后,添加一张图片,点击“添加版权信息”后,图片即输出到C:盘目录下,文件名为output.jpeg。-C# picture plus copyright, add text watermark shadow in the picture, add copyright fixed format text for an image file, similar to the effect of a
-
-
0下载:
拉伸图片倒影效果源码,仿猎豹浏览器首页图片拉伸效果附加图片倒影效果,自己没事,模仿的。有不足之处,希望朋友们批评指正。主要是在下边处理ImageView的变化。在手指抬起时,启动动画并重新设置图片。-Draw the image effect of the source code, copy the image of the image of the first picture of the browser to add the image of the shadow effect, they
-
-
0下载:
一款很酷的HTML5 3D动画特效,这款3D特效可以为你的图片增加阴影的效果,而且可以让图片在鼠标滑过的时候出现3D翻转的动画效果。(A cool HTML5 3D animation effect, this 3D special effect can add shadow to your picture, and can let the picture appear the animation effect of the 3D flip when the mouse slid through
-
-
0下载:
给已知图片在特定位置添加阴影,获得所需图片(add the shadow on the pictures)
-