#include "pnmFileTypeJPG.h"
#include "config_pnmimagetypes.h"
#include "pnmImage.h"
#include "pnmWriter.h"
#include <jpeglib.h>
#include <jerror.h>
Go to the source code of this file.
Compounds | |
struct | my_destination_mgr |
Defines | |
#define | OUTPUT_BUF_SIZE 4096 |
Typedefs | |
typedef my_destination_mgr * | my_dest_ptr |
Functions | |
init_destination (j_compress_ptr cinfo) | |
empty_output_buffer (j_compress_ptr cinfo) | |
term_destination (j_compress_ptr cinfo) | |
jpeg_ostream_dest (j_compress_ptr cinfo, ostream *outfile) |
Definition in file pnmFileTypeJPGWriter.cxx.
|
Definition at line 69 of file pnmFileTypeJPGWriter.cxx. Referenced by empty_output_buffer(), init_destination(), and term_destination(). |
|
Definition at line 67 of file pnmFileTypeJPGWriter.cxx. |
|
Definition at line 116 of file pnmFileTypeJPGWriter.cxx. References OUTPUT_BUF_SIZE. |
|
Definition at line 78 of file pnmFileTypeJPGWriter.cxx. References OUTPUT_BUF_SIZE. |
|
Definition at line 164 of file pnmFileTypeJPGWriter.cxx. References NULL. |
|
Definition at line 140 of file pnmFileTypeJPGWriter.cxx. References my_destination_mgr::buffer, my_destination_mgr::outfile, OUTPUT_BUF_SIZE, and size_t. |