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# 多个图片叠加,图片透明.
System.Text; using System.Collections; using System.Drawing; using System.Drawing.
Imaging
·
2015-11-06 07:03
C#
c#图片下载的标准写法
www.cnblogs.com/JimmyZheng/archive/2012/04/14/2446507.html bitmap.Save(strOutputPathJpg, System.Drawing.
Imaging
.ImageFormat.Png
·
2015-11-05 09:29
C#
Python图像处理库(PIL)--简介和基本概念
Python
Imaging
Library为您的python程序添加图像处理能力。这个库提供广泛的文件格式支持、高效的内部表示和相当强大的图像处理能力。
·
2015-11-03 21:44
python
aspx与mvc页面验证码
System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.
Imaging
·
2015-11-03 21:12
asp
python计算机视觉1:基本操作与直方图
本文主要内容来源于书籍《python计算机视觉编程》 我是一名初学者,如果你发现文中有错误,请留言告诉我,谢谢 PIL模块 PIL模块全程为Python
Imaging
Library
·
2015-11-03 21:39
python
按指定质量保存图片
System.Drawing.
Imaging
.Encoder类来制定需要呈现的方式和各种参数,例如图片质量参数,扫描
·
2015-11-03 21:05
图片
C# 图片压缩 开源库
http://www.rasteredge.com/how-to/csharp-
imaging
/image-compressing/ http://www.rasteredge.com/dotnet-
imaging
·
2015-11-03 21:33
C#
WPF - GDI/GDI+的末路, Direct3D的盛宴[zz]
It provides 2D graphics and text functionality, as well as limited
imaging
functionality.
·
2015-11-02 19:33
WPF
c# 图片加图片水印、文字水印和图片文字水印
加水印类: Code using System; using System.Drawing; using System.Drawing.
Imaging
; using
·
2015-11-02 15:03
C#
DICOM简介
概要 DICOM是Digital
Imaging
and Communications in Medicine的英文缩写,即医学数字成像和通信标准。
·
2015-11-02 15:43
DICOM
获取图片EXIF信息
nbsp;System; using System.Text; using System.Collections; using System.Drawing.
Imaging
·
2015-11-02 15:26
Exif
UVA 414 - Machined Surfaces
Machined Surfaces An
imaging
device furnishes digital images of two machined surfaces that eventually
·
2015-11-02 14:33
mac
C# 图片水印类
Code using System; using System.Drawing; using System.Drawing.
Imaging
; using System.Drawing.Drawing2D
·
2015-11-02 13:34
C#
WPF 显示gif
System.Collections.Generic; 4 using System.Windows; 5 using System.Windows.Controls; 6 using System.Windows.Media.
Imaging
·
2015-11-02 13:42
WPF
X+Y=? 这种验证码的实现
quot; Class="Handler" %> using System; using System.Drawing; using System.Drawing.
Imaging
·
2015-11-02 13:32
验证码
c#图像处理基础
Bitmap类和ImageAttributes类,Bitmap类属于System.Drawing命名空间,其属性和常用方法如下: ImageAttributes类属于System.Drawing.
Imaging
·
2015-11-02 13:05
图像处理
上传图片处理
using System.Web.UI; using System.IO; using System.Drawing; using System.Drawing.
Imaging
·
2015-11-02 12:09
图片处理
Silverlight3 的4个特性
这个类位于System.Windows.Media.
Imaging
名字空间中,其函数成员包括: 1 : public sealed class WriteableBitm
·
2015-11-02 11:28
silverlight
Using FPGAs for DSP Image Processing
Williams, Hunt Engineering original source http://www.fpgajournal.com/articles/
imaging
_hunt.htm Abstract
·
2015-11-02 11:33
process
使用 office2003 document
imaging
control 控件 做识别 OCR
先确保的是你要装上这个组件Microsoft Office Document
Imaging
12.0 Type Library或者Microsoft Office Document
Imaging
11.0
·
2015-11-02 11:14
document
Image控件播放 GIF文件
uses Vcl.
Imaging
.GIFImg; procedure TForm1.Button2Click(Sender: TObject); begin  
·
2015-11-02 11:56
image
C#中Bitmap类实现对图像操作的一些方法(Asp.net(C#)-放大缩小图片尺寸)
导入以下两个包: System.Drawing; System.Drawing.
Imaging
;建产对象
·
2015-11-02 10:10
asp.net
漂亮的验证码
using System.Text;using System.IO;using System.Drawing;using System.Drawing.
Imaging
;
·
2015-11-02 09:13
验证码
ASP.NET验证码的写法
1 using System.Drawing; 2 using System.Drawing.
Imaging
;  
·
2015-11-02 09:36
asp.net
asp.net如何生成图片验证码
新建一个页面image.aspx,添加命名空间: using System.Drawing.
Imaging
; using System.IO; 然后在Page_load
·
2015-11-02 09:51
asp.net
C#将图像文件压缩为AVI文件播放
using System.Runtime.InteropServices; using System.Drawing; using System.Drawing.
Imaging
·
2015-11-01 15:39
C#
使用
Imaging
组件加载GIF动画
Mobil手机加载GIF动态图像的方法有两种,一个就是使用GIF89a标准算法,另一个就是使用SDK自带的
Imaging
组件,这两种方法是很典型的手机图像处理技术的实践
·
2015-11-01 14:16
gif
在Winform里生成Barcode条码
点击下载此文件字体 第一步:先加载DLL文件 第二步: 程序代码 using System.Drawing.Printing; using System.Drawing.
Imaging
·
2015-11-01 14:12
WinForm
Python 之 使用 PIL 库做图像处理
PIL (Python
Imaging
Library)是 Python 中最常用的图像处理库,目前版本为 1.1.7,我们可以 在这里 下载学习和查找资料。
·
2015-11-01 13:56
python
高动态范围光照(High Dynamic Range
Imaging
,简称HDRI或HDR)
1 HDR基本概念 高动态范围光照(High Dynamic Range
Imaging
,简称HDRI或HDR),是一种表达超过了显示器所能表现的亮度范围的图像映射技术
·
2015-11-01 13:28
dynamic
以缩略图的形式显示数据库的图片
System.Data Imports System.Data.SqlClient Imports System.Drawing Imports System.Drawing.
Imaging
·
2015-11-01 13:45
数据库
用于验证码图片识别的类(C#源码)
nbsp;System.Text; using System.Collections; using System.Drawing; using System.Drawing.
Imaging
·
2015-11-01 12:48
验证码
验证码程序
nbsp; 源程序如下: using System; using System.Drawing; using System.Drawing.
Imaging
·
2015-11-01 11:37
验证码
图片批处理
花了5分钟写了一段程序来处理,立即搞定,前提是计算机上要装有python和Python
Imaging
Library (PIL) 。
·
2015-11-01 10:55
批处理
GDI+基础(1)
此命名空间包含梯度型画刷、Matrix 类(用于定义几何变换)和 GraphicsPath 类 System.Drawing.
Imaging
命名空间提供高级 GDI+ 图像处理功能 System.Drawing.Text
·
2015-11-01 09:15
基础
DICOM,So important
Murphy’s Law --节选自《Digital
Imaging
and Communi
·
2015-11-01 09:46
import
PACS中DICOM打印图像质量控制的研究
是医院数字化建设的重要组成部分,它一般包含图像的采集、存储、诊断报告、网络通讯和网络打印等功能,其中网络胶片打印是PACS的重要内容之一,其技术要求必须符合整个PACS的构架,即必须建立在DICOM(Digital
Imaging
·
2015-11-01 09:45
DICOM
BitmapSource ConvertTo Bitmap
using System; using System.Drawing; using System.Drawing.
Imaging
; using System.Windows
·
2015-11-01 09:45
convert
我的VB.NET代码集
1.生成验证码控件代码 Imports System Imports System.IO Imports System.Drawing Imports System.Drawing.
Imaging
·
2015-10-31 17:19
VB.NET
中国农科院资源区划所MODIS的遥感信息地面接收站
http://www.modis.net.cn/index.asp MODIS (Moderate Resolution
Imaging
Spectroradiometer,中分辨率成像光谱辐射计
·
2015-10-31 17:22
DI
c#生成图片缩略图的类
using System.IO; using System.Drawing; using System.Drawing.
Imaging
; /// <summary> /// 图片处理类 /
·
2015-10-31 16:29
缩略图
ASP.NET 生成验证码
新建一个ashx文件 using System; using System.Drawing; using System.Drawing.
Imaging
·
2015-10-31 16:16
asp.net
.net图案水印制作
System.Collections.Generic;using System.Text;using System.IO;using System.Drawing;using System.Drawing.
Imaging
·
2015-10-31 16:00
.net
图片与字节数组相互转换的方法
using System; using System.IO; using System.Drawing; using System.Drawing.
Imaging
·
2015-10-31 16:15
字节数组
抓屏
System.Windows.Forms; using System.Drawing; using System.Drawing.
Imaging
·
2015-10-31 15:19
转
[智能设备]SmartPhone开发常用类(三) 自定义菜单(ListView)
System.Collections;using System.Drawing;using System.Data;using System.Reflection; using System.Drawing.
Imaging
·
2015-10-31 15:43
ListView
Python图像处理库PIL -- 学习资源
Resources 官方指南PIL Handbook(建议看英文,翻译) pil下载 安装中文指南 from the PythonWare PIL home page 推荐先看Python
Imaging
·
2015-10-31 14:55
python
上传图片处理 C#
using System.Web; using System.Web.UI; using System.IO; using System.Drawing; using System.Drawing.
Imaging
·
2015-10-31 14:39
图片处理
WPF :
Imaging
BitmapSource BitmapFrameBitmapSource image5 = BitmapSource.Create( width, height, 96, 96, PixelFormats.Indexed1, BitmapPalettes.WebPalette, pixels, stride); FileStream stream5 = new FileStream(&q
·
2015-10-31 13:47
WPF
WPF : 性能调整
2D Graphics and
Imaging
尽量使用Drawing来代替Shape.
·
2015-10-31 13:46
WPF
上一页
10
11
12
13
14
15
16
17
下一页
按字母分类:
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
其他