Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
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_struct * | cjpeg_source_ptr |
typedef struct djpeg_dest_struct * | djpeg_dest_ptr |
typedef struct cdjpeg_progress_mgr * | cd_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 |
char * | filename |
char int | scale_factor |
char int boolean | force_baseline |
char * | arg |
FILE * | infile |
cd_progress_ptr | progress |
const char * | keyword |
const char int | minchars |
#define EXIT_FAILURE 1 |
Definition at line 169 of file cdjpeg.h.
Referenced by do_extract_currentfile(), jinit_read_gif(), main(), read_stdin(), and write_stdout().
#define READ_BINARY "rb" |
Definition at line 163 of file cdjpeg.h.
Referenced by read_stdin().
#define WRITE_BINARY "wb" |
Definition at line 164 of file cdjpeg.h.
Referenced by write_stdout().
typedef struct cdjpeg_progress_mgr* cd_progress_ptr |
typedef struct cjpeg_source_struct* cjpeg_source_ptr |
typedef struct djpeg_dest_struct* djpeg_dest_ptr |
EXTERN | ( | cjpeg_source_ptr | ) |
EXTERN | ( | djpeg_dest_ptr | ) |
EXTERN | ( | boolean | ) |
EXTERN | ( | void | ) |
EXTERN | ( | FILE * | ) |
char * arg |
Definition at line 136 of file cdjpeg.h.
Referenced by main(), parse_switches(), set_quant_slots(), and set_sample_factors().
Definition at line 133 of file cdjpeg.h.
Referenced by jpeg_set_linear_quality(), jpeg_set_quality(), parse_switches(), and read_quant_tables().
FILE* infile |
Definition at line 141 of file cdjpeg.h.
Referenced by file_uncompress(), get_text_gray_row(), get_text_rgb_row(), gunpipe(), jpeg_stdio_src(), pbm_getc(), preload_image(), read_byte(), read_color_map(), read_gif_map(), read_JPEG_file(), read_non_rle_pixel(), read_pbm_integer(), read_ppm_map(), read_rle_pixel(), and readpng_init().
boolean is_os2 |
Definition at line 121 of file cdjpeg.h.
Referenced by jinit_write_bmp().
const char* keyword |
Definition at line 149 of file cdjpeg.h.
Referenced by t42_parse_dict().
cd_progress_ptr progress |
Definition at line 147 of file cdjpeg.h.
Referenced by finish_output_bmp(), jinit_write_bmp(), and preload_image().
Definition at line 133 of file cdjpeg.h.
Referenced by jpeg_set_linear_quality(), and read_quant_tables().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:56.
© Copyright Michele Bosi. All rights reserved.