Wojciech Jarosz

Results 9 comments of Wojciech Jarosz

As an extra data point: I've also noticed similar behavior on my M1 Max MacBook Pro using the [precompiled binaries of HDRView](https://github.com/wkjarosz/hdrview/releases/tag/v1.4.1), but haven't had any time to investigate.

Good idea. I'll try to add it once I have a chance.

I assume this is on Linux? The GitHub action seems to compile fine on Linux, so you could compare how you configured/built to how it is set up in the...

@Gargo I managed to get pinch-to-zoom to work in [Samplin' Safari](https://github.com/wkjarosz/SamplinSafari/blob/3951ac98408f065b494719752bdb05b2f7204d01/src/app.cpp#L1013) under emscripten by processing custom SDL gesture events. You might be able to use something similar in your app...

Thanks. I can confirm that setting those programmatically does indeed make the app use crisp fonts on the retina screen (though the fonts therefore look notably crunchy/jagged on the non-retina...

@kunaltyagi I think this is related to #14. Can you check whether running cmake config twice like in: https://github.com/wkjarosz/hdrview/blob/master/.github/workflows/ci-linux.yml Fixes your issue? Thanks.

I believe #94 fixes this. If not, please create a new issue.

Thanks for the offer @sobotka . I assume this is not related to this specific HDR merging and tonemapping issue, but to [this twitter thread](https://twitter.com/lgworld/status/1610768536086913024?s=61&t=X5WR2b3uj0ATVVVUJD5wXg)? Assuming that's the case, I've...