-
图像格式转换程序
翻译 maninwest@Codeforge 作者:Mohd Arshad (Sam)@CodeProject 有时需要更改上传图片的格式。通常我们会给用户提供上传任意格式图片的自由,然后处理为单一的 .jpg.格式。 .NET 为此需求提供扩展支持。.NET 支持的常见格式有.BMP, .EMF, .GIF, .ICO, .JPG, .PNG, .TIF 和 .WMF.使用代码在演示程序中,我在根目录下放置了2 个空文件夹。一个用于存放原始文件,另一个存储转换后的文件。Default.aspx 页上有个FileUpload 控件,通过此控件用户可以上传.JPG, .PNG 和 .BMP 格式的图片。有一个DropDownList,用户可以从中选择结果图像格式。有个按钮,单击后显示已经处理的图像要让程序运行,首先需要添加 3 个命名空间,提供使用 ‘Path’, ‘Bitmap’ 和‘ImageFormat’ 类的授权。命名空间为:using System.IO;
using System.Drawing;
using System.Drawing.Imaging;以下为负责图像处理的按钮的句柄函数:protected void btnResults_OnClick(object sender, EventArgs e)
{ if (Page.IsValid && fpImage.HasFile)
{ string tmpName = Guid.NewGuid().ToString();
fpImage.SaveAs(MapPath("~/Original Images/" +
- 2022-05-17 17:41:32下载
- 积分:1
-
.net学生成绩管理系统
.net学生成绩管理系统
网络搜集整理 希望对大家有所帮助(.net student achievement management system
Network collation hopes to help people)
- 2018-02-06 14:11:34下载
- 积分:1
-
《viusal c++教程》(郑阿奇主编)的Ex_HellpMsg源码
《viusal c++教程》(郑阿奇主编)的Ex_HellpMsg源码
- 2022-03-22 05:01:04下载
- 积分:1
-
aspnet_ani
在Asp.Net WEB开发中,结合JQuery实现简单的图形移动动画效果
包括文字动画平滑放大,图片的动画变淡,菜单树动画展开,div自动绕圈移动等效果,源代码使用VS2010开发
(In Asp.Net WEB development, combined with the JQuery to achieve a simple graphical animation effects
Including text animation smooth zooming of picture animation, pale, menu tree animation, div automatic cruising mobile effect, source code is developed using VS2010
)
- 2012-04-20 10:06:17下载
- 积分:1
-
Asp.net的mvc架构简单课程设计
mvc架构的建立及使用实现所建数据库的数据的增删查改
- 2022-05-19 02:41:43下载
- 积分:1
-
RAS--加密
RAS加密-----RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各 RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难 能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。
- 2022-04-23 10:37:24下载
- 积分:1
-
VS编写的网站交互
这是一个用VS2008编写的一个网站交互的代码,主要实现了当用户登录网站时,会显示当前在线人数,运用了Sesion跟application,希望大家喜欢。
- 2022-11-24 20:05:03下载
- 积分:1
-
.NET留言板,简单,适合新手
.net+sql做的留言板,简单,适合新手,简单,适合新手,简单,适合新手,简单,适合新手,简单,适合新手,简单,适合新手,简单,适合新手
- 2022-08-21 13:36:47下载
- 积分:1
-
aevel
Get the RUL address of all browser windows()
- 2017-11-01 21:41:02下载
- 积分:1
-
1. The scope of the tool to search for a file
1.该工具搜索文件范围为本机资源
2.支持多关键字精确、模糊两种查询方式
3.简易文本操作(复制、粘贴、剪切等)
4.单击“查询关键字”显示行号
5.支持给定后缀和无后缀查询(可自行给定后缀)
6.支持精确到文件夹查询
7.不能直接在左侧显示内容的文件可以直接右键打开
8.直接定位文件-1. The scope of the tool to search for a file-based resources 2 machine. Support multi-keyword precise, fuzzy two inquiries 3. Simple text operations (copy, paste, shear, etc.) 4. Click the " search" display line number 5. support for a given query suffix and the suffix (which can be given their own suffix) 6. to support the precise inquiry into the folder 7. can not be directly on the left shows the contents of files can be opened directly Right 8. direct positioning paper
- 2022-02-21 07:42:18下载
- 积分:1