Go to the source code of this file.
Macros | |
| #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 10 of file jcapistd.cpp.
| jpeg_start_compress | ( | j_compress_ptr | cinfo, |
| boolean | write_all_tables | ||
| ) |
Definition at line 30 of file jcapistd.cpp.
References CSTATE_RAW_OK, CSTATE_SCANNING, CSTATE_START, ERREXIT1, FALSE, jinit_compress_master(), and jpeg_suppress_tables().
Referenced by mrpt::utils::CImage::saveToStreamAsJPEG().


| jpeg_write_raw_data | ( | j_compress_ptr | cinfo, |
| JSAMPIMAGE | data, | ||
| JDIMENSION | num_lines | ||
| ) |
Definition at line 110 of file jcapistd.cpp.
References CSTATE_RAW_OK, DCTSIZE, ERREXIT, ERREXIT1, and WARNMS.
| jpeg_write_scanlines | ( | j_compress_ptr | cinfo, |
| JSAMPARRAY | scanlines, | ||
| JDIMENSION | num_lines | ||
| ) |
Definition at line 69 of file jcapistd.cpp.
References CSTATE_SCANNING, ERREXIT1, and WARNMS.
Referenced by mrpt::utils::CImage::saveToStreamAsJPEG().

| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |