搜索资源列表
aspxImgUpload
- 很实用的一个图片上传得例子 图片上传:生成缩略图 加文字水印 图片水印 可加水印图片 远程图片抓取(保存到本地)支持jpg、gif、bmp、png 图片抓取后自动以Auto+日期+原名称命名 输入远程图片地址(支持Html)-A very practical example of an image upload picture upload too: Generate thumbnails can add text watermark, image watermark add
screnshot
- This VI allows you to take a screenshot of the primary screen and select the output image type (PNG, BMP, JPEG, GIF, etc). It uses the Screen, Bitmap, Graphics, etc .NET classes .
Latex-Assistant
- 将普通的文本转换成LaTeX可以直接使用的文本,在半角字符和全角字符之间插入“~”,自动消除回车,自动换行,添加回车符等等功能。还能读取png文件的Bounding Box的值-Convert plain text into a text that LaTeX can be used directly, inserted between the half-width characters and full-width characters "~" automatically remove the
PhotoPatchUpload
- 批量上传图片(带百分比进度显示)项目源码 说明: 近完成一个小的批量上传图片的项目,加入了百分比进度条显示上传进度功能。附上源码希望大家一起学习 温馨提示: 1.单张图片最大10M 2.支持JPG,GIF,PNG,BMP-Bulk upload images (with percentage progress) projects source note: nearly completed a small bulk upload pictures of the proje
DEMOEditor3.42
- 九头鸭编辑器控件2.0版本更新了kind3.42.net版中js文件配置的问题,去除了不必要的代码,以最轻量级为大家呈现。 因为很多网友反映路径配置容易导致编辑器无法加载 在此做了修复 另外提醒各位网友如果你用vs创建的是网站模式开发请先改下默认路径 比如你新建的虚拟路径为/website1 请将其改为/,其它不用做过多的设置 需要图片加水印的朋友请直接替换Editor目录下的logo.png图片 本控件为不包含任何插件的绿色在线编辑器,在.net项目中
convertir-image-en-texte
- This only works with drawn images . The program resizes the image , put it in black and white and converted with the characters you want . A dialog box lets you choose the font you want You can save it in jpg , bmp , tif, png and gif .
Shadow
- VB.NET编写的半透明PNG窗口程序,使用分层窗口实现,但是分层窗口本身不能显示控件(能正常响应事件),控件可以放到另外一个窗口上,然后两个窗口叠加在一起。-Vb.net prepared by the semi transparent PNG window procedure, implemented using a layered window, but layered window itself cannot display control (normal response to eve
QR.NET-master
- 这是一个DOME,直接下载使用,仅实现二维码生成功能,如要增加二维码打印功能可以参考以下代码,如要增加其他功能请自行开发。 Image image = qrCodeEncoder.Encode(strData); Bitmap printPicture = new Bitmap(image.Width+20, image.Height + 40); Graphics g = Graphics.FromImage(printPicture); Rectangle destRect = ne