#include <writer.hpp>
Inheritance diagram for png::writer:

Public Member Functions | |
| writer (std::ostream &stream) | |
| Constructs a writer prepared to write PNG image into a stream. | |
| ~writer () | |
| void | write_png () const |
| void | write_info () const |
| Write info about PNG image. | |
| void | write_row (byte *bytes) |
| Writes a row of image data at a time. | |
| void | write_end_info () const |
| Reads ending info about PNG image. | |
| png::writer::writer | ( | std::ostream & | stream | ) | [inline, explicit] |
| png::writer::~writer | ( | ) | [inline] |
| void png::writer::write_png | ( | ) | const [inline] |
1.5.2