资源简介
能够实现tiff格式图片的读取并且显示。
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “readtiff.h“
#include “ChildFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChildframe
IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction
CChildframe::CChildframe()
{
// TODO: add member initialization code here
}
CChildframe::~CChildframe()
{
}
BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics
#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}
void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-03-16 15:31 读取tiff文件\
文件 1535 2010-09-02 20:32 读取tiff文件\ChildFrm.cpp
文件 1397 2010-09-02 20:32 读取tiff文件\ChildFrm.h
文件 2730 2010-09-02 21:35 读取tiff文件\Chooseband.cpp
文件 1496 2010-09-02 21:35 读取tiff文件\Chooseband.h
目录 0 2013-03-13 21:05 读取tiff文件\Debug\
文件 16690 2013-03-12 22:14 读取tiff文件\Debug\ChildFrm.obj
文件 3010 2013-03-12 22:14 读取tiff文件\Debug\ChildFrm.sbr
文件 21111 2013-03-12 22:14 读取tiff文件\Debug\Chooseband.obj
文件 3877 2013-03-12 22:14 读取tiff文件\Debug\Chooseband.sbr
文件 19456 2013-03-12 22:14 读取tiff文件\Debug\MainFrm.obj
文件 3454 2013-03-12 22:14 读取tiff文件\Debug\MainFrm.sbr
文件 106040 2013-03-12 22:14 读取tiff文件\Debug\StdAfx.obj
文件 1375091 2013-03-12 22:14 读取tiff文件\Debug\StdAfx.sbr
文件 25013 2013-03-12 22:14 读取tiff文件\Debug\dib.obj
文件 27583 2013-03-12 22:14 读取tiff文件\Debug\dib.sbr
文件 159853 2013-03-12 22:14 读取tiff文件\Debug\readtiff.exe
文件 7865 2013-03-12 22:14 读取tiff文件\Debug\readtiff.exp
文件 521464 2013-03-12 22:14 读取tiff文件\Debug\readtiff.ilk
文件 13858 2013-03-12 22:14 读取tiff文件\Debug\readtiff.lib
文件 24038 2013-03-12 22:14 读取tiff文件\Debug\readtiff.obj
文件 6870816 2013-03-12 22:14 读取tiff文件\Debug\readtiff.pch
文件 459776 2013-03-12 22:14 读取tiff文件\Debug\readtiff.pdb
文件 8252 2013-03-12 22:14 读取tiff文件\Debug\readtiff.res
文件 8899 2013-03-12 22:14 读取tiff文件\Debug\readtiff.sbr
文件 89820 2013-03-12 22:14 读取tiff文件\Debug\readtiffDoc.obj
文件 297088 2013-03-12 22:14 读取tiff文件\Debug\readtiffDoc.sbr
文件 23261 2013-03-12 22:14 读取tiff文件\Debug\readtiffView.obj
文件 7368 2013-03-12 22:14 读取tiff文件\Debug\readtiffView.sbr
文件 279552 2013-03-16 15:23 读取tiff文件\Debug\vc60.idb
文件 471040 2013-03-12 22:14 读取tiff文件\Debug\vc60.pdb
............此处省略262个文件信息
- 上一篇:光学设计手册—李士贤
- 下一篇:IDA Pro权威指南(第二版)高清完美版
相关资源
- Tiff图像压缩
- lena 512*512灰度、彩色图bmpmatpgmtiff)
- tiff-4.0.10-windows
- LIBTIFF_Setup.zip
- 世界影像地图tiff格式图片
- TIFF文件写入 CMYK+N个通道demo
- qt编写的解析16位深tiff灰度图的程序
- 图片格式批量转换器,支持从bmp,j
- tesseract识别中文的com.sun.media.imageio.
- HEGTool2.12
- 完美实现svs转tif
- LibGeoTiff已编译可直接使用
- libtiff已编译好的库32位和64位
- libtiff 64位库
- IDL 实现tiff格式批量转化成ENVI标准格
- CallTifftoy.rar
- AlternaTIFF TIFF图像浏览器插件 免注册版
- TIF/TIFF文件的合并及拆分工具
- CAD 插入带坐标的正射影像
- GeoTIFF转HDF5方法
- zw_convert_envistandard_to_tiff.zip
- TIFF图像处理代码,支持GROUP4格式,和
- NetCDF批量转Tiff的IDL程序
- envi_standard格式转为tiff格式
- JPG图像文件转换TIFF文件
- CAD中按TFW坐标信息加载TIFF影像
- GIMMS 3g convertion
- NetCDF格式转换TIFF-以全球GIMMS3g-NDVI数据
- 使用GDAL查询tiff影像任意一点的高程
- 编译好的libtiff dll与lib (32位与64位)
评论
共有 条评论