Function mupdf_sys::fz_open_rld

source ·
pub unsafe extern "C" fn fz_open_rld(
    ctx: *mut fz_context,
    chain: *mut fz_stream
) -> *mut fz_stream
Expand description

rld filter performs Run Length Decoding of data read from the chained filter.