Definition in file png.hpp.
#include <claw/image.hpp>
#include <png.h>
#include <setjmp.h>
#include <iostream>
#include <string>
Go to the source code of this file.
Namespaces | |
| namespace | claw |
| namespace | claw::graphic |
Classes | |
| class | claw::graphic::png |
| A class for png pictures. More... | |
| class | claw::graphic::png::reader |
| This class read data from a png file and store it in an image. More... | |
| struct | claw::graphic::png::reader::source_manager |
| Source manager that allow us to read from a std::istream. More... | |
| class | claw::graphic::png::writer |
| This class write an image in a png file. More... | |
| struct | claw::graphic::png::writer::options |
| Parameters of the writing algorithm. More... | |
| struct | claw::graphic::png::writer::target_manager |
| Target manager that allow us to write in a std::ostream. More... | |
1.5.5