# openexrpython **Repository Path**: geek-toky/openexrpython ## Basic Information - **Project Name**: openexrpython - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-06 - **Last Updated**: 2024-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README OpenEXR bindings for Python =========================== [![Build Status](https://travis-ci.org/jamesbowman/openexrpython.svg?branch=master)](https://travis-ci.org/jamesbowman/openexrpython) See homepage at http://www.excamera.com/sphinx/articles-openexr.html ## Requirements To build from source, a C++ compiler and libraries and development headers for OpenEXR and zlib are required. In Ubuntu, the `g++`, `libopenexr-dev` and `zlib1g-dev` packages suffice all requirements. In OSX, the Homebrew packages `openexr` and `zlib` will suffice. For the latest release, run: pip install openexr In case the PyPi package is not updated and you want to install from the master branch, you can do the following: pip install git+https://github.com/jamesbowman/openexrpython.git If you prefer, you can clone it and run the `setup.py` file as well. Use the following commands to get a copy from Github and do the installation: git clone https://github.com/jamesbowman/openexrpython pip install ./openexrpython