exjpeg.cpp File Reference

(r1785/r1708)

#include "camtypes.h"
#include "oilbitmap.h"
#include "grndbmp.h"
#include "exjpeg.h"
#include "jpgdest.h"
#include "jpgermgr.h"
#include "bitmpinf.h"
#include "ccbuffil.h"
#include "progress.h"
#include "bmapprev.h"
#include "exphint.h"

Go to the source code of this file.

Defines

#define new   CAM_DEBUG_NEW

Variables

static TCHAR g_szCompression [] = _T("ExportJPEG\\Compression")
static TCHAR g_szDCTMethod [] = _T("ExportJPEG\\DCTMethod")
static TCHAR g_szProgressive [] = _T("ExportJPEG\\DoAsProgressive")
static TCHAR g_szOptimize [] = _T("ExportJPEG\\Optimize")
static TCHAR g_szSmoothing [] = _T("ExportJPEG\\Smoothing")
JPEG_QUALITY g_DefaultCompression = 75
libJPEG::J_DCT_METHOD g_DefaultDCTMethod = libJPEG::JDCT_FLOAT
BOOL g_bExportProgressive = FALSE
BOOL g_bOptimizeCoding = FALSE
JPEG_QUALITY g_Smoothing = 0


Define Documentation

#define new   CAM_DEBUG_NEW
 

Definition at line 133 of file exjpeg.cpp.


Variable Documentation

BOOL g_bExportProgressive = FALSE
 

Definition at line 153 of file exjpeg.cpp.

BOOL g_bOptimizeCoding = FALSE
 

Definition at line 155 of file exjpeg.cpp.

JPEG_QUALITY g_DefaultCompression = 75
 

Definition at line 151 of file exjpeg.cpp.

libJPEG::J_DCT_METHOD g_DefaultDCTMethod = libJPEG::JDCT_FLOAT
 

Definition at line 152 of file exjpeg.cpp.

JPEG_QUALITY g_Smoothing = 0
 

Definition at line 156 of file exjpeg.cpp.

TCHAR g_szCompression[] = _T("ExportJPEG\\Compression") [static]
 

Definition at line 135 of file exjpeg.cpp.

TCHAR g_szDCTMethod[] = _T("ExportJPEG\\DCTMethod") [static]
 

Definition at line 136 of file exjpeg.cpp.

TCHAR g_szOptimize[] = _T("ExportJPEG\\Optimize") [static]
 

Definition at line 138 of file exjpeg.cpp.

TCHAR g_szProgressive[] = _T("ExportJPEG\\DoAsProgressive") [static]
 

Definition at line 137 of file exjpeg.cpp.

TCHAR g_szSmoothing[] = _T("ExportJPEG\\Smoothing") [static]
 

Definition at line 139 of file exjpeg.cpp.


Generated on Sat Nov 10 03:49:08 2007 for Camelot by  doxygen 1.4.4