jamesbowman / openexrpython

OpenEXR bindings for Python
Other
94 stars 35 forks source link

Added TiledInputFile class for handling tiled EXR files (loading selected regions of images), fixed some segfaults by checking files open status #34

Closed ShnitzelKiller closed 4 years ago

ShnitzelKiller commented 4 years ago

Added TiledInputFile; see #33. I added docs for the TiledInputFile class, and a simple test to the test suite. Also fixed crashes when calling methods after closing a file.