Skip to content

404Vector/OpenEXR-Python

Repository files navigation

OpenEXR-Python

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.

Installation

Step 1 - Install OpenEXR

Please install following the official installation guide.

Step 2 - Install OpenEXR-Python

pip install openexr-python