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 31 of file jcapistd.cpp.
References CSTATE_RAW_OK, CSTATE_SCANNING, CSTATE_START, ERREXIT1, FALSE, jinit_compress_master(), jpeg_suppress_tables(), and write_all_tables.
Referenced by mrpt::utils::CImage::saveToStreamAsJPEG().
jpeg_write_raw_data | ( | j_compress_ptr | cinfo, |
JSAMPIMAGE | data, | ||
JDIMENSION | num_lines | ||
) |
Definition at line 113 of file jcapistd.cpp.
References CSTATE_RAW_OK, DCTSIZE, ERREXIT, ERREXIT1, num_lines, and WARNMS.
jpeg_write_scanlines | ( | j_compress_ptr | cinfo, |
JSAMPARRAY | scanlines, | ||
JDIMENSION | num_lines | ||
) |
Definition at line 70 of file jcapistd.cpp.
References CSTATE_SCANNING, ERREXIT1, num_lines, scanlines, and WARNMS.
Referenced by mrpt::utils::CImage::saveToStreamAsJPEG().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |