|
QTrk
|
#include "std_incl.h"#include <cstdio>#include "jpeglib.h"#include "utils.h"#include "TeLibJpeg\jmemdstsrc.h"Go to the source code of this file.
Classes | |
| struct | my_error_mgr |
Functions | |
| int | ReadJPEGFile (uchar *srcbuf, int srclen, uchar **data, int *width, int *height) |
| void | WriteJPEGFile (uchar *data, int w, int h, const char *filename, int quality) |
| void | FloatToJPEGFile (const char *name, const float *d, int w, int h) |
| void FloatToJPEGFile | ( | const char * | name, |
| const float * | d, | ||
| int | w, | ||
| int | h | ||
| ) |
Definition at line 189 of file fastjpg.cpp.
Definition at line 12 of file fastjpg.cpp.
| void WriteJPEGFile | ( | uchar * | data, |
| int | w, | ||
| int | h, | ||
| const char * | filename, | ||
| int | quality | ||
| ) |
Definition at line 89 of file fastjpg.cpp.
1.8.12