Thibault Deckers
Thibault Deckers
It's labeled "P6", meaning "issue unlikely to be addressed". And in general there's no plan for features in Aves.
> @deckerst If you're not interested in either of these steps, would it be possible to just link to the [JxLViewer _app_](https://github.com/oupson/jxlviewer) when JxL images are detected? That'd really help...
Tidy seems cool but it's huge, likely because of the model. Having the model published as part of Aves is out, but it could be installed as a separate APK....
Same here. It happens when using a plugin within the isolate. ```dart ... void runInService() { final isolateManager = IsolateManager.create(runCommand)..start(); isolateManager.compute("-version").then((output) { if (output != null) { appendOutput(output); } isolateManager.stop();...
I have seen this gain map within a motion photo produced on a pixel 8, but I'm not sure what could be done with it. My understanding is that it...
Could you please provide a sample image? Also, I'm not sure it makes sense, but could you take a screenshot of the image as it appears for you in Google...
Thanks. I don't have any device with HDR support, or Android 14 for that matter, so I can't test the rendering but I'll take a look at how it works....
For starters, I'll implement detection (and extraction) of HDR gain maps, so at least it will be easier to spot HDR images in the collection and warn users when metadata...
Here's a sample image that declares a gain map, but ~~does not embed it~~ declare it in XMP `GContainer` namespace as your sample does:  On your device, does this...
Thanks for following up. This issue is actually an interesting can of worms: this `Ultra HDR` format introduces some `XMP` metadata, but that metadata is redundant with the HDR gain...