Function mupdf_sys::fz_new_image_from_file

source ยท
pub unsafe extern "C" fn fz_new_image_from_file(
    ctx: *mut fz_context,
    path: *const c_char
) -> *mut fz_image
Expand description

Create a new image from the contents of a file, inferring its type from the format of the data.