[][src]Function mupdf_sys::fz_bitmap_details

pub unsafe extern "C" fn fz_bitmap_details(
    bitmap: *mut fz_bitmap,
    w: *mut c_int,
    h: *mut c_int,
    n: *mut c_int,
    stride: *mut c_int
)

Retrieve details of a given bitmap.

bitmap: The bitmap to query.

w: Pointer to storage to retrieve width (or NULL).

h: Pointer to storage to retrieve height (or NULL).

n: Pointer to storage to retrieve number of color components (or NULL).

stride: Pointer to storage to retrieve bitmap stride (or NULL).