|
mupdf
|
#include <bitmap.h>
Public Attributes | |
| int | refs |
| int | w |
| int | h |
| int | stride |
| int | n |
| int | xres |
| int | yres |
| unsigned char * | samples |
Bitmaps have 1 bit per component. Only used for creating halftoned versions of contone buffers, and saving out. Samples are stored msb first, akin to pbms.
The internals of this struct are considered implementation details and subject to change. Where possible, accessor functions should be used in preference.
| int fz_bitmap::h |
| int fz_bitmap::n |
| int fz_bitmap::refs |
| unsigned char* fz_bitmap::samples |
| int fz_bitmap::stride |
| int fz_bitmap::w |
| int fz_bitmap::xres |
| int fz_bitmap::yres |