Function mupdf_sys::fz_decomp_image_from_stream[][src]

pub unsafe extern "C" fn fz_decomp_image_from_stream(
    ctx: *mut fz_context,
    stm: *mut fz_stream,
    image: *mut fz_compressed_image,
    subarea: *mut fz_irect,
    indexed: c_int,
    l2factor: c_int
) -> *mut fz_pixmap

Decode a subarea of a compressed image at a given l2factor from the given stream.