load_openexr
-
toasty.openexr.load_openexr(path)[source]
Load an OpenEXR file
- Parameters:
- pathpath-like
The path to the file
- Returns:
- An image-like Numpy array with shape
(height, width, planes)
- and a dtype of float16 or float32. (Toasty only fully supports float16.)