The pixel buffer adapter for reading pixel data. More...
#include <image.hpp>
Public Member Functions | |
pixel_consumer (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. More... | |
void | reset (size_t pass) |
Protected Attributes | |
pixbuf & | m_pixbuf |
The pixel buffer adapter for reading pixel data.
|
inline |
|
inlineinherited |
Returns the starting address of a pos-th
row in the image's pixel buffer.
|
inline |
References png::image< pixel >::get_height(), png::image< pixel >::get_width(), and png::image< pixel >::streaming_impl< base_impl >::m_pixbuf.
|
protectedinherited |