#include "StdAfx.h"#include <jpeglib.h>#include "JpgWriter.h"Namespaces | |
| namespace | jpg |
Functions | |
| void | jpeg_error_exit_handler (jpg::j_common_ptr cinfo) |
| A pointer to this function is set in the struct jpeg_error_mgr which is used by JpgWriter::write_image(). | |
|
|
A pointer to this function is set in the struct jpeg_error_mgr which is used by JpgWriter::write_image(). It formats the error message, and throws a CString exception. |
1.2.16