Skip to content

Releases: RenderKit/oidn

Open Image Denoise v1.1.0

14 Oct 23:25
Compare
Choose a tag to compare
  • Added RTLightmap filter optimized for lightmaps
  • Added hdrScale filter parameter for manually specifying the mapping
    of HDR color values to luminance levels

Open Image Denoise v1.0.0

29 Jul 15:11
Compare
Choose a tag to compare
  • Improved denoising quality
    • More details preserved
    • Less artifacts (e.g. noisy spots, color bleeding with albedo/normal)
  • Added maxMemoryMB filter parameter for limiting the maximum memory
    consumption regardless of the image resolution, potentially at the cost
    of lower denoising speed. This is internally implemented by denoising the
    image in tiles
  • Significantly reduced memory consumption (but slightly lower performance)
    for high resolutions (> 2K) by default: limited to about 6 GB
  • Added alignment and overlap filter parameters that can be queried for
    manual tiled denoising
  • Added verbose device parameter for setting the verbosity of the console
    output, and disabled all console output by default
  • Fixed crash for zero-sized images

Open Image Denoise v0.9.0

09 May 20:34
Compare
Choose a tag to compare
  • Reduced memory consumption by about 38%
  • Added support for progress monitor callback functions
  • Enabled fully concurrent execution when using multiple devices
  • Clamp LDR input and output colors to 1
  • Fixed issue where some memory allocation errors were not reported

Open Image Denoise v0.8.2

25 Mar 15:27
Compare
Choose a tag to compare
  • 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

Open Image Denoise v0.8.1

02 Feb 23:32
Compare
Choose a tag to compare
  • Fixed wrong path to TBB in the generated CMake configs
  • Fixed wrong rpath in the binaries
  • Fixed compile error on some macOS systems
  • Fixed minor compile issues with Visual Studio
  • Lowered the CPU requirement to SSE4.1
  • Minor example update

Open Image Denoise v0.8.0

29 Jan 00:21
Compare
Choose a tag to compare
  • Initial beta release