您的位置:首页 > 编程语言 > ASP

(原創) 如何將圖片上下翻轉? (.NET) (ASP.NET) (GDI+) (Image Processing)

2006-10-06 23:02 465 查看
Abstract
這是我修Computer Vision的作業,此原始程式碼也示範出如何Pixel By Pixel的方式編輯圖片以及如何讀取indexd的bmp圖片格式。

Introduction


1
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6
7</script>
78
79<html xmlns="http://www.w3.org/1999/xhtml">
80<head runat="server">
81 <title>Untitled Page</title>
82</head>
83<body>
84 <form id="form1" runat="server">
85 <div>
86 </div>
87 </form>
88</body>
89</html>
90

執行結果



See Also
(原創) 如何使用ANSI C讀寫24位元的BMP圖檔? (C/C++) (C) (Image Processing)

Reference
Steven A. Smith, Rob Howard, The ASP Alliance, ASP.NET 开发手札, 上奇科技出版事业处
KingLeon, Watermark Website Images At Runtime , The Code Project
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐