A common base class template for pixel_consumer and pixel_generator classes. More...
#include <image.hpp>
Public Member Functions | |
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. | |
Protected Attributes | |
pixbuf & | m_pixbuf |
A common base class template for pixel_consumer and pixel_generator classes.
png::image< pixel >::streaming_impl< base_impl >::streaming_impl | ( | image_info & | info, | |
pixbuf & | pixels | |||
) | [inline] |
byte* png::image< pixel >::streaming_impl< base_impl >::get_next_row | ( | size_t | pos | ) | [inline] |
Returns the starting address of a pos-th
row in the image's pixel buffer.
pixbuf& png::image< pixel >::streaming_impl< base_impl >::m_pixbuf [protected] |