public
Description: A parser for OpenEXR image files, implemented purely in Python
Homepage:
Clone URL: git://github.com/dbr/pyopenexr.git
name age message
file .gitignore Loading commit data...
file README.markdown
file openexr.py
directory tests/
README.markdown

A parser for OpenEXR image files, implemented purely in Python.

This is not designed to be fast, or complete. It is written to learn about the OpenEXR file format.


Status: Work in progress

Currently can parse:

  • The "magic number" (file check)
  • The version number
  • Headers

It also deals correctly with the following data-types:

  • string
  • float
  • compression
  • box2i
  • lineOrder