CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 添加水印

搜索资源列表

  1. imgadddate

    0下载:
  2. C#给图片加日期,类似于图片水印,不过要比水印稍简单些,添加数码相片拍摄日期,实现过程概述:   获取元数据中的拍照日期时间,以字符串形式保存,分析字符串分别保存拍照日期和时间的标准格式,由列表中的文件创建内存位图对象,由位图对象创建Graphics对象的实例,绘制数码照片的日期/时间,将添加日期/时间戳后的图像进行保存,释放内存位图对象。   #region 获取数码相片的拍摄日期:   获取图像文件的所有元数据属性,保存倒PropertyItem数组,通过指定的数据流来创建
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:12516
    • 提供者:tpudn55
  1. china-code.net.zhy.0.Rar

    0下载:
  2. Visual C#动态修改图片-在图片上添加描述信息,类似图片加水印的功能,特别是加文字文印,先给选中的图片上写上具体的ID编号,还需要判断文件类型是否为图像类型-Visual C# dynamic modification Image- add descr iptive information on the image, similar to picture watermark function, especially the addition of text printed text, gi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:33788
    • 提供者:岳云平
  1. TuBiao

    0下载:
  2. 动态修改图片,在图片上添加描述信息,类似图片加水印的功能-Dynamically modify images, add descr iptive information on the image, similar to the function of picture watermark
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:13923
    • 提供者:刘思超
  1. webcapture

    0下载:
  2. qt实现自动截网站全图,设定了时间监听器,当网站load超时时也自动截图。并且给图片添加了水印。保存到本地文件。- qt automatic cut-site full map, set a time listener, when the site load time-out is automatically screenshots. And add a watermark to the image. Saved to a local file.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:674
    • 提供者:dfgfd
  1. TuBiao

    0下载:
  2. Visual C#动态修改图片-在图片上添加描述信息,类似图片加水印的功能,特别是加文字文印,先给选中的图片上写上具体的ID编号,还需要判断文件类型是否为图像类型,这里就不赘述了,定义一个矩形区域,以后在这个矩形里画上白底黑字,定义字体,笔刷,画文字用,输出处理后的图像,具体代码实现请参见压缩包源码-Visual C# dynamic modification of pictures- adding descr iptive information on the image, similar t
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:13454
    • 提供者:wpudn5
  1. watermark

    0下载:
  2. java本地程序批量添加图片水印,美化调用本地GUI资源比较漂亮!-java batch add image watermark local program watermark local program
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:73379
    • 提供者:林雷
  1. GraphicsCopyright

    0下载:
  2. 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
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:8244
    • 提供者:高文
  1. WaterImage

    0下载:
  2. 给图片添加明水印(包含文字水印和图片水印),可以调整水印的位置,透明度,文字可以选择字体等信息。-Add Ming watermark to image (including text watermarking and image watermark), can adjust the position of the watermark transparency, can choose font information such as text.
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1655138
    • 提供者:小米
  1. xiaobo

    0下载:
  2. 用小波分析算法对图像进行分解和图像水印添加及滤除-Using wavelet analysis algorithm for image decomposition and image watermarking, and filtering
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1069
    • 提供者:李俊伟
  1. GraphicsCopyright

    0下载:
  2. 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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:7850
    • 提供者:mpudn35
  1. addwatermark

    0下载:
  2. 用于数字水印的添加,可以根据幅度的大小自动调节水印幅度,用直扩2psk实现-Used to add a digital watermark, the watermark can be automatically adjusted according to the size of the magnitude of the amplitude with DSSS 2psk achieve
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:809
    • 提供者:张亮
  1. hyit_DW

    0下载:
  2. VC++实现数字水印技术,在BMP位图中添加各种水印信息,程序分LSB和DWT嵌入方法。-VC++ implementation of digital watermarking technology, adding various watermarks in BMP bitmap, the program points LSB and DWT embedding methods.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-31
    • 文件大小:12898724
    • 提供者:王王
  1. Bullzip-PDF-Printer

    0下载:
  2. Bullzip PDF Printer 适用于所有提供了一个打印选项的应用软件,只需要简单地选择最近添加的 BullZip PDF Printer 而取代你通常使用的打印机即可,文档就会被转换和保存为 PDF 文件. BullZip PDF Printer 不在你的文档当中添加任何文本或者水印.对于个人用户和公司免费使用. -你好, 很高 兴认 识你, Wareze-gaku 电脑 specific student
  3. 所属分类:Project Manage

    • 发布日期:2017-05-22
    • 文件大小:6942862
    • 提供者:胡嘉豪
  1. shuzishuiyinzongshu

    0下载:
  2. :数字水印将感觉不到的信号嵌入到声频、视频和图像中以实现不同的目的。例如: 添加标题和版权保护。首先介绍 了有关数字水印的基本原理、重要属性及其主体框架。然后,将数字水印按不同角度划分为不同种类。讨论了各种各样的数 字水印算法以及数字水印在不同领域的应用,并简要介绍了对数字水印的攻击。最后,给出了数字水印当前的研究现状和发 展形式及前景。-: Digital watermark embedding imperceptible signals to the audio, video a
  3. 所属分类:Project Manage

    • 发布日期:2017-03-29
    • 文件大小:69649
    • 提供者:zerlier
  1. uploadx_v2.0

    0下载:
  2. uploadx php批量上传组件遵循开源协议(GPL),任何个人、组织可自由对本程序进行使用、二次开发等权力。 由此也将声明本人不对您个人、组织使用本程序所带来的商业利益及损失有干涉及负责,但请保留版权信息。 也欢迎对uploadx提出保贵的建议及意见,不胜感激。 本程序使用PHP程序编写,能更高效的批量处理PHP开发中的文件上传,图片处理、批量添加图片水印等问题,在使用本程序前请详细阅读使用说明!-uploadx php batch upload component follow
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-29
    • 文件大小:11363
    • 提供者:xxpudn38
  1. C

    0下载:
  2. VC++编写的C语言程序,采用小波变换以三种模式给图片添加图片水印。-VC++ program written in C language using wavelet transform in three modes for image Add image watermark.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1737415
    • 提供者:
  1. WaterMark

    0下载:
  2. 给图片加上图片水印技术,防止篡改,可以添加或者提取水印!-Add to the picture image watermark technology to prevent tampering!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2227372
    • 提供者:
  1. svd_watermark

    0下载:
  2. 基于svd方法的matlab隐形数字水印添加与提取的实现-Matlab invisible digital watermarking based on SVD method the implementation of the add and extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:585583
    • 提供者:Matt
  1. WebApp

    0下载:
  2. 软件介绍 该编辑器是基于C# asp.net 1.1开发。 可本地上传图片;添加flash、avi影片等;设置上传图片大小;加水印,水印的颜色、字体、阴影均可设置; 同时还可以在Web.config中定义图片的上传路径-Software introduction The editor is developed based on asp.net C# 1.1. Can upload pictures locally add flash, AVI videos, etc. s
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-09
    • 文件大小:1832485
    • 提供者:zzpudn79
  1. RevisibleWatermarking

    0下载:
  2. 数字图像处理中,水印的添加和提取比较简单易懂的方法之一-One digital image processing, and add watermark extraction relatively straightforward way
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1478
    • 提供者:李楚
« 1 2 ... 8 9 10 11 12 1314 15 »
搜珍网 www.dssz.com