pub unsafe extern "C" fn fz_new_image_from_buffer(
    ctx: *mut fz_context,
    buffer: *mut fz_buffer
) -> *mut fz_image
Expand description

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