OmBitmap24BmpStream

Superclass:
Declared In:

Introduction

class to stream a 24-bit .bmp pixel map file, as you feed it pixel by pixel



Member Functions

put1Pixel

emit a single 24-bit pixel of our pixel map image. Will return true for each pixel you send, until width*height have been sent. Then no futher bits will get streamed out, and return false.


put1Pixel


emit a single 24-bit pixel of our pixel map image. Will return true for each pixel you send, until width*height have been sent. Then no futher bits will get streamed out, and return false.

public

bool put1Pixel( uint8_t r, uint8_t g, uint8_t b)