jcelaya / hdrmerge

HDR exposure merging
http://jcelaya.github.io/hdrmerge/
Other
363 stars 78 forks source link

Fix compilation and thread stack size issues found on OS X #57

Closed phries closed 9 years ago

phries commented 9 years ago

Compilation issues

In two places, too much memory was being allocated on the thread stack for arrays of bytes or numbers. I moved these allocations to the heap. The stack allocations were causing the application to crash on my system.

Remaining issues

I still can't get a proper dng file out of HDRMerge, even using a non-Sony camera's raw files. As a platform-agnostic test, I tried uploading the produced dng's to Google Plus and it rejects them.