Thibault Deckers
Thibault Deckers
@vimalaguti could you please take and share an HDR photo in portrait mode? Anything like the one you provided [here](https://github.com/deckerst/aves/issues/838#issuecomment-1845909573) is fine, but in portrait. I need to check how...
@vimalaguti could you please install this test build: https://drive.google.com/file/d/1Sp87yc9aid8R9BM-fQqCWdR8Qn-_vrCj/view?usp=sharing It will install as a separate app "Aves [Profile]", distinct from the regular Aves. After your HDR items are scanned and...
Thanks for the feedback. About "switching", my understanding is that the app that wants to properly display an HDR photo should request the device display to switch to the HDR...
And here is a test app in Flutter: https://drive.google.com/file/d/1NQWA8-awOTkaSGMTYn_S-fGNUpm-5KSu/view?usp=sharing It's loading one of the sample HDR photos and switching the display color mode in the simplest way possible, to see...
Here's an update to the `flutter_hdr` app: https://drive.google.com/file/d/18EQuaW9PYTexjBt5ivx1PrXYr5VfgXPK/view?usp=sharing In this one, there are 3 images: - `asset`: loaded the same way as in the previous version (so it should fail...
Damned, that's disappointing. What i see from the Android sample app and `Les Pas` is that Android apps don't need to decode the gainmap themselves, it's handled automatically by the...
I could be wrong, but i now believe that it's a limitation of Flutter. There is a related open issue for tackling this in the next-gen rendering engine in Flutter:...
I've not given up just yet. Here's an updated `flutter_hdr`: https://drive.google.com/file/d/1cVlnnLEmCP0PcjbgvEuYu8Hmd3-_aQwL/view?usp=sharing Does `mem-jpg` or `mem-bmp` work?
I am trying to rely on the native decoding, so i am not decoding the gain map myself. In the native app it is really trivial. In the Flutter app,...
Thanks for letting me know, and for the sample. As a side note, I'd like to identify HDR videos on Aves (just like it identifies HDR images) but I'm not...