代码搜索结果
找到约 10,000 项符合
Image 的代码
image.h
// image.h : main header file for the IMAGE application
//
#if !defined(AFX_IMAGE_H__5A49021B_CF86_49AF_9E4F_8908D0FA1048__INCLUDED_)
#define AFX_IMAGE_H__5A49021B_CF86_49AF_9E4F_8908D0FA1048__IN
image.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "image", "image.vcproj", "{AADE9C00-F920-451C-A4D9-9DB67767384B
image.rc
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
/
image.cpp
// image.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "image.h"
#include "imageDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static
image.cpp
//***********************************************************************//
// //
// - "Talk to me like I'm a 3 year old!" Programming Lessons - //
//
image.h
#ifndef _IMAGE_H
#define _IMAGE_H
#include "jpeglib.h"
// These defines are used to tell us about the type of TARGA file it is
#define TGA_RGB 2 // This tells us it's a normal RGB (really
image.h
/*!
************************************************************************
* \file image.h
*
* \brief
* prototypes for image.c
*
**************************************************