ASP.NET中图片显示方法实例
网络编程 2021-07-04 22:41www.168986.cn编程入门
这篇文章主要介绍了ASP.NET中图片显示方法,实例分析了ASP.NET图片显示所涉及的图片路径、缩略图及更新数据库图片浏览次数等相关技巧,需要的朋友可以参考下
本文实例讲述了ASP.NET中图片的显示方法。分享给大家供大家参考。具体如下
genimage.ashx
代码如下:
<%@ WebHandler Language="C#" Class="pix.ImageGenerator" %>
genimage.ashx.cs
// Copyright (C) 2003 by Greg Ennis // (mailto:greg@ennis.) // // The contents of this file are subject to the Artistic License (the "License"). // You may not use this file except in pliance with the License. // You may obtain a copy of the License at: // http://.opensource./licenses/artistic-license.html using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Drawing; using System.Web; using System.IO; using System.Configuration; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; namespace pix { public class ImageGenerator : IHttpHandler { public bool IsReusable { get { return true; } } public void ProcessRequest(HttpContext Context) { // Get the image filename and album root path from the database //图片浏览次数 int numviews; //图片数据库中的ID int picid = Convert.ToInt32(Context.Request["id"]); //图片路径 string imgpath = npdata.GetPathToPicture(picid, out numviews); // Writing an image to output stream Context.Response.ContentType = "image/jpg"; // 'thumbnail' means we are requesting a thumbnail //显示缩略图 if (Context.Request["thumbnail"] != null) { // Need to load the image, resize it, and stream to the client. // Calculate the scale so as not to stretch or distort the image. Bitmap bmp = new Bitmap(imgpath); float scale = 150.0f / System.Math.Max(bmp.Height, bmp.Width); System.Drawing.Image thumb = bmp.GetThumbnailImage((int)(bmp.Width scale), (int)(bmp.Height scale), null, System.IntPtr.Zero); thumb.Save(Context.Response.OutputStream, System.Drawing.Imaging.ImageFormat.Jpeg); bmp.Dispose(); thumb.Dispose(); } else { // Stream directly from the file // Get the stream and send it out the response System.IO.FileStream fs = File.Open(imgpath, FileMode.Open, FileAess.Read, FileShare.Read); const int byteLength = 8192; byte[] bytes = new byte[byteLength]; while( fs.Read(bytes, 0, byteLength ) != 0 ) { Context.Response.BinaryWrite(bytes); } fs.Close(); //更新数据库浏览次数 npdata.SetNumViews(picid, numviews+1); } } } }
使用方法
代码如下:
imgCtrl.ImageUrl = "genimage.ashx?id=" + Request["id"];
希望本文所述对大家的ASP.NET程序设计有所帮助。
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程