#include "jinclude.h"#include "jpeglib.h"Go to the source code of this file.
Defines | |
| #define | JPEG_INTERNALS |
Functions | |
| jpeg_start_compress (j_compress_ptr cinfo, boolean write_all_tables) | |
| jpeg_write_scanlines (j_compress_ptr cinfo, JSAMPARRAY scanlines, JDIMENSION num_lines) | |
| jpeg_write_raw_data (j_compress_ptr cinfo, JSAMPIMAGE data, JDIMENSION num_lines) | |
| #define JPEG_INTERNALS |
Definition at line 17 of file jcapistd.c.
| jpeg_start_compress | ( | j_compress_ptr | cinfo, | |
| boolean | write_all_tables | |||
| ) |
Definition at line 38 of file jcapistd.c.
References CSTATE_RAW_OK, CSTATE_SCANNING, CSTATE_START, ERREXIT1, FALSE, jinit_compress_master(), and jpeg_suppress_tables().
Referenced by ASImage2jpeg().
| jpeg_write_raw_data | ( | j_compress_ptr | cinfo, | |
| JSAMPIMAGE | data, | |||
| JDIMENSION | num_lines | |||
| ) |
Definition at line 120 of file jcapistd.c.
References CSTATE_RAW_OK, DCTSIZE, ERREXIT, ERREXIT1, long, NULL, and WARNMS.
| jpeg_write_scanlines | ( | j_compress_ptr | cinfo, | |
| JSAMPARRAY | scanlines, | |||
| JDIMENSION | num_lines | |||
| ) |
Definition at line 77 of file jcapistd.c.
References CSTATE_SCANNING, ERREXIT1, long, NULL, and WARNMS.
Referenced by ASImage2jpeg().
1.5.1