ReactOS 0.4.15-dev-7953-g1f49173
cdjpeg.h File Reference
#include "jinclude.h"
#include "jpeglib.h"
#include "jerror.h"
#include "cderror.h"
Include dependency graph for cdjpeg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cjpeg_source_struct
 
struct  djpeg_dest_struct
 
struct  cdjpeg_progress_mgr
 

Macros

#define JPEG_CJPEG_DJPEG   /* define proper options in jconfig.h */
 
#define JPEG_INTERNAL_OPTIONS   /* cjpeg.c,djpeg.c need to see xxx_SUPPORTED */
 
#define READ_BINARY   "rb"
 
#define WRITE_BINARY   "wb"
 
#define EXIT_FAILURE   1
 
#define EXIT_SUCCESS   0
 
#define EXIT_WARNING   2
 

Typedefs

typedef struct cjpeg_source_structcjpeg_source_ptr
 
typedef struct djpeg_dest_structdjpeg_dest_ptr
 
typedef struct cdjpeg_progress_mgrcd_progress_ptr
 

Functions

 EXTERN (cjpeg_source_ptr) jinit_read_bmp JPP((j_compress_ptr cinfo))
 
 EXTERN (djpeg_dest_ptr) jinit_write_bmp JPP((j_decompress_ptr cinfo
 
 EXTERN (boolean) read_quant_tables JPP((j_compress_ptr cinfo
 
 EXTERN (void) read_color_map JPP((j_decompress_ptr cinfo
 
 EXTERN (FILE *) read_stdin JPP((void))
 

Variables

boolean is_os2
 
boolean is_lzw
 
charfilename
 
char boolean force_baseline
 
chararg
 
FILEinfile
 
cd_progress_ptr progress
 
const charkeyword
 
const char int minchars
 

Macro Definition Documentation

◆ EXIT_FAILURE

#define EXIT_FAILURE   1

Definition at line 174 of file cdjpeg.h.

◆ EXIT_SUCCESS

#define EXIT_SUCCESS   0

Definition at line 180 of file cdjpeg.h.

◆ EXIT_WARNING

#define EXIT_WARNING   2

Definition at line 187 of file cdjpeg.h.

◆ JPEG_CJPEG_DJPEG

#define JPEG_CJPEG_DJPEG   /* define proper options in jconfig.h */

Definition at line 13 of file cdjpeg.h.

◆ JPEG_INTERNAL_OPTIONS

#define JPEG_INTERNAL_OPTIONS   /* cjpeg.c,djpeg.c need to see xxx_SUPPORTED */

Definition at line 14 of file cdjpeg.h.

◆ READ_BINARY

#define READ_BINARY   "rb"

Definition at line 168 of file cdjpeg.h.

◆ WRITE_BINARY

#define WRITE_BINARY   "wb"

Definition at line 169 of file cdjpeg.h.

Typedef Documentation

◆ cd_progress_ptr

Definition at line 90 of file cdjpeg.h.

◆ cjpeg_source_ptr

Definition at line 25 of file cdjpeg.h.

◆ djpeg_dest_ptr

Definition at line 46 of file cdjpeg.h.

Function Documentation

◆ EXTERN() [1/5]

EXTERN ( boolean  )

◆ EXTERN() [2/5]

EXTERN ( cjpeg_source_ptr  )

◆ EXTERN() [3/5]

EXTERN ( djpeg_dest_ptr  )

◆ EXTERN() [4/5]

EXTERN ( FILE )

◆ EXTERN() [5/5]

EXTERN ( void  )

Variable Documentation

◆ arg

Definition at line 139 of file cdjpeg.h.

◆ filename

Definition at line 136 of file cdjpeg.h.

◆ force_baseline

◆ infile

FILE* infile

Definition at line 146 of file cdjpeg.h.

◆ is_lzw

boolean is_lzw

Definition at line 126 of file cdjpeg.h.

◆ is_os2

boolean is_os2

Definition at line 123 of file cdjpeg.h.

◆ keyword

Definition at line 154 of file cdjpeg.h.

◆ minchars

const char int minchars

Definition at line 154 of file cdjpeg.h.

Referenced by keymatch().

◆ progress