#include <jpeglib.h>
Go to the source code of this file.
Classes | |
struct | mapnik::dest_mgr |
Namespaces | |
namespace | mapnik |
Defines | |
#define | BUFFER_SIZE 4096 |
Functions | |
void | mapnik::init_destination (j_compress_ptr cinfo) |
boolean | mapnik::empty_output_buffer (j_compress_ptr cinfo) |
void | mapnik::term_destination (j_compress_ptr cinfo) |
template<typename T1 , typename T2 > | |
void | mapnik::save_as_jpeg (T1 &file, int quality, T2 const &image) |
#define BUFFER_SIZE 4096 |
Referenced by mapnik::empty_output_buffer(), mapnik::init_destination(), and mapnik::term_destination().