Go to the source code of this file.
Classes |
struct | _bmp_source_struct |
Defines |
#define | GET_2B(array, offset) |
#define | GET_4B(array, offset) |
#define | ReadOK(file, buffer, len) (JFREAD(file,buffer,len) == ((size_t) (len))) |
#define | UCH(x) ((int) (x)) |
Typedefs |
typedef struct _bmp_source_struct * | bmp_source_ptr |
typedef struct _bmp_source_struct | bmp_source_struct |
typedef unsigned char | U_CHAR |
Functions |
| finish_input_bmp (j_compress_ptr cinfo, cjpeg_source_ptr sinfo) |
| get_24bit_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo) |
| get_8bit_row (j_compress_ptr cinfo, cjpeg_source_ptr sinfo) |
| jinit_read_bmp (j_compress_ptr cinfo) |
| preload_image (j_compress_ptr cinfo, cjpeg_source_ptr sinfo) |
| read_byte (bmp_source_ptr sinfo) |
| read_colormap (bmp_source_ptr sinfo, int cmaplen, int mapentrysize) |
| start_input_bmp (j_compress_ptr cinfo, cjpeg_source_ptr sinfo) |
Define Documentation
#define GET_2B |
( |
|
array, |
|
|
|
offset |
|
) |
| |
Value:((unsigned int) UCH(array[offset]) + \
(((unsigned int) UCH(array[offset+1])) << 8))
#define GET_4B |
( |
|
array, |
|
|
|
offset |
|
) |
| |
Typedef Documentation
Function Documentation