Colour - HDRI - 0.2.1
This release is mainly a compatibility release with Colour 0.4.2 providing support for Python 3.11.
The minimum Python version is 3.9 and the following scientific packages minimum versions are required:
- numpy >= 1.20
- scipy >= 1.7
- colour-science >= 0.4.2
Features
- Implement support for lens vignette correction with the
colour_hdri.characterise_vignette
andcolour_hdri.correct_vignette
definitions. (d2c1268, @KelSolaar)
Changes
colour_hdri
Object | Name | Author |
---|---|---|
colour_hdri.XYZ_to_camera_space_matrix |
matrix_XYZ_to_camera_space |
@KelSolaar |
colour_hdri.camera_space_to_XYZ_matrix |
matrix_camera_space_to_XYZ |
... |
colour_hdri.image_stack_to_radiance_image |
image_stack_to_HDRI |
... |