E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
imaging
c#图形装置接口
所有GDI+的功能都包含在即System.Darwing, System.darwing.
Imaging
,System.Darwing.Darwing2D,system.
·
2015-10-31 11:54
C#
python中安装第三方模块
现在,让我们来安装一个第三方库——Python
Imaging
Library,这是Python下非常强大的处理图像的工具库。
·
2015-10-31 11:26
python
C#图片与byte[] 数据相互转换
imageToByteArray(Image imageIn) { MemoryStream ms = new MemoryStream(); imageIn.Save(ms, System.Drawing.
Imaging
.ImageFormat.Icon
·
2015-10-31 11:26
byte[]
Winform屏幕截图保存C#代码
代码如下: 1 using System.Runtime.InteropServices; 2 using System.Drawing.
Imaging
; 3 4 5
·
2015-10-31 11:55
WinForm
图片处理(给图片加水印)
using System.Text; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.
Imaging
·
2015-10-31 11:29
图片处理
合成艺术字二 :使用的透明类以及所用的颜色选择器JS(完整事列源码)
1.透明类 ImageToTrans using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.
Imaging
·
2015-10-31 11:03
选择器
Delphi 2010 新增功能之: TWICImage 类[1] - 方便的图像格式转换
WIC(Windows
Imaging
Component) 是 Windows 为 Vista 和 WPF 提供的用于图像编码、解码的 COM 组件, 但在 XP 下也能使用它.
·
2015-10-31 10:05
Delphi
生成缩略图方法
namespace DataInput { using System.IO; using System.Drawing; using System.Drawing.
Imaging
·
2015-10-31 10:51
缩略图
[导入]GIS的下个十年(Bob Morris, President and CEO, Leica)
作者:Bob Morris, President and CEO, Leica Geosystems Geospatial
Imaging
译者:马瀚青 校对:王天宝、姚峰峰 原文:英文链接 目录:所有文章
·
2015-10-31 10:13
ide
用C#实现Word,PPT,EXECL 图片输出
所以研究了一天,终于找到了一个比较好的方案: 1.准备两个工具,office 运行库(interop),虚拟打印机Tagged Images Printer (就是MSOFFICE中Document
Imaging
·
2015-10-31 10:42
word
解决PIL “decoder jpeg not available” 和 “ImportError: The _
imaging
C module is not installed”的问题
在python安装Image后发现只要加载ImageFont就出现 The _
imaging
C module is not installed 的提示,经百度谷歌搜索后。
·
2015-10-31 10:09
available
文章:在简体中文Office2003下OCR繁体中文、日文、韩文
stronghorse/water/software/officeocr.htm 在简体中文Office 2003下用Micorsoft Office Document
Imaging
·
2015-10-31 10:00
Office
C#读取JPEG图片中Exif信息
using System;using System.Collections.Generic;using System.Text;using System.Drawing.
Imaging
;using System.Reflection
·
2015-10-31 10:47
Exif
用C#读取图片的EXIF信息的方法(二)
/www.21tx.com 2004年03月21日 Blog rexsp using System;using System.Drawing;using System.Drawing.
Imaging
·
2015-10-31 10:46
Exif
AForge.net c#下实现Matlab
这个 framework 包含的主要类库如下 AForge.
Imaging
- library with image process
·
2015-10-31 10:17
matlab
C# 图片加水印例程
System.IO;using System.Collections;using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.
Imaging
·
2015-10-31 10:22
C#
Digital
Imaging
and Communication in Medicine
Digital
Imaging
and Communication in Medicine DICOM 3.0 DICOM是Digital
Imaging
and Communications
·
2015-10-31 10:45
git
DICOM标准及应用——第一讲 DICOM标准概述
DICOM是Digital
Imaging
and COmmunication of Medicine的缩写,是美国放射学会(American College of Radiology,ACR)和美国电器制造商协会
·
2015-10-31 10:41
DICOM
DICOM简介
一 DICOM的由来DICOM是英文Digital
Imaging
Communications in Medicine的缩写。
·
2015-10-31 10:41
DICOM
LEADTOOLS Medical
Imaging
SDK
LEADTOOLS Medical
Imaging
包含了一些精心挑选的、经过优化的特性,可以满足医疗成像应用程序开发的特殊需要,比如,完全的DICOM数据集支持,可以支持8-16位灰度级,以及12和16
·
2015-10-31 10:38
tools
【转帖】dicom学习笔记
DICOM是Digital
Imaging
and Communications in Medicine的英文缩写,即医学数字成像和通信标准。
·
2015-10-31 10:38
DICOM
python之reportlab
将数据生成为pdf格式的文件,那么使用reportlab可能是个比较好的选择 1.安装python,在之前的文章中可以知晓我安装的是python2.7的版本 2.安装Python
Imaging
·
2015-10-31 10:16
python
MainForm.cs
System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Drawing.
Imaging
·
2015-10-31 10:08
form
ASP.NET C# 图片加文字、图片水印二版本
、图片上加文字: //using System.Drawing; //using System.IO; //using System.Drawing.
Imaging
·
2015-10-31 09:15
asp.net
asp.net如何生成图片验证码(简单)
新建一个页面image.aspx,添加命名空间: using System.Drawing.
Imaging
; using System.IO; 然后在Page_load事件拷入如下代码
·
2015-10-31 09:14
asp.net
验证码ORC
调用微软的Microsoft Office Document
Imaging
的类库 源代码如下: public MODI.Document _MODIDocument;private void SetImage
·
2015-10-31 09:11
验证码
生成水印,可按左上、左下、右上、右下、居中、透明度生成文件,只对jpeg或jpg格式有效!
using System; using System.Drawing; using System.Drawing.
Imaging
; using System.Collections; using System.ComponentModel
·
2015-10-31 09:03
jpg
生成图片验证码类
using System.IO; using System.Web; using System.Text; using System.Drawing; using System.Drawing.
Imaging
·
2015-10-31 09:57
验证码
C#GDI+编程基础(一)
命名空间: System.Drawing命名空间提供对GDI+基本图形功能的访问 System.Drawing.Drawing2D:提供高级的二维和矢量图形功能 System.Drawing.
Imaging
·
2015-10-31 09:25
C#
C#图片处理类
using System;using System.Collections.Generic;using System.Drawing;using System.Drawing.
Imaging
;using
·
2015-10-31 09:21
图片处理
Silverlight &Windows phone7 中使用Isolated Storage存储与读取图片
opt=1 1.将ImageSource转化成WriteableBitmapvar bitmap= new System.Windows.Media.
Imaging
.WriteableBitmap((
·
2015-10-31 09:57
windows phone
把image转换为byte[]
System.IO.MemoryStream Ms = new MemoryStream(); this.pcbEquipment.Image.Save(Ms, System.Drawing.
Imaging
.ImageFormat.Jpeg
·
2015-10-31 09:53
byte[]
使用WIC将Direct2D绘制的图形保存为文件
从Windows Vista开始引入的WIC(Windows
Imaging
Component)组件以面向对象的方式处理位图,并且很适合与Direct2D配合使用。
·
2015-10-31 09:32
文件
C#实现网页截图功能
using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.
Imaging
·
2015-10-31 09:29
C#
RadNet收购
Imaging
On Call 进军影像学市场
RadNet和
Imaging
on Call签署协议,RadNet以550万美元收购
Imaging
on Call公司,进军影像学市场。
·
2015-10-31 09:41
call
c# 操作DOS ping命令判断与指定主机是否可以通信
System.Collections.Generic;using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.
Imaging
·
2015-10-31 09:06
ping
C#.NET 验证码
System.IO; using System.Web.UI; using System.Drawing; using System.Drawing.
Imaging
·
2015-10-31 09:35
.net
C#.NET 缩略图处理类CutImage
using System.Text; using System.IO; using System.Drawing; using System.Drawing.
Imaging
·
2015-10-31 09:34
image
WPF,Silverlight与XAML读书笔记第三十五 - 可视化效果之图像
生成和操作多种格式的图像 WPF中的图像API大都位于System.Windows.Media.
Imaging
命名空间中。
·
2015-10-31 08:54
silverlight
截屏代码
命名空间: using System.Drawing; using System.Drawing.
Imaging
; using System.Windows.Forms; 相关代码 &
·
2015-10-31 08:54
代码
一个生成验证字符或数字的增强类(downmoon)(基于.net1.1)及调用示例
using System; using System.Drawing; using System.Drawing.
Imaging
; using  
·
2015-10-31 08:36
.net
从cnblos.com分离出来的验证码。
Imports System.Drawing Imports System.Drawing.Drawing2D Imports System.Drawing.
Imaging
·
2015-10-30 20:30
com
PNG格式图片常见转换方法
1、准备 using System.Drawing; using System.Net; using System.Drawing.
Imaging
;
·
2015-10-30 19:02
png
条形码通用类
System.Web; using System.Web.SessionState; using System.Drawing; using System.Drawing.
Imaging
·
2015-10-30 18:30
条形码
mac 安装PIL
python Image library 在mac终端中通过以下命令安装: # download curl -O -L http://effbot.org/media/downloads/
Imaging
·
2015-10-30 14:47
mac
在不预览的情况下打印本地报表
using System; using System.IO; using System.Data; using System.Text; using System.Drawing.
Imaging
·
2015-10-30 14:53
报表
图片无损缩放类(小弟初学,到低有没有损耗,还需高人指点)
using System; using System.IO; using System.Drawing; using System.Drawing.
Imaging
·
2015-10-30 13:37
图片
一种图象二值化的算法(C#)
源代码: using System; using System.Drawing; using System.Drawing.
Imaging
; using System.Runtime.InteropServices
·
2015-10-30 13:44
C#
C#生成缩略图
//注意引入 using System.Drawing.
Imaging
; public bool ThumbnailCallback() {  
·
2015-10-30 13:43
缩略图
生成验证码
using System.IO;using System.Drawing;using System.Drawing.
Imaging
;using System.Drawing.Drawing2D;  
·
2015-10-30 12:17
验证码
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他