OpenEXR is a C++-based library, and there is a python binding (pip-openexr) written by 'sanguinariojoe'.
However, because it was bound directly, python intellisense does not work.
For the convenience of development in the Python environment, this library wraps sanguinariojoe's Python binding into Python once again to support intellisense.
OpenEXR provides the specification and reference implementation of the EXR file format, the professional-grade image storage format of the motion picture industry.
The purpose of EXR format is to accurately and efficiently represent high-dynamic-range scene-linear image data and associated metadata, with strong support for multi-part, multi-channel use cases.
OpenEXR is widely used in host application software where accuracy is critical, such as photorealistic rendering, texture access, image compositing, deep compositing, and DI.
Please install following the official installation guide.
pip install openexr-python