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
Nokia
Imaging
SDK 的高级使用—实时滤镜拍照
有关 Nokia
Imaging
SDK 的初级使用,可以参考:Nokia
Imaging
SDK滤镜使用入门 本文的主题: 1、 如何 PhotoCaptureDevice
·
2015-10-30 12:01
Nokia
03、核心原则
为读者介绍
Imaging
SDK 基本的知识,以及更高级特性。 这个类库 在使用 Nokia
Imaging
SDK 提供的功能前,必须在工程中添加对 SDK 类库的引用。
·
2015-10-30 12:00
Windows Phone 图片扩展类
System.Threading.Tasks; using System.Windows.Controls; using Windows.Storage; namespace System.Windows.Media.
Imaging
·
2015-10-30 10:44
windows phone
C#图片压缩代码
nbsp;1 using System; 2 using System.Drawing; 3 using System.Drawing.
Imaging
·
2015-10-28 09:11
C#
使用 office2007 document
imaging
control 控件 做识别 OCR
http://www.devsource.com/article2/0,1895,2143124,00.asp 首先确保的是你要装上这个组件Microsoft Office Document
Imaging
·
2015-10-28 09:33
document
C#局域网桌面共享软件制作(二)
下面我们将一一解决这些问题 1.压缩客户端图片 压缩函数(需using System.Drawing.
Imaging
;)
·
2015-10-28 09:46
局域网
MODIS数据产品介绍
2009年7月2日 9:21:31 中分辨率成像光谱仪(MODerate-resolution
Imaging
·
2015-10-28 09:51
产品
用代码画折线图/柱形图/条形图/饼图
在.Net中,微软给我们提供了画图类(System.Drawing.
Imaging
),在该类中画图的基本功能都有。
·
2015-10-28 08:25
代码
C#.NET 添加图片水印
System; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.
Imaging
·
2015-10-27 16:05
.net
asp.net(c#)生成验证码 点击可刷新
: CheckCode.aspx.cs代码如下 添加引用: using System.IO; using System.Drawing; using System.Drawing.
Imaging
·
2015-10-27 15:16
asp.net
C#中39条形码的生成与存储
using System; using System.Drawing; using System.Drawing.
Imaging
; using System.Collections; using System.Configuration
·
2015-10-27 15:07
条形码
C#实现图片文件到数据流再到图片文件的转换
//----引入必要的命名空间using System.IO;using System.Drawing.
Imaging
;//----代码部分----// private byte[] photo
·
2015-10-27 15:37
C#
asp.net(c#)生成验证码 点击可刷新
CheckCode.aspx: CheckCode.aspx.cs代码如下 添加引用: using System.IO; using System.Drawing; using System.Drawing.
Imaging
·
2015-10-27 15:20
asp.net
通过IHttpHandler实现图片验证码
using System; using System.Drawing; using System.Drawing.
Imaging
; using System.Text
·
2015-10-27 14:27
handler
怎样在vb.net中将图片存入SQL Server 2000并能读出来使用?
Binary '将Bytes存入数据库 Dim Stream As New IO.MemoryStream PictureBox1.Image.Save(Stream, System.Drawing.
Imaging
.ImageFormat.Bmp
·
2015-10-27 14:06
SQL Server 2000
asp.net显示高清缩略图
如题: 添加命名空间如下: using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.
Imaging
·
2015-10-27 14:39
asp.net
wp中的位图
// // 摘要: // 使用提供的元素和变换初始化 System.Windows.Media.
Imaging
.WriteableBitmap
·
2015-10-27 13:21
wp
c#生成图片缩略图的类
using System.IO;using System.Drawing;using System.Drawing.
Imaging
; /**//// <summary>/// 图片处理类/
·
2015-10-23 09:24
缩略图
图片流Base64编码 转图片
using System; using System.Drawing; using System.Drawing.
Imaging
; using 
·
2015-10-23 08:49
base64
PictureBox中的Image对象(或者图片)转存到数据库
主要有两个点: 1.图片Image对象 ”保存“到MemoryStream中; image.Save(mstream, System.Drawing.
Imaging
.ImageFormat.Jpeg
·
2015-10-23 08:25
image
Silverlight 控件截图与InkPresenter画笔
控件截图 控件截图关键是,System.Windows.Media.
Imaging
空间下的 WriteableBitmap 对象 using System.Windows.Media.
Imaging
·
2015-10-23 08:07
silverlight
C# 图片与byte[]之间以及byte[]与string之间的转换
System; using System.IO; using System.Drawing; using System.Windows.Forms; using System.Drawing.
Imaging
·
2015-10-23 08:55
String
center os PIL install
source=fileswget http://effbot.org/downloads/
Imaging
-1.1.6.tar.gzgunzip
Imaging
-1.1.6.tar.gztar xvf
Imaging
·
2015-10-23 08:06
Install
Save a 32-bit Bitmap as 1-bit .bmp file in C#
This code will get the job done using System.Drawing.
Imaging
; using System.Runtime.InteropServ
·
2015-10-23 08:03
bitmap
在Asp.net中为图像加入水印信息
using System.Drawing; using System.IO; using System.Drawing.
Imaging
; private void AddTextToImg
·
2015-10-21 13:49
asp.net
C#图片无损压缩
//引用命名空间 using System.Drawing.
Imaging
;using System.Drawing;using System.Drawing.Drawing2D;
·
2015-10-21 13:05
C#
C#图片处理:获取GIF 动画图片中的各个帧
using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.
Imaging
; public
·
2015-10-21 13:05
图片处理
openDICOM
DICOM 的简称: Digital
Imaging
and Communications in Medicine ,它是一个医学上数字图像与信息传递的标准,定义了通讯的协议以及传输的数据格式。
·
2015-10-21 12:58
DICOM
HttpHandler 创建图片验证码
quot;C#" Class="Handler" %> using System; using System.Web; using System.Drawing.
Imaging
·
2015-10-21 12:26
handler
c#pda(wince)摄像头拍照程序
System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;using System.Drawing;using System.Drawing.
Imaging
·
2015-10-21 12:32
WinCE
Medical Image Processing Conference and Journal 医学图像处理会议与期刊
会议: Information Processing in Medical
Imaging
,IPMI IPMI2013 International Conference on Medical
·
2015-10-21 12:01
process
示例 Demo 工程和 API 参考链接
文章链接 Filter Effects:对拍摄的照片或者图片库中的照片应用 Nokia
Imaging
SDK 中的滤镜。
·
2015-10-21 12:44
demo
Nokia
Imaging
SDK
Nokia
Imaging
SDK 目前为 beta 版本,是诺基亚在自己的图像应用中使用的技术同时提供给开发者 使用。
·
2015-10-21 12:43
Nokia
Cheatsheet: 2013 07.09 ~ 07.20
Android Splash Screen Migrating iOS MVC Applications to Windows Phone 8 (M-V-VM architecture) Nokia
Imaging
·
2015-10-21 12:35
sh
动态GIF图片处理
using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.
Imaging
·
2015-10-21 12:37
图片处理
c# 添加图片水印,可以指定水印位置+生成缩略图
using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.
Imaging
·
2015-10-21 12:25
缩略图
Silverlight 控件截图与InkPresenter画笔
控件截图 控件截图关键是,System.Windows.Media.
Imaging
空间下的 WriteableBitmap 对象 using System.Windows.Media.
Imaging
·
2015-10-21 11:04
silverlight
c# 添加图片水印,可以指定水印位置+生成缩略图
using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.
Imaging
·
2015-10-21 11:20
缩略图
缩略图代码(按百分比和按大小两种方式)
using System; using System.IO; using System.Drawing; using System.Drawing.
Imaging
; public
·
2015-10-21 11:37
缩略图
C#图片处理(裁剪,缩放,清晰度,水印)
System.Text; using System.IO; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.
Imaging
·
2015-10-21 11:15
图片处理
poj1493Machined Surfaces
Limit: 10000K Total Submissions: 3046 Accepted: 1925 Description An
imaging
·
2015-10-21 11:04
mac
WPF - GDI/GDI+的末路, Direct3D的盛宴[zz]
It provides 2D graphics and text functionality, as well as limited
imaging
functionality.
·
2015-10-21 11:48
WPF
随机生成验证码
System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.
Imaging
·
2015-10-21 10:27
验证码
C# Directory FileStream StreamWriter
usingSystem; usingSystem.Collections.Generic; usingSystem.Drawing; usingSystem.Drawing.
Imaging
; usingSystem.IO
KingCruel
·
2015-10-14 18:00
Centos 安装python PIL模块(实践)
1、下载wgethttp://effbot.org/downloads/
Imaging
-1.1.7.tar.gz2、解压:tarxvfzImaging-1.1.7.tar.gz下载并解压成功之后,到解压目录
magiee
·
2015-10-10 16:00
PIL安装
安装完Python后,安装PIL库就非常简单了,只需按如下步骤进行1、下载PIL的SourceKit(因为这个包支持全部平台)
Imaging
--1.1.6.tar.gzURL:http://www.pythonware.com
pianzif
·
2015-08-22 16:46
----python基础
C#自定义签名章实现方法
usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Drawing;usingSystem.Drawing.
Imaging
我心依旧
·
2015-08-22 16:08
webapi返回图片,mvc返回图片
Imageimg=GetImage(imageName,width,height); MemoryStreamms=newMemoryStream(); img.Save(ms,System.Drawing.
Imaging
.ImageFormat.Png
wyf
·
2015-08-20 14:00
python 使用Django Simple Captcha之缺少PIL模块
install libjpeg libjpeg-devel zlib zlib-devel freetype freetype-devel lcms lcms-develyum install python-
imaging
johnnyky
·
2015-08-10 13:00
Win7 64位安装Python PIL库
今天上传图片,一直提示The_imagingCmoduleisnotinstalledPIL模块我之前早就安装过了,为什么提示__
imaging
模块没有安装呢?
柠檬酷
·
2015-07-31 14:00
上一页
12
13
14
15
16
17
18
19
下一页
按字母分类:
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
其他