Include dependency graph for image_io.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | cpe |
| Namespace for CPE classes. | |
Functions | |
| void | cpe::export_ppm (const std::string &filename, const image &pic) |
| Export the picture into ppm format (ascii) More... | |
| void | cpe::export_ppm (const std::string &filename, const z_buffer &buffer) |
| Export the z-buffer as a gray picture into ppm format (ascii) More... | |
| image | cpe::read_ppm (const std::string &filename) |
| read a ppm picture format More... | |