Function mupdf_sys::fz_new_pixmap_from_display_list[][src]

pub unsafe extern "C" fn fz_new_pixmap_from_display_list(
    ctx: *mut fz_context,
    list: *mut fz_display_list,
    ctm: fz_matrix,
    cs: *mut fz_colorspace,
    alpha: c_int
) -> *mut fz_pixmap

Render the page to a pixmap using the transform and colorspace.

Ownership of the pixmap is returned to the caller.