自由与蓝天

昔日高山流水,快剑江湖,长街奔马。 今日谷歌百度,种菜发贴,写写代码。

博客园 首页 新随笔 联系 订阅 管理

2011年6月2日 #

摘要: 一 引言在C# & GDAL 学习一中我写了如何用GDAL读取栅格图像的基本信息。本篇内容是接着学习一,如何保存一个栅格图像。在这里不加啰嗦了,主要代码我会把注释写的很清楚。二 代码usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingOSGeo.GDAL;usingSystem.Drawing;usingSystem.Drawing.Imaging;namespaceGDALRead{classProgram{publicstaticvoidusage(){Console. 阅读全文
posted @ 2011-06-02 15:52 自由与蓝天 阅读(942) 评论(0) 推荐(0) 编辑