#include <string>#include "Image.hpp"


Go to the source code of this file.
Namespaces | |
| namespace | kn |
Enumerations | |
| enum | kn::JPG_file_type { kn::NONE_JPG = 0, kn::RGB_JPG = 1, kn::RGBA_JPG = 2, kn::L_JPG = 3, kn::CMYK_JPG = 4 } |
Functions | |
| int | kn::loadJPG (Image< unsigned char > &res, const std::string &filename) |
| Load function for JPG image. | |
1.5.8