Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
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 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, GLOBAL, jinit_compress_master(), and jpeg_suppress_tables().
Referenced by vl::saveJPG(), and write_JPEG_file().
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, num_lines, 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, GLOBAL, long(), NULL, num_lines, scanlines, and WARNMS.
Referenced by vl::saveJPG(), and write_JPEG_file().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:56.
© Copyright Michele Bosi. All rights reserved.