pub unsafe extern "C" fn fz_get_unscaled_pixmap_from_image(
    ctx: *mut fz_context,
    image: *mut fz_image
) -> *mut fz_pixmap
Expand description

Calls fz_get_pixmap_from_image() with ctm, subarea, w and h all set to NULL.