OmBitmap1BmpStream
Introductionclass to stream a 1-bit .bmp bitmap file, as you feed it pixel by pixel Member Functions
OmBitmap1BmpStreamInstantiate the bitmap streamer, with width and height. public put1Bitemit a single 1-bit pixel of our bitmap image. Will return true for each bit you send, until width*height have been sent. Then no futher bits will get streamed out, and return false. public |