colour_hdri.utilities.is_rawpy_installed#

colour_hdri.utilities.is_rawpy_installed(raise_exception: bool = False) bool[source]#

Return whether rawpy is installed and available.

Parameters:

raise_exception (bool) – Whether to raise an exception if rawpy is unavailable.

Returns:

Whether rawpy is installed.

Return type:

bool

Raises:

ImportError – If rawpy is not installed.