pub unsafe extern "C" fn heif_image_handle_get_color_profile_type(
    handle: *const heif_image_handle
) -> heif_color_profile_type
Expand description

Returns ‘heif_color_profile_type_not_present’ if there is no color profile. If there is an ICC profile and an NCLX profile, the ICC profile is returned. TODO: we need a new API for this function as images can contain both NCLX and ICC at the same time. However, you can still use heif_image_handle_get_raw_color_profile() and heif_image_handle_get_nclx_color_profile() to access both profiles.