heif_image_handle_get_width

Function heif_image_handle_get_width 

Source
pub unsafe extern "C" fn heif_image_handle_get_width(
    handle: *const heif_image_handle,
) -> c_int
Expand description

Get the image width.

If ‘handle’ is invalid (NULL) or if the image size exceeds the range of int, 0 is returned.