bvibber / hdrfix

tool for converting HDR screenshots to SDR with suitable tone-mapping
114 stars 10 forks source link

Mac/Linux support? #5

Closed canalnoises closed 1 year ago

canalnoises commented 2 years ago

Apologies in advance for my ignorance, but is it possible to compile hdrfix for macOS and/or Linux? This tool sounds like exactly what I'm looking for to help a friend convert JXR screenshots from his Xbox.

bvibber commented 2 years ago

Yes, I try to keep it running on all three OSs. :) Currently I don't make binaries except for Windows though, so you have to build it manually.

Build requirements:

Check out the source and run:

cargo install path=.

and it'll be available as 'hdrfix'.

Let me know if you have any trouble.