[][src]Function mupdf_sys::fz_image_resolution

pub unsafe extern "C" fn fz_image_resolution(
    image: *mut fz_image,
    xres: *mut c_int,
    yres: *mut c_int
)

Request the natural resolution of an image.

xres, yres: Pointers to ints to be updated with the natural resolution of an image (or a sensible default if not encoded).