Function mupdf_sys::fz_convert_separation_pixmap_to_base[][src]

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

Convert pixmap from DeviceN/Separation to base colorspace.

This creates a new bitmap containing the converted pixmap data.