hdrfix icon indicating copy to clipboard operation
hdrfix copied to clipboard

Include a script for converting all JXR files in a folder to tone mapped PNG

Open Berny23 opened this issue 2 years ago • 0 comments

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 "$($_.BaseName).png" }

Maybe this could be included as a ps1 file or directly via a command line parameter.

Berny23 avatar Oct 03 '23 15:10 Berny23