Simple standalone library to read OpenEXR files in Python
- Clone the repository recursively
git clone --recursive https://github.com/rgl-epfl/exrpy.git
- Install using pip
pip install ./exrpy
This step might take a moment, as it has to build the OpenEXR library.
Currently the usage is limited to loading RGB files as
import exrpy
img = exrpy.read('my-exr-file.exr')