Skip to content

Open Image Denoise v0.8.2

Compare
Choose a tag to compare
@atafra atafra released this 25 Mar 15:27
· 1611 commits to master since this release
  • Fixed wrong HDR output when the input contains infinities/NaNs
  • Fixed wrong output when multiple filters were executed concurrently on
    separate devices with AVX-512 support. Currently the filter executions are
    serialized as a temporary workaround, and a full fix will be included in a
    future release.
  • Added OIDN_STATIC_LIB CMake option for building as a static library
    (requires CMake 3.13.0 or later)
  • Fixed CMake error when adding the library with add_subdirectory() to a project