#include "sstream"#include "iostream"#include "fstream"#include "ioPPM.hpp"#include "ImageException.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | kn |
Functions | |
| char | kn::skipComment (std::istream &is) |
| char | kn::skipSpace (std::istream &is) |
| 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