colour.utilities.is_openimageio_installed#
- colour.utilities.is_openimageio_installed(raise_exception: bool = False) bool [source]#
Return whether OpenImageIO is installed and available.
- Parameters:
raise_exception (bool) – Whether to raise an exception if OpenImageIO is unavailable.
- Returns:
Whether OpenImageIO is installed.
- Return type:
- Raises:
ImportError – If OpenImageIO is not installed.