Function mupdf_sys::fz_open_jbig2d[][src]

pub unsafe extern "C" fn fz_open_jbig2d(
    ctx: *mut fz_context,
    chain: *mut fz_stream,
    globals: *mut fz_jbig2_globals,
    embedded: c_int
) -> *mut fz_stream
Expand description

Open a filter that performs jbig2 decompression on the chained stream, using the optional globals record.