|
mupdf
|
#include <image.h>

Public Attributes | |
| fz_key_storable | key_storable |
| int | w |
| int | h |
| uint8_t | n |
| uint8_t | bpc |
| unsigned int | imagemask:1 |
| unsigned int | interpolate:1 |
| unsigned int | use_colorkey:1 |
| unsigned int | use_decode:1 |
| unsigned int | decoded:1 |
| unsigned int | scalable:1 |
| unsigned int | intent:2 |
| unsigned int | has_intent:1 |
| uint8_t | orientation |
| fz_image * | mask |
| int | xres |
| int | yres |
| fz_colorspace * | colorspace |
| fz_drop_image_fn * | drop_image |
| fz_image_get_pixmap_fn * | get_pixmap |
| fz_image_get_digest_fn * | get_digest |
| fz_image_get_size_fn * | get_size |
| int | colorkey [FZ_MAX_COLORS *2] |
| float | decode [FZ_MAX_COLORS *2] |
Structure is public to allow other structures to be derived from it. Do not access members directly.
| uint8_t fz_image::bpc |
| int fz_image::colorkey[FZ_MAX_COLORS *2] |
| fz_colorspace* fz_image::colorspace |
| float fz_image::decode[FZ_MAX_COLORS *2] |
| unsigned int fz_image::decoded |
| fz_drop_image_fn* fz_image::drop_image |
| fz_image_get_digest_fn* fz_image::get_digest |
| fz_image_get_pixmap_fn* fz_image::get_pixmap |
| fz_image_get_size_fn* fz_image::get_size |
| int fz_image::h |
| unsigned int fz_image::has_intent |
| unsigned int fz_image::imagemask |
| unsigned int fz_image::intent |
| unsigned int fz_image::interpolate |
| fz_key_storable fz_image::key_storable |
| fz_image* fz_image::mask |
| uint8_t fz_image::n |
| uint8_t fz_image::orientation |
| unsigned int fz_image::scalable |
| unsigned int fz_image::use_colorkey |
| unsigned int fz_image::use_decode |
| int fz_image::w |
| int fz_image::xres |
| int fz_image::yres |