OmBmp.h

Includes:
<stdint.h>
"OmXmlWriter.h"

Introduction

Use the links in the table of contents to the left to access the documentation.



Classes

OmBase64Stream

Given a consumer, feed in bytes and put out base64 bytes. call done() to emit the last bit of padding. Adapted liberally from * http://web.mit.edu/freebsd/head/contrib/wpa/src/utils/base64.c

OmBitmap1BmpStream

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

OmBitmap24BmpStream

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



Macro Definitions

UNUSED

UNUSED


   #ifndef UNUSED 
#define UNUSED(x)  
#endif  
Discussion

Streaming .bmp file writer. Feed pixels into it with put1bit, only