timothybrooks / hdr-plus

HDR+ Implementation
MIT License
587 stars 201 forks source link

README.md updates and better macOS support #33

Closed Titaniumtown closed 5 years ago

Titaniumtown commented 5 years ago

Add more detail in the README with the compiled binary syntax, examples of the binary being used, how to fix height and width issues, footnotes regarding macOS compilation and dependencies, and a macOS dcraw binary. Regarding the height and width issues, I am refering to the ones created when putting in a photo with the resolution that isn't the one specified in "HDRPlus.cpp". Also regarding the macOS dcraw binary, I could not get the included binary working under macOS so I copied the binary provided in the brew package "dcraw" and included it here with instructions on how to change what dcraw binary is refrenced during compilation.

timothybrooks commented 5 years ago

Thanks!