Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "cdjpeg.h"
Go to the source code of this file.
Macros | |
#define | UCH(x) ((int) (x)) |
#define | ReadOK(file, buffer, len) (JFREAD(file,buffer,len) == ((size_t) (len))) |
#define | GET_2B(array, offset) |
#define | GET_4B(array, offset) |
Typedefs | |
typedef unsigned char | U_CHAR |
typedef struct _bmp_source_struct * | bmp_source_ptr |
typedef struct _bmp_source_struct | bmp_source_struct |
Functions | |
read_byte (bmp_source_ptr sinfo) | |
read_colormap (bmp_source_ptr sinfo, int cmaplen, int mapentrysize) | |
get_8bit_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo) | |
get_24bit_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo) | |
preload_image (j_compress_ptr cinfo, cjpeg_source_ptr sinfo) | |
start_input_bmp (j_compress_ptr cinfo, cjpeg_source_ptr sinfo) | |
finish_input_bmp (j_compress_ptr cinfo, cjpeg_source_ptr sinfo) | |
jinit_read_bmp (j_compress_ptr cinfo) | |
#define GET_2B | ( | array, | |
offset | |||
) |
Referenced by start_input_bmp().
#define GET_4B | ( | array, | |
offset | |||
) |
Referenced by start_input_bmp().
Definition at line 45 of file rdbmp.c.
Referenced by start_input_bmp(), TIFFReadCustomDirectory(), TIFFReadDirectory(), and TIFFRewriteDirectory().
typedef struct _bmp_source_struct* bmp_source_ptr |
typedef struct _bmp_source_struct bmp_source_struct |
finish_input_bmp | ( | j_compress_ptr | cinfo, |
cjpeg_source_ptr | sinfo | ||
) |
get_24bit_row | ( | j_compress_ptr | cinfo, |
cjpeg_source_ptr | sinfo | ||
) |
Definition at line 150 of file rdbmp.c.
References FALSE, and METHODDEF.
Referenced by preload_image().
get_8bit_row | ( | j_compress_ptr | cinfo, |
cjpeg_source_ptr | sinfo | ||
) |
Definition at line 119 of file rdbmp.c.
Referenced by preload_image().
jinit_read_bmp | ( | j_compress_ptr | cinfo | ) |
Definition at line 423 of file rdbmp.c.
References finish_input_bmp(), JPOOL_IMAGE, SIZEOF, and start_input_bmp().
preload_image | ( | j_compress_ptr | cinfo, |
cjpeg_source_ptr | sinfo | ||
) |
Definition at line 187 of file rdbmp.c.
References cdjpeg_progress_mgr::completed_extra_passes, EOF, ERREXIT, for(), get_24bit_row(), get_8bit_row(), infile, long(), METHODDEF, NULL, jpeg_progress_mgr::pass_counter, jpeg_progress_mgr::pass_limit, progress, cdjpeg_progress_mgr::pub, and TRUE.
Referenced by start_input_bmp().
read_byte | ( | bmp_source_ptr | sinfo | ) |
Definition at line 68 of file rdbmp.c.
References EOF, ERREXIT, infile, and LOCAL.
Referenced by read_colormap(), and start_input_bmp().
read_colormap | ( | bmp_source_ptr | sinfo, |
int | cmaplen, | ||
int | mapentrysize | ||
) |
Definition at line 81 of file rdbmp.c.
References ERREXIT, i, METHODDEF, read_byte(), and void().
Referenced by start_input_bmp().
start_input_bmp | ( | j_compress_ptr | cinfo, |
cjpeg_source_ptr | sinfo | ||
) |
Definition at line 241 of file rdbmp.c.
References ERREXIT, FALSE, GET_2B, GET_4B, int, JCS_RGB, JPOOL_IMAGE, METHODDEF, NULL, preload_image(), read_byte(), read_colormap(), ReadOK, cdjpeg_progress_mgr::total_extra_passes, TRACEMS2, and void().
Referenced by jinit_read_bmp().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:56.
© Copyright Michele Bosi. All rights reserved.