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


Go to the source code of this file.
Namespaces | |
| namespace | kn |
Functions | |
| int | kn::loadPPM (Image< unsigned char > &res, const std::string &filename) |
| Loader function for PPM/PGM/PBM image. | |
| bool | kn::savePPM (Image< unsigned char > &res, const std::string &filename) |
| Export function for PPM/PGM/PBM image. | |
1.5.8