#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 |
|
Definition at line 133 of file exjpeg.cpp. |
|
Definition at line 153 of file exjpeg.cpp. |
|
Definition at line 155 of file exjpeg.cpp. |
|
Definition at line 151 of file exjpeg.cpp. |
|
Definition at line 152 of file exjpeg.cpp. |
|
Definition at line 156 of file exjpeg.cpp. |
|
Definition at line 135 of file exjpeg.cpp. |
|
Definition at line 136 of file exjpeg.cpp. |
|
Definition at line 138 of file exjpeg.cpp. |
|
Definition at line 137 of file exjpeg.cpp. |
|
Definition at line 139 of file exjpeg.cpp. |