Skip to content

Commit

Permalink
Merge pull request #37 from float3/master
Browse files Browse the repository at this point in the history
forgot to fix links in readme
  • Loading branch information
Twinklebear authored Feb 22, 2025
2 parents ae5a70b + 9f8a9ce commit 9f51d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ fn main() {
}
```

The [simple](examples/simple) example loads a JPG, denoises it, and saves the
output image to a JPG. The [denoise_exr](examples/denoise_exr) example loads an
The [simple](examples/simple.rs) example loads a JPG, denoises it, and saves the
output image to a JPG. The [denoise_exr](examples/denoise_exr.rs) example loads an
HDR color EXR file, denoises it and saves the tonemapped result out to a JPG.
The `denoise_exr` app can also take albedo and normal data through additional
EXR files.

0 comments on commit 9f51d9a

Please sign in to comment.