搜索资源列表
CSharpFiltersProject
- The purpose of the series will be to build a class that allows any C# programmer access to common, and not so common, image processing functionality. The reason we are doing it in C# is simply that I want to learn it, but the functionality we use is
GetPixel_DeskTop
- Get pixel color from windows desktop with mouse
2006032806113327291
- 使用dxf2prn软件的步骤 1)单击工具栏的dxf按牛,选择一个dxf文件. 2)单击编辑菜单下的,按层进行转换. 3)在C:下会看到sample.prn. 说明,用autocad 2004 画好图,然后转成 dxf R12的格式. 说明 如果出现 导入dxf出现死机现象是由于dxf文件太大所致,最好不好超过5m. 具体的 转prn程序 在 Gemotry 的 dxf2prnbylayer(CFile *filepath) 函数和 其他图元的dx
Move
- 移动,拖拽,qt VC++,图元,场景,.net,-Move, drag, qt VC++, pixel, scenes,. Net,
PictureViewer
- 使用了多线程,多线程之间事件的传递,对图片像素进行颜色处理-The use of multi-threaded, multi-threaded transfer between the incident, the image pixel color processing
Exercise3
- 3 The aim of the exercise is to create an interface in Visual Basic (Visual Basic in a way) similar to the figure below. The form has three controls and image label. The label control at the top must submit the current date (the result of a Visual Ba
ImageWaterMark
- 详细介绍 可以配置的水印参数有: 水印功能 启用禁用 自定义文字水印阴影深度X轴 像素 水印类型 图片文字 自定义文字水印阴影深度Y轴 像素 水印图片路径 自定义水印位置X轴 像素 水印文字 自定义水印位置Y轴 像素 水印位置 左上角 左下角 居中 右上角 右下角 上居中 下居中 左居中 右居中 自定义缩略图宽度 像素 透明度 自定义缩略图高度 像素 旋转角度 度 自定义缩略图路径 说明:相对路径 水印字体 自定义生成水印图片宽度 像素
colouring-pixel
- This program colours a pixel on a windows form.
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