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. More... | |
Protected Attributes | |
pixbuf & | m_pixbuf |
A common base class template for pixel_consumer and pixel_generator classes.
|
inline |
|
inline |
Returns the starting address of a pos-th
row in the image's pixel buffer.
|
protected |