RenderKit / oidn

Intel® Open Image Denoise library
https://www.openimagedenoise.org/
Apache License 2.0
1.77k stars 164 forks source link

Support for OpenEXR format in cli #17

Closed Lichtso closed 4 years ago

Lichtso commented 5 years ago

This enables selecting ".pfm" or ".exr" as file format for input and output images in the command line interface.

Lichtso commented 4 years ago

I rebased the commit on the current master branch. Hope it can be merged now.

atafra commented 4 years ago

Open Image Denoise v1.2.0 has now support for OpenEXR and other formats as well through OpenImageIO, so I'm now closing this. Thanks!

rlesac commented 5 months ago

Well, it seems the support for exr is gone, I get: Error: cannot load unsupported image file format: 'image.exr'

atafra commented 5 months ago

No, EXR support is still present but it was never enabled by default (due to the dependence on OpenImageIO). You need to rebuild OIDN from source, enabling OpenImageIO support in CMake.