Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(openexr): modernize dwa compression level setting
Starting with OpenEXR 3.1.3, the preferred API call for setting DWAA/DWAB compression level has changed. We never changed the OIIO side. Luckily, OpenEXR seems to have kept respecting the old API calls we were making (passing as an attribute). But this modernizes the approach, now that we don't have OpenEXR 2.x suppor to maintain. Signed-off-by: Larry Gritz <[email protected]>
- Loading branch information