png++ 0.2.10
|
The pixel buffer adapter for writing pixel data. More...
#include <image.hpp>
Public Member Functions | |
pixel_generator (image_info &info, pixbuf &pixels) | |
![]() | |
streaming_impl (image_info &info, pixbuf &pixels) | |
byte * | get_next_row (size_t pos) |
Returns the starting address of a pos-th row in the image's pixel buffer. | |
![]() | |
void | write (ostream &stream) |
Writes an image to the stream. | |
![]() | |
streaming_base (image_info &info) | |
streaming_base (uint_32 width, uint_32 height) | |
image_info const & | get_info () const |
Additional Inherited Members | |
![]() | |
typedef pixel_traits< pixel > | traits |
![]() | |
typedef streaming_base< pixel, image_info_ref_holder > | base |
![]() | |
generator (image_info &info) | |
Constructs a generator object using passed image_info object to store image information. | |
generator (size_t width, size_t height) | |
Constructs a generator object prepared to generate an image of specified width and height. | |
![]() | |
void | reset (size_t) |
image_info & | get_info () |
![]() | |
pixbuf & | m_pixbuf |
![]() | |
info_holder | m_info_holder |
The pixel buffer adapter for writing pixel data.
|
inline |