#include "ioJPG.hpp"#include "ImageException.hpp"#include <sstream>#include <fstream>#include <jpeglib.h>#include <setjmp.h>

Go to the source code of this file.
Namespaces | |
| namespace | kn |
Functions | |
| int | kn::loadJPG (Image< unsigned char > &res, const std::string &filename) |
| Load function for JPG image. | |
1.5.8