Dead simple OpenEXR IO. Exposes a single function, write_rgba to write a pixel-array to an EXR file.
Make sure OpenEXR and CMake are installed.
-
Ubuntu
sudo apt-get install cmake openexr
-
Mac OS X
Install (homebrew)[http://mxcl.github.io/homebrew/] brew install cmake openexr
-
Windows
Pull-request me!
Run ./install.sh
See install.sh for details.
Enjoy!
Copyright 2013 Daniel Grigg