pub unsafe extern "C" fn heif_image_handle_get_width(
handle: *const heif_image_handle,
) -> c_intExpand description
Get the image width.
If ‘handle’ is invalid (NULL) or if the image size exceeds the range of int, 0 is returned.
pub unsafe extern "C" fn heif_image_handle_get_width(
handle: *const heif_image_handle,
) -> c_intGet the image width.
If ‘handle’ is invalid (NULL) or if the image size exceeds the range of int, 0 is returned.