Function mupdf_sys::fz_convert_indexed_pixmap_to_base[][src]

pub unsafe extern "C" fn fz_convert_indexed_pixmap_to_base(
    ctx: *mut fz_context,
    src: *const fz_pixmap
) -> *mut fz_pixmap

Convert pixmap from indexed to base colorspace.

This creates a new bitmap containing the converted pixmap data.