mupdf
Loading...
Searching...
No Matches
fz_bitmap Struct Reference

#include <bitmap.h>

Public Attributes

int refs
int w
int h
int stride
int n
int xres
int yres
unsigned char * samples

Detailed Description

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.

Member Data Documentation

◆ h

int fz_bitmap::h

◆ n

int fz_bitmap::n

◆ refs

int fz_bitmap::refs

◆ samples

unsigned char* fz_bitmap::samples

◆ stride

int fz_bitmap::stride

◆ w

int fz_bitmap::w

◆ xres

int fz_bitmap::xres

◆ yres

int fz_bitmap::yres

The documentation for this struct was generated from the following file:
  • /home/docs/checkouts/readthedocs.org/user_builds/mupdf/checkouts/1.28.0/include/mupdf/fitz/bitmap.h