parse-exr-header
parse-exr-header copied to clipboard
Pure Python (no additional dependencies) helper module to read metadata from the header of OpenEXR files.
Results
3
parse-exr-header issues
Sort by
recently updated
recently updated
newest added
Not an actual issue, just a thank-you. Having unsuccessfully attempted something similar myself, I can appreciate how much of a headache this is! In particular, thanks for the attention given...
Currently, read_exr_header() will only read the first header of a multi-part OpenEXR file which results in an incomplete channel list. This patch adds a mechanism to read all headers separated...