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
.NET图片操作类,包含图片格式转换、图片缩放、 文字水印、图片水印、路径转换
using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Drawing.
Imaging
·
2015-11-11 09:11
.net
验证码 生成变形的文字
System.Web.UI; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.
Imaging
·
2015-11-11 08:13
验证码
python加载图片
安装完Python后,安装PIL库就非常简单了,只需按如下步骤进行 1、下载PIL的Source Kit(因为这个包支持全部平台)
Imaging
--1.1.6.tar.gz  
·
2015-11-11 08:50
python
Visual Studio2013使用Microsoft Office Document
Imaging
(MODI)的方法
若要安装和 Microsoft Office 2013 一同使用的 Microsoft Office Document
Imaging
(MODI),请选择以下方法之一: 方法 1:通过安装 SharePoint
·
2015-11-11 07:20
Microsoft
ASP.NET 中图像验证码的实现
1.首先创建一个 ValidateImage.aspx 页,注意引用System.Drawing和System.Drawing.
Imaging
两个命名空间。
·
2015-11-11 07:57
asp.net
在apache上报错“The _
imaging
C module is not installed”
我的环境是python2.7.8、django1.6.4、apache2.2。 问题:在django自带的runserver环境下没有任何报错,但是配置在apache上出现了 “The _imagingft C module is not installed”的报错。找了很久原来是因为 import Image的时候 PIL包在window底下的貌似是二进制的类似问题,需要下载Pillow的对
·
2015-11-11 06:22
Install
机器视觉(3)——视觉软件
涉及到的软件有Halcon, visionPro(CVL), Evision, labview+vision,MIL(Matrox
Imaging
Library), HexSight, OpenCV,
·
2015-11-11 06:24
软件
上传图片类代码
using System.Web; using System.Web.UI; using System.IO; using System.Drawing; using System.Drawing.
Imaging
·
2015-11-11 05:49
代码
C#验证码和中文验证码
验证码 /* using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.
Imaging
; using
·
2015-11-11 05:56
验证码
通过 Python + Python
Imaging
Library (PIL) 生成简单函数图像
# !/usr/bin/env python # coding=utf-8 # ------------------------------------------------------------------------------- # 名 称:简单函数绘制类 # 版 本:V0.1 # &nb
·
2015-11-11 04:04
library
qrcode 4.0.4 : Python Package Index
Download qrcode-4.0.4.tar.gz QR Code image generator This module uses image libraries, Python
Imaging
·
2015-11-11 03:07
package
解决ASP.NET裁剪图片失真
System.Drawing.Image.FromFile(imgPath); Bitmap bmPhoto=new Bitmap(CutWidth/2, CutHeight/2,System.Drawing.
Imaging
·
2015-11-11 03:30
asp.net
HDR 拍照模式的原理,实现及应用
HDR 拍照: (High Dynamic Range
Imaging
)高动态范围成像,是用来实现比普通数字图像技术更大曝光动态范围(即更大的明暗区别
·
2015-11-11 02:44
模式
图像验证码的实现
1.首先创建一个 ValidateImage.aspx 页,注意引用System.Drawing和System.Drawing.
Imaging
两个命名空间。
·
2015-11-11 02:44
验证码
[DICOM] 开篇
摘录Wiki的介绍: DICOM (Digital
Imaging
and Communications in Medicine) is a
·
2015-11-11 01:18
DICOM
类库探源——System.Drawing
System.Drawing 命名空间简述 System.Drawing 命名空间提供访问 GDI+ 的基本功能,更高级的功能在 System.Drawing.Drawing2D,System.Drawing.
Imaging
·
2015-11-11 01:54
System
验证码,字体旋转。
System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.
Imaging
·
2015-11-11 00:44
验证码
Windows Phone截取当前屏幕保存图像的代码
导入以下命名空间: using System.Windows.Media.
Imaging
; using System.IO; using Microsoft.Xna.Framework.Media
·
2015-11-11 00:18
windows phone
.net 上传图片封装类
using System.Web; using System.Web.UI; using System.IO; using System.Drawing; using System.Drawing.
Imaging
·
2015-11-10 23:08
.net
C# GDI+入门(2)-画刷的使用
、画刷的使用 using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.
Imaging
·
2015-11-09 14:16
C#
水印及缩略图的C#实现
using System; using System.IO; using System.Drawing; using System.Drawing.
Imaging
·
2015-11-09 13:17
缩略图
利用C#转换图片格式,还可转换为ico
System;using System.Collections.Generic;using System.Text;using System.Drawing;using System.Drawing.
Imaging
·
2015-11-08 17:21
C#
asp.net生成缩略图及给原始图加水印
using System.IO; using System.Drawing.
Imaging
; private void Button1
·
2015-11-08 16:42
asp.net
高质量图片保存方案
using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.
Imaging
;
·
2015-11-08 15:47
图片
C#图片处理类
; using System.Collections.Generic; using System.Drawing; using System.Drawing.
Imaging
·
2015-11-08 15:45
图片处理
.net 上传图片处理缩略图
using System.Web; using System.Web.UI; using System.IO; using System.Drawing; using System.Drawing.
Imaging
·
2015-11-08 15:52
.net
继承PictureBox显示GIF的自定义控件实现
System.Collections.Generic; using System.Linq; using System.Text; using System.Drawing; using System.Drawing.
Imaging
·
2015-11-08 14:00
自定义控件
C# 图片加水印
using System.Collections; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.
Imaging
·
2015-11-08 10:15
C#
c#pda(wince)摄像头拍照程序
System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;using System.Drawing;using System.Drawing.
Imaging
·
2015-11-08 10:07
WinCE
C#验证码
using System.Configuration; using System.Collections; using System.Drawing; using System.Drawing.
Imaging
·
2015-11-08 09:13
验证码
c#完美实现验证码功能
code 函数(CheckCode.ASpx) 添加引用: using System.Drawing; using System.Drawing.
Imaging
; using
·
2015-11-08 09:11
验证码
生成验证码
using System;using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.
Imaging
;using System.IO
·
2015-11-07 15:01
验证码
将自己常去Web3D网站整理到文章中来
Sébastien Kuntz's Blog XiaoKe's Blog 刘未鹏 vr相关 comp.lang.vrml GameRes游戏开发资源网
Imaging
·
2015-11-07 14:01
Web
asp.net(c#)生成验证码 点击可刷新
CheckCode.aspx: CheckCode.aspx.cs代码如下 添加引用: using System.IO; using System.Drawing; using System.Drawing.
Imaging
·
2015-11-07 14:11
asp.net
压缩图片C#算法
lib/view/open1391348644910.html using System.IO; using System.Drawing; using System.Drawing.
Imaging
·
2015-11-07 12:06
C#
生成缩略图
libocumt/articles/34483.html using System.IO;using System.Drawing;using System.Drawing.
Imaging
·
2015-11-07 12:01
缩略图
asp.net图片操作(Drawing.
Imaging
;Drawing)
图片操作 (Drawing.
Imaging
;Drawing) 1, Bitmap 控制图片属性
·
2015-11-07 12:16
asp.net
Avi视频生成缩略图时,提示“尝试读取或写入受保护的内存。这通常指示其他内存已损坏”
异常位于代码段:bmp = new Bitmap(width, height, stride, System.Drawing.
Imaging
.PixelFormat.Format24bppRgb, h
·
2015-11-07 12:23
缩略图
(1)熟悉一下画柱状图和饼图类
用.net画柱状图和饼图是比较简单的,下面我们来熟悉System.Drawing和System.Drawing.
Imaging
这两个类
·
2015-11-07 11:23
柱状图
[C#]几种Bitmap比较方式
大小: 关键代码: using System; using System.Diagnostics; using System.Drawing; using System.Drawing.
Imaging
·
2015-11-07 10:05
bitmap
ASP.NET MVC5 生成验证码
ValidateCode.cs using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.
Imaging
·
2015-11-07 10:37
asp.net
XE7 Unit scope names
后来 在项目选项里,编译器,加个 VCL.
IMAGING
。 给Delhi.命名空间 指定单元范围名称 前缀,使你可以在代码中和uses子句或者 包含子句里,使用 部分匹配的名称。
·
2015-11-07 10:17
scope
asp.net的gdi+绘图
但是在这里换成png的却报错 System.Drawing.
Imaging
.ImageCodecInfo ici = GetEncoderInfo("image/jpeg"
·
2015-11-07 10:25
asp.net
(开发篇) 图片/图表研究~ .net图片档案系列~图片质量和参数修改(附压缩图片代码)
System.Drawing.
Imaging
.Encod
·
2015-11-06 08:17
.net
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
图片
上一页
9
10
11
12
13
14
15
16
下一页
按字母分类:
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
其他