• 大小: 26KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-09
  • 语言: 其他
  • 标签: VC  EXIF  JPG  拍摄信息  

资源简介

一个VC编写的读取JPG文件EXIF信息的一个类,很好用很强大!

资源截图

代码片段和文件信息

// ExifTest.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “ExifTest.h“
#include “ExifTestDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CExifTestApp

BEGIN_MESSAGE_MAP(CExifTestApp CWinApp)
//{{AFX_MSG_MAP(CExifTestApp)
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CExifTestApp construction

CExifTestApp::CExifTestApp()
{
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CExifTestApp object

CExifTestApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CExifTestApp initialization

BOOL CExifTestApp::InitInstance()
{
// Standard initialization

CExifTestDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
}
else if (nResponse == IDCANCEL)
{
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       28672  2003-03-16 22:50  ExifTest.exe
     文件        1204  2003-03-16 21:47  ExifTest.h
     文件        1283  2003-03-16 21:47  ExifTest.cpp
     文件         999  2003-03-16 21:47  StdAfx.h
     文件         210  2003-03-16 21:47  StdAfx.cpp
     文件         400  2003-03-16 21:47  RES\ExifTest.rc2
     文件        1078  2003-03-16 21:47  RES\ExifTest.ico
     文件         539  2003-03-16 21:47  ExifTest.dsw
     文件         548  2003-03-16 21:49  Resource.h
     文件        4447  2003-03-16 21:49  ExifTest.rc
     文件        4277  2003-03-16 22:19  ExifTest.dsp
     文件        1514  2003-03-16 22:31  ExifTestDlg.h
     文件       10234  2003-03-16 22:42  ExifTestDlg.cpp
     文件       27930  2003-03-16 22:45  EXIF.CPP
     文件        3480  2003-03-16 22:45  EXIF.H

评论

共有 条评论