hdrfix
hdrfix copied to clipboard
tool for converting HDR screenshots to SDR with suitable tone-mapping
Hi, I've independently been bashing my head against this problem (though my problem is probably related more to converting a .JXR to a .HEIC/.HEIF image with proper exposure while maintaining...
saw a crash when moving old files into an 'old' subdirectory, may need to avoid subdirs or deletions :D
When saving images from hdr games they are being stored as png files. The tool still is able to convert them to sdr no problem, but the watch feature is...
Sometimes when I watch my folder the tool crashes with error: `thread 'main' panicked at 'called 'Option::unwrap()' on a 'None' value', src\main.rs:837:32` Command I'm running looks like this: `.\hdrfix.exe --watch=C:\Users\{user}\iCloudPhotos\Photos`...
Hi there, Great tool you've made here :) Still tweaking settings to play around with HDR screenshots from Game Bar, but working so far. Wanted to ask if it is...
I wrote a very handy and short PowerShell script for this purpose. Posting it here in case anyone finds it useful: `Get-ChildItem -Path ./*.jxr | Foreach { .\hdrfix.exe --exposure=-2 $_.fullname...
Allow us to make screenshots with this tool directly and convert HDR screen captures to SDR png/jpg files automatically.
Would be nice to have an uncrompressed image format to choose either input or output
Thank you for this tool! It's been a frustrating ride trying to find things that work specifically with Windows-produced JXR files (it seem like Xbox HDR screenshots also in JXR...
hey thanks for making a neat thing! i wanted to try calling this as a library, so, had to do a bit of refactoring... - first-pass moving things around to...