blob: 3cd11f282ddf8d5e4b36053d52c3570eb03a1413 (
plain) (
blame)
1
2
3
4
5
6
7
|
OpenEXR is an image format developed by ILM. Its main innovation
is support for high dynamic range; it supports floating point pixels.
This Python module provides bindings for the OpenEXR C++ libraries.
They allow you to read and write OpenEXR files from Python.
WWW: http://www.excamera.com/sphinx/articles-openexr.html
|